public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xcdroast/
Date: Sat,  9 Jul 2016 09:23:26 +0000 (UTC)	[thread overview]
Message-ID: <1468056180.72c688f4ac57a0813cfa91f43ffeaabc64292e91.bircoph@gentoo> (raw)

commit:     72c688f4ac57a0813cfa91f43ffeaabc64292e91
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 09:22:49 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 09:23:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c688f4

app-cdr/xcdroast: remove old revisions

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild | 74 -----------------------
 app-cdr/xcdroast/xcdroast-0.98_alpha16-r2.ebuild | 75 ------------------------
 2 files changed, 149 deletions(-)

diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild
deleted file mode 100644
index 6792f53..0000000
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit gnome2-utils eutils
-
-DESCRIPTION="Lightweight cdrtools front-end for CD and DVD writing"
-HOMEPAGE="http://www.xcdroast.org/"
-SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2:2
-	app-cdr/cdrtools"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_/}
-
-src_prepare() {
-	epatch "${FILESDIR}"/cdda2wav_version.patch \
-	  "${FILESDIR}"/fix_cddb_hidden_tracks.patch \
-	  "${FILESDIR}"/io_compile.patch
-
-	# fix Norwegian locales
-	mv po/{no,nb}.po || die
-	mv po/{no,nb}.gmo || die
-	sed -i -e 's/no/nb/' po/LINGUAS || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		--enable-gtk2 \
-		--disable-dependency-tracking \
-		--mandir=/usr/share/man \
-		--sysconfdir=/etc
-}
-
-src_compile() {
-	emake PREFIX=/usr || die
-}
-
-src_install() {
-	emake PREFIX=/usr DESTDIR="${D}" install || die
-
-	dodoc AUTHORS ChangeLog README doc/{README*,DOCUMENTATION,FAQ,TRANS*} \
-		doc/manual/README.txt
-
-	insinto /usr/share/doc/${PF}/manual
-	doins doc/manual/xcdroast-manual.pdf
-
-	insinto /usr/share/icons/hicolor/48x48/apps
-	newins xpms/xcdricon.xpm xcdroast.xpm
-
-	make_desktop_entry xcdroast "X-CD-Roast" xcdroast "AudioVideo;DiscBurning"
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r2.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r2.ebuild
deleted file mode 100644
index 3440f23..0000000
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2-utils
-
-DESCRIPTION="Lightweight cdrtools front-end for CD and DVD writing"
-HOMEPAGE="http://www.xcdroast.org/"
-SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2:2
-	app-cdr/cdrtools"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_/}
-
-PATCHES=(
-	"${FILESDIR}"/cdda2wav_version.patch
-	"${FILESDIR}"/fix_cddb_hidden_tracks.patch
-	"${FILESDIR}"/io_compile.patch
-	"${FILESDIR}"/io_progressbar_fix.patch
-	"${FILESDIR}"/suid-perms.patch
-)
-
-src_prepare() {
-	default
-
-	# fix Norwegian locales
-	mv po/{no,nb}.po || die
-	mv po/{no,nb}.gmo || die
-	sed -i -e 's/no/nb/' po/LINGUAS || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		--enable-gtk2 \
-		--disable-dependency-tracking \
-		--mandir=/usr/share/man \
-		--sysconfdir=/etc
-}
-
-src_compile() {
-	emake PREFIX=/usr
-}
-
-src_install() {
-	emake PREFIX=/usr DESTDIR="${D}" install
-	dodoc -r AUTHORS ChangeLog README doc/*
-
-	insinto /usr/share/icons/hicolor/48x48/apps
-	newins xpms/xcdricon.xpm xcdroast.xpm
-
-	make_desktop_entry xcdroast "X-CD-Roast" xcdroast "AudioVideo;DiscBurning"
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2016-07-09  9:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-09  9:23 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-27  8:11 [gentoo-commits] repo/gentoo:master commit in: app-cdr/xcdroast/ Sam James
2022-07-26 18:41 Sam James
2022-07-26 18:41 Sam James
2022-07-26 18:41 Sam James
2022-02-19  0:10 Sam James
2022-02-18 21:34 Jonas Stein
2022-02-18 21:29 Jonas Stein
2016-09-29 13:54 Andrew Savchenko
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:48 Agostino Sarubbo
2016-07-28 15:23 Agostino Sarubbo
2016-07-09 17:46 Agostino Sarubbo
2016-07-09  9:23 Andrew Savchenko
2016-07-07 18:55 Andrew Savchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468056180.72c688f4ac57a0813cfa91f43ffeaabc64292e91.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox