diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-12-28 20:53:58 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-12-28 20:53:58 +0000 |
commit | cc6165a19348c8dd7a5e43ebf69ad9bfa995dd5d (patch) | |
tree | 233af06fd8de09d69a82a1d7292196760d7e65b1 /media-video/gephex | |
parent | Fix typos, thanks to Pat Double. (diff) | |
download | gentoo-2-cc6165a19348c8dd7a5e43ebf69ad9bfa995dd5d.tar.gz gentoo-2-cc6165a19348c8dd7a5e43ebf69ad9bfa995dd5d.tar.bz2 gentoo-2-cc6165a19348c8dd7a5e43ebf69ad9bfa995dd5d.zip |
Cleanup stale ebuilds
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-video/gephex')
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.0.4 | 1 | ||||
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.0.4-r1 | 1 | ||||
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.4 | 1 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.0.4-r1.ebuild | 52 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.0.4.ebuild | 48 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.4.ebuild | 43 |
7 files changed, 2 insertions, 148 deletions
diff --git a/media-video/gephex/files/digest-gephex-0.0.4 b/media-video/gephex/files/digest-gephex-0.0.4 deleted file mode 100644 index 2f031f9bb0ac..000000000000 --- a/media-video/gephex/files/digest-gephex-0.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2face73cd1316bb9f8e114f62c89b5a8 gephex-0.0.4.tar.gz 1810733 diff --git a/media-video/gephex/files/digest-gephex-0.0.4-r1 b/media-video/gephex/files/digest-gephex-0.0.4-r1 deleted file mode 100644 index 2f031f9bb0ac..000000000000 --- a/media-video/gephex/files/digest-gephex-0.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2face73cd1316bb9f8e114f62c89b5a8 gephex-0.0.4.tar.gz 1810733 diff --git a/media-video/gephex/files/digest-gephex-0.4 b/media-video/gephex/files/digest-gephex-0.4 deleted file mode 100644 index 551196cc4ae3..000000000000 --- a/media-video/gephex/files/digest-gephex-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c11a7b6ffc27b8e56d06348bf6cb04c gephex-0.4.tar.bz2 1540420 diff --git a/media-video/gephex/gephex-0.0.4-r1.ebuild b/media-video/gephex/gephex-0.0.4-r1.ebuild deleted file mode 100644 index 6b012ffadbcc..000000000000 --- a/media-video/gephex/gephex-0.0.4-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4-r1.ebuild,v 1.4 2005/07/07 04:49:52 caleb Exp $ - -inherit eutils - -MY_P=${P/_/} -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -S="${WORKDIR}/${MY_P}" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -RDEPEND=${DEPEND} - -src_compile() { - cd ${S} - epatch ${FILESDIR}/0.0.4-alsa-api-fix.patch || die - epatch ${FILESDIR}/0.0.4-makefile.in.patch || die - epatch ${FILESDIR}/0.0.4-disable-glx.patch || die - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} diff --git a/media-video/gephex/gephex-0.0.4.ebuild b/media-video/gephex/gephex-0.0.4.ebuild deleted file mode 100644 index 823aa9c60465..000000000000 --- a/media-video/gephex/gephex-0.0.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4.ebuild,v 1.5 2005/07/07 04:49:52 caleb Exp $ - -inherit eutils - -MY_P=${P/_/} -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -S="${WORKDIR}/${MY_P}" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -src_compile() { - cd ${S} - epatch ${FILESDIR}/0.0.4-alsa-api-fix.patch || die - epatch ${FILESDIR}/0.0.4-makefile.in.patch || die - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} diff --git a/media-video/gephex/gephex-0.4.3.ebuild b/media-video/gephex/gephex-0.4.3.ebuild index 6a0a0bf6b57f..ff659c3fe888 100644 --- a/media-video/gephex/gephex-0.4.3.ebuild +++ b/media-video/gephex/gephex-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.7 2005/12/16 12:07:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.8 2005/12/28 20:53:58 lu_zero Exp $ DESCRIPTION="GePhex is a modular video effect framework." HOMEPAGE="http://www.gephex.org" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" IUSE="aalib alsa ffmpeg joystick mmx mpeg opengl oss png sdl static v4l" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" DEPEND="virtual/x11 =x11-libs/qt-3* diff --git a/media-video/gephex/gephex-0.4.ebuild b/media-video/gephex/gephex-0.4.ebuild deleted file mode 100644 index 097ea96b5c82..000000000000 --- a/media-video/gephex/gephex-0.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.ebuild,v 1.2 2005/07/07 04:49:52 caleb Exp $ - -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/sdl-image-1.2.3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -RDEPEND=${DEPEND} - -src_compile() { - cd ${S} - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} |