summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2001-11-07 23:38:14 +0000
committerBart Verwilst <verwilst@gentoo.org>2001-11-07 23:38:14 +0000
commitd7f5e93982fe99dbc3b6f20ce8297130751920b9 (patch)
tree2fc15291b2843c4977d5d21f3a42a8a9d9727237 /app-cdr/xcdroast
parentkernel 2.4.14; Usual stuff, everything patch clean :D Maybe should just wai... (diff)
downloadhistorical-d7f5e93982fe99dbc3b6f20ce8297130751920b9.tar.gz
historical-d7f5e93982fe99dbc3b6f20ce8297130751920b9.tar.bz2
historical-d7f5e93982fe99dbc3b6f20ce8297130751920b9.zip
cdrecord is now part of cdrtools, so i updated cdrtools to the latest
version, and adjusted the depends of the cdr apps to match cdrtools instead of cdrecord... Deleted the out-of-date cdrecord.
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r--app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8-r11
-rw-r--r--app-cdr/xcdroast/xcdroast-0.98_alpha8-r1.ebuild32
-rw-r--r--app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild4
3 files changed, 2 insertions, 35 deletions
diff --git a/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8-r1 b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8-r1
deleted file mode 100644
index 6cf82e747b61..000000000000
--- a/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b26664d09a530f798e062cfb9f8aac8f xcdroast-0.98alpha8.tar.gz 561152
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha8-r1.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha8-r1.ebuild
deleted file mode 100644
index 776b272e6c4a..000000000000
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha8-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ben Lutgens <blutgens@sistina.com>
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha8-r1.ebuild,v 1.1 2001/10/06 13:20:34 azarah Exp $
-
-
-A=xcdroast-0.98alpha8.tar.gz
-S=${WORKDIR}/xcdroast-0.98alpha8
-DESCRIPTION="Menu based front-end to mkisofs and cdrecord"
-SRC_URI="http://www.xcdroast.org/download/${A}"
-HOMEPAGE="http://www.xcdroast.org/"
-
-DEPEND=">=dev-libs/glib-1.2.10
- >=x11-libs/gtk+-1.2.10-r4
- >=media-libs/imlib-1.9.10-r1
- >=media-libs/giflib-3.0"
-
-RDEPEND=">=app-cdr/cdrecord-1.9"
-
-src_compile () {
- try env "CC='gcc ${CFLAGS}'"
- try make ${MAKEOPTS}
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- chown root.wheel ${D}/usr/bin/xcdrgtk
- dodoc CHANGELOG COPYING DOCUMENTATION FAQ README* TRANSLATION.HOWTO
-}
-
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild
index dab3ef4d1cf4..974793131d0d 100644
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild
+++ b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <blutgens@sistina.com>
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.1 2001/10/18 01:18:34 lordjoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.2 2001/11/07 23:38:14 verwilst Exp $
A=xcdroast-0.98alpha9.tar.gz
@@ -15,7 +15,7 @@ DEPEND=">=dev-libs/glib-1.2.10
>=media-libs/imlib-1.9.10-r1
>=media-libs/giflib-3.0"
-RDEPEND=">=app-cdr/cdrtools-1.10"
+RDEPEND=">=app-cdr/cdrtools-1.11"
src_compile () {
make PREFIX=/usr CC="gcc ${CFLAGS}" || die