summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2006-12-05 13:38:42 +0000
committerHanno Boeck <hanno@gentoo.org>2006-12-05 13:38:42 +0000
commit50bef16e5fc7cb47dfd64dc07efeae0a1fc2b6dd (patch)
tree32ba9b7a330b31f0e19a2efa8a17923e37a360ad /dev-libs/liboil/liboil-0.3.2.ebuild
parentremove old liboil-versions, assign liboil to media-video-herd, because it's b... (diff)
downloadhistorical-50bef16e5fc7cb47dfd64dc07efeae0a1fc2b6dd.tar.gz
historical-50bef16e5fc7cb47dfd64dc07efeae0a1fc2b6dd.tar.bz2
historical-50bef16e5fc7cb47dfd64dc07efeae0a1fc2b6dd.zip
remove old liboil-versions, assign liboil to media-video-herd, because it's basically mainly used by video-codecs
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'dev-libs/liboil/liboil-0.3.2.ebuild')
-rw-r--r--dev-libs/liboil/liboil-0.3.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/liboil/liboil-0.3.2.ebuild b/dev-libs/liboil/liboil-0.3.2.ebuild
deleted file mode 100644
index 12b7f409f314..000000000000
--- a/dev-libs/liboil/liboil-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.2.ebuild,v 1.6 2005/10/06 21:34:15 ferdy Exp $
-
-inherit eutils
-DESCRIPTION="Liboil is a library of simple functions that are optimized for various CPUs."
-HOMEPAGE="http://www.schleef.org/liboil/"
-SRC_URI="http://www.schleef.org/${PN}/download/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0.3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-#RESTRICT="nostrip"
-DEPEND="=dev-libs/glib-2*"
-#RDEPEND=""
-#S=${WORKDIR}/${P}
-
-src_compile() {
- econf || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}