diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-07 23:38:14 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-07 23:38:14 +0000 |
commit | d7f5e93982fe99dbc3b6f20ce8297130751920b9 (patch) | |
tree | 2fc15291b2843c4977d5d21f3a42a8a9d9727237 /app-cdr/cdrx | |
parent | kernel 2.4.14; Usual stuff, everything patch clean :D Maybe should just wai... (diff) | |
download | historical-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/cdrx')
-rw-r--r-- | app-cdr/cdrx/cdrx-0.2.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdrx/cdrx-0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/cdrx/cdrx-0.2.1.1.ebuild b/app-cdr/cdrx/cdrx-0.2.1.1.ebuild index 60a03a864b3a..f87321a18c7d 100644 --- a/app-cdr/cdrx/cdrx-0.2.1.1.ebuild +++ b/app-cdr/cdrx/cdrx-0.2.1.1.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/cdrx/cdrx-0.2.1.1.ebuild,v 1.1 2001/08/28 18:15:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.2.1.1.ebuild,v 1.2 2001/11/07 23:38:14 verwilst Exp $ P=cdrx-0.2.1p1 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Menu based front-end to mkisofs and cdrecord" SRC_URI="http://cdrx.sourceforge.net/${A}" HOMEPAGE="http://cdrx.sourceforge.net/" -DEPEND=">=app-cdr/cdrecord-1.9 sys-devel/perl" +DEPEND=">=app-cdr/cdrtools-1.11 sys-devel/perl" src_unpack() { diff --git a/app-cdr/cdrx/cdrx-0.2.ebuild b/app-cdr/cdrx/cdrx-0.2.ebuild index 9ace8503054f..814f7185cc8b 100644 --- a/app-cdr/cdrx/cdrx-0.2.ebuild +++ b/app-cdr/cdrx/cdrx-0.2.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/cdrx/cdrx-0.2.ebuild,v 1.3 2001/08/28 18:15:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.2.ebuild,v 1.4 2001/11/07 23:38:14 verwilst Exp $ #P= A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Menu based front-end to mkisofs and cdrecord" SRC_URI="http://cdrx.sourceforge.net/${A}" HOMEPAGE="http://cdrx.sourceforge.net/" -DEPEND=">=app-cdr/cdrecord-1.9 sys-devel/perl" +DEPEND=">=app-cdr/cdrtools-1.11 sys-devel/perl" src_unpack() { |