diff options
author | 2002-02-12 01:23:19 +0000 | |
---|---|---|
committer | 2002-02-12 01:23:19 +0000 | |
commit | ece68cc85977c900aba1e32512034ebda640a045 (patch) | |
tree | 0e6b914aba3189937dfea196eff14d8cbfddefde /app-cdr/gtoaster | |
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/gtoaster')
-rw-r--r-- | app-cdr/gtoaster/files/digest-gtoaster-1.0_beta3 | 1 | ||||
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta3.ebuild | 73 | ||||
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild | 4 |
3 files changed, 2 insertions, 76 deletions
diff --git a/app-cdr/gtoaster/files/digest-gtoaster-1.0_beta3 b/app-cdr/gtoaster/files/digest-gtoaster-1.0_beta3 deleted file mode 100644 index fe56d2112746..000000000000 --- a/app-cdr/gtoaster/files/digest-gtoaster-1.0_beta3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3756a86ebf5b49948902ba1bf10809ad gtoaster1.0Beta3.tgz 2432903 diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta3.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta3.ebuild deleted file mode 100644 index a237214f6842..000000000000 --- a/app-cdr/gtoaster/gtoaster-1.0_beta3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Desktop Team <desktop@cvs.gentoo.org> -# Author Claes Nästén <pekdon@gmx.net> -# /home/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.2_beta2.ebuild,v 1.1 2001/10/18 21:42:47 hallski Exp - -# Fix so that updating can only be done by 'cp old.ebuild new.ebuild' -MY_P="`echo ${P} |sed -e 's:-::' -e 's:_b:B:'`" -S=${WORKDIR}/gtoaster -DESCRIPTION="GTK+ Frontend for cdrecord" -SRC_URI="http://gnometoaster.rulez.org/archive/${MY_P}.tgz" -HOMEPAGE="http://gnometoaster.rulez.org/" - -DEPEND=">=x11-libs/gtk+-1.2 - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - esd? ( >=media-sound/esound-0.2.22 )" - -RDEPEND=">=app-cdr/cdrtools-1.11 - >=media-sound/sox-12 - >=media-sound/mpg123-0.59 - >=media-sound/mp3info-0.8.4 - ogg? ( >=media-sound/vorbis-tools-1.0_rc2 ) - ogg? ( >=media-sound/oggtst-0.0 )" - - -src_compile() { - - local myconf - use nls || myconf="$myconf --disable-nls" - use gnome && myconf="$myconf --with-gnome --with-orbit" - use gnome || myconf="$myconf --without-gnome --without-orbit" - use esd && myconf="$myconf --with-esd" - use esd || myconf="$myconf --without-esd" - use oss && myconf="$myconf --with-oss" - use oss || myconf="$myconf --without-oss" - - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $myconf || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc ABOUT-NLS AUTHORS ChangeLog* COPYING INSTALL NEWS README TODO - docinto user-guide - dodoc Documentation/*.txt - dodoc Documentation/*.html - dodoc Documentation/*.png - - # Install icon and .desktop for menu entry - if [ "`use gnome`" ] ; then - insinto /usr/share/pixmaps - doins ${S}/icons/gtoaster.png - insinto /usr/share/gnome/apps/Applications - doins ${FILESDIR}/gtoaster.desktop - fi -} - - diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild index b154bdc5e78f..c2398d91c3dc 100644 --- a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild +++ b/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Nästén <pekdon@gmx.net> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.1 2002/01/28 19:12:07 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.2 2002/02/12 01:23:19 verwilst Exp $ # Fix so that updating can only be done by 'cp old.ebuild new.ebuild' MY_P="`echo ${P} |sed -e 's:-::' -e 's:_b:B:'`" @@ -9,7 +9,7 @@ S=${WORKDIR}/gtoaster DESCRIPTION="GTK+ Frontend for cdrecord" SRC_URI="http://gnometoaster.rulez.org/archive/${MY_P}.tgz" HOMEPAGE="http://gnometoaster.rulez.org/" - +SLOT="0" DEPEND=">=x11-libs/gtk+-1.2 gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) esd? ( >=media-sound/esound-0.2.22 )" |