diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:38:20 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:38:20 +0200 |
commit | a549e6ac6b6b6dbe30f0486ec078e607c63ab860 (patch) | |
tree | 510f307f30657fda60553346b769b73216117310 /media-libs/babl | |
parent | b6ebc3ab027b6c55a57fde0eaedaae6114ed0d81 (diff) |
cleanup....
Diffstat (limited to 'media-libs/babl')
-rw-r--r-- | media-libs/babl/babl-0.9999.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/babl/babl-0.9999.ebuild b/media-libs/babl/babl-0.9999.ebuild deleted file mode 100644 index 256ea43..0000000 --- a/media-libs/babl/babl-0.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.0.22.ebuild,v 1.7 2009/01/31 09:11:00 mabi Exp $ - -inherit git - -DESCRIPTION="A dynamic, any to any, pixel format conversion library" -HOMEPAGE="http://www.gegl.org/babl/" -SRC_URI="" - -EGIT_REPO_URI="git://git.gnome.org/babl" -EGIT_BOOTSTRAP="./autogen.sh" - - -LICENSE="LGPL-3" -SLOT="" -KEYWORDS="" -IUSE="sse mmx" - -DEPEND="virtual/libc" - -src_unpack(){ - git_src_unpack -} - -src_compile() { - econf $(use_enable mmx) \ - $(use_enable sse) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - find "${D}" -name '*.la' -delete -# dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed" -} |