diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
commit | ece68cc85977c900aba1e32512034ebda640a045 (patch) | |
tree | 0e6b914aba3189937dfea196eff14d8cbfddefde /app-cdr/simplecdrx | |
parent | fixed a small typo (diff) | |
download | gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.tar.gz gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.tar.bz2 gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.zip |
added SLOTS
Diffstat (limited to 'app-cdr/simplecdrx')
-rw-r--r-- | app-cdr/simplecdrx/files/digest-simplecdrx-0.92-r1 | 1 | ||||
-rw-r--r-- | app-cdr/simplecdrx/simplecdrx-0.92-r1.ebuild | 39 | ||||
-rw-r--r-- | app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild | 8 |
3 files changed, 4 insertions, 44 deletions
diff --git a/app-cdr/simplecdrx/files/digest-simplecdrx-0.92-r1 b/app-cdr/simplecdrx/files/digest-simplecdrx-0.92-r1 deleted file mode 100644 index 78fed7795409..000000000000 --- a/app-cdr/simplecdrx/files/digest-simplecdrx-0.92-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c70dfa1ef7e9f3759c902aab1ca9b3c4 simplecdrx-0.92.tar.gz 160722 diff --git a/app-cdr/simplecdrx/simplecdrx-0.92-r1.ebuild b/app-cdr/simplecdrx/simplecdrx-0.92-r1.ebuild deleted file mode 100644 index dce7da9a7a5d..000000000000 --- a/app-cdr/simplecdrx/simplecdrx-0.92-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-0.92-r1.ebuild,v 1.2 2001/11/07 23:38:14 verwilst Exp $ - -S=${WORKDIR}/${PN} -SRC_URI="http://ogre.rocky-road.net/files/${P}.tar.gz" - -HOMEPAGE="http://ogre.rocky-road.net/cdr.shtml" -DESCRIPTION="CD ripping/mastering" - -#todo: add blade encoder -DEPEND="sys-devel/gcc media-sound/mad app-cdr/cdrtools app-cdr/cdrdao - media-sound/cdparanoia media-sound/lame media-libs/libogg - media-sound/mpg123 virtual/x11 >=x11-libs/gtk+-1.2.10-r4 \ - dev-libs/glib media-libs/libvorbis - media-libs/libao" -RDEPEND="media-sound/mad app-cdr/cdrtools app-cdr/cdrdao - media-sound/cdparanoia media-sound/lame media-libs/libogg - media-sound/mpg123 virtual/x11 >=x11-libs/gtk+-1.2.10-r4 \ - dev-libs/glib media-libs/libvorbis - media-libs/libao" - -src_compile() { - - confopts="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}" - - try ./configure ${confopts} - - try emake - -} - -src_install () { - - try make DESTDIR=${D} install - -} - diff --git a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild index 61d98ce7be0d..2ea71d6667c3 100644 --- a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild +++ b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.1 2001/11/11 12:10:24 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.2 2002/02/12 01:23:19 verwilst Exp $ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:'`" S=${WORKDIR}/${MY_P} DESCRIPTION="CD ripping/mastering" SRC_URI="http://ogre.rocky-road.net/files/${MY_P}.tar.bz2" HOMEPAGE="http://ogre.rocky-road.net/cdr.shtml" - +SLOT="0" #todo: add blade encoder DEPEND="sys-devel/gcc media-sound/mad app-cdr/cdrtools app-cdr/cdrdao media-sound/cdparanoia media-sound/lame media-libs/libogg |