diff options
author | 2008-08-19 13:58:05 +0000 | |
---|---|---|
committer | 2008-08-19 13:58:05 +0000 | |
commit | 81e7c71780211d983751276efc100bf9e683508a (patch) | |
tree | 9d14ff8b0fab12a342ca3097f88e96ad5d37ea83 /dev-libs/DirectFB-extra | |
parent | amd64 stable, bug #234974 (diff) | |
download | gentoo-2-81e7c71780211d983751276efc100bf9e683508a.tar.gz gentoo-2-81e7c71780211d983751276efc100bf9e683508a.tar.bz2 gentoo-2-81e7c71780211d983751276efc100bf9e683508a.zip |
clean out old, dep-broken versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/DirectFB-extra')
-rw-r--r-- | dev-libs/DirectFB-extra/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild | 57 | ||||
-rw-r--r-- | dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild | 49 |
3 files changed, 5 insertions, 107 deletions
diff --git a/dev-libs/DirectFB-extra/ChangeLog b/dev-libs/DirectFB-extra/ChangeLog index c61e0cb7d429..eb5f1a266a14 100644 --- a/dev-libs/DirectFB-extra/ChangeLog +++ b/dev-libs/DirectFB-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/DirectFB-extra # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.22 2008/08/06 07:05:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.23 2008/08/19 13:58:05 mr_bones_ Exp $ + + 19 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + -DirectFB-extra-1.0.0.ebuild, -DirectFB-extra-1.0.0-r1.ebuild: + clean out old, dep-broken versions 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild deleted file mode 100644 index 688460d05923..000000000000 --- a/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild,v 1.2 2007/12/09 10:09:02 vapier Exp $ - -inherit eutils - -DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB" -HOMEPAGE="http://www.directfb.org/" -SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc -sparc ~x86" -IUSE="ffmpeg flash fusion imlib mmx mpeg quicktime svg xine zlib" - -RDEPEND="~dev-libs/DirectFB-${PV} - ffmpeg? ( media-video/ffmpeg ) - flash? ( media-libs/libflash ) - fusion? ( dev-libs/linux-fusion ) - imlib? ( media-libs/imlib2 ) - mpeg? ( media-libs/libmpeg3 ) - quicktime? ( virtual/quicktime ) - svg? ( x11-libs/libsvg-cairo ) - xine? ( media-libs/xine-lib ) - zlib? ( sys-libs/zlib )" -# avi? ( media-video/avifile ) -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-CFLAGS.patch -} - -src_compile() { - # $(use_enable avi avifile) - econf \ - $(use_enable ffmpeg) \ - $(use_enable flash) \ - $(use_enable fusion fusionsound) \ - $(use_enable imlib imlib2) \ - $(use_enable mmx) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable quicktime openquicktime) \ - $(use_enable svg) \ - $(use_enable xine) \ - $(use_enable zlib) \ - --disable-avifile \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild deleted file mode 100644 index 0b7282d02921..000000000000 --- a/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild,v 1.1 2007/08/16 16:42:56 vapier Exp $ - -inherit eutils - -DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB" -HOMEPAGE="http://www.directfb.org/" -SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc -sparc ~x86" -IUSE="mmx imlib quicktime mpeg flash xine" - -RDEPEND=">=dev-libs/DirectFB-${PV} - imlib? ( media-libs/imlib2 ) - quicktime? ( virtual/quicktime ) - mpeg? ( media-libs/libmpeg3 ) - flash? ( media-libs/libflash ) - xine? ( media-libs/xine-lib )" -# avi? ( media-video/avifile ) -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-CFLAGS.patch -} - -src_compile() { - # $(use_enable avi avifile) - econf \ - $(use_enable mmx) \ - $(use_enable imlib imlib2) \ - $(use_enable quicktime openquicktime) \ - $(use_enable mpeg libmpeg3) \ - $(use_enable flash) \ - $(use_enable xine) \ - --disable-avifile \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} |