diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-05 02:45:49 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-05 02:45:49 +0000 |
commit | a489ee76ceb8433b50743f6127d0ffc9f5119fda (patch) | |
tree | c1fe93bc653fa77f31bad994bbcb8710119b3e01 /app-cdr | |
parent | Some facelifts. (diff) | |
download | gentoo-2-a489ee76ceb8433b50743f6127d0ffc9f5119fda.tar.gz gentoo-2-a489ee76ceb8433b50743f6127d0ffc9f5119fda.tar.bz2 gentoo-2-a489ee76ceb8433b50743f6127d0ffc9f5119fda.zip |
Providing virtual/cdrecord.
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild | 3 | ||||
-rw-r--r-- | app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild b/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild index 06768934c2e8..8fc7d35e9ebe 100644 --- a/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild +++ b/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild,v 1.2 2003/03/05 02:39:32 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools-dvdr/cdrtools-dvdr-1.11.37.ebuild,v 1.3 2003/03/05 02:45:49 agenkin Exp $ DESCRIPTION="A set of tools for CDR drives, including cdrecord. Includes Mandrake's DVDR patch." HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html" LICENSE="GPL-2" DEPEND="virtual/glibc" +PROVIDE="virtual/cdrecord" SLOT="0" KEYWORDS="~x86" diff --git a/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild b/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild index a00317a939c3..0112363b2b26 100644 --- a/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild +++ b/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild,v 1.1 2003/03/05 02:39:32 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha04.ebuild,v 1.2 2003/03/05 02:45:49 agenkin Exp $ inherit eutils @@ -11,6 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND="virtual/glibc" +PROVIDE="virtual/cdrecord" DVDR_PATCH_P=cdrtools-1.11a37-dvd.patch SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/alpha/${PN/-dvdr/}-${PV/_alpha/a}.tar.gz |