summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-23 21:13:40 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-23 21:13:40 +0000
commit3295e071fbbb5655169f053125c9a11d129cef1b (patch)
tree6277d8cb6026c9555ec209e941a59841d3dc32a1 /media-libs/babl/babl-0.1.4.ebuild
parentversion bump (diff)
downloadgentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.tar.gz
gentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.tar.bz2
gentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.zip
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/babl/babl-0.1.4.ebuild')
-rw-r--r--media-libs/babl/babl-0.1.4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/babl/babl-0.1.4.ebuild b/media-libs/babl/babl-0.1.4.ebuild
deleted file mode 100644
index faf114e79bc2..000000000000
--- a/media-libs/babl/babl-0.1.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.13 2012/05/05 08:02:35 jdhore Exp $
-
-EAPI=3
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}