diff options
-rw-r--r-- | dev-libs/ucl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.02.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.03.ebuild | 28 |
4 files changed, 5 insertions, 85 deletions
diff --git a/dev-libs/ucl/ChangeLog b/dev-libs/ucl/ChangeLog index b313a8a06275..0c1a7f43cdc0 100644 --- a/dev-libs/ucl/ChangeLog +++ b/dev-libs/ucl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ucl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.39 2012/03/18 18:42:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.40 2012/05/10 16:00:34 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ucl-1.01-r1.ebuild, + -ucl-1.02.ebuild, -ucl-1.03.ebuild: + Remove old 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> ucl-1.03-r1.ebuild: ia64/sparc stable wrt #396909 diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild deleted file mode 100644 index b17a91aa81f8..000000000000 --- a/dev-libs/ucl/ucl-1.01-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.14 2004/07/14 15:12:50 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="UCL: The UCL Compression Library" -HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" -SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ppc64" -IUSE="" - -src_compile() { - # Doing this b/c UCL will be included in the kernel - # at some point, and will be fixed properly then - # besides, this is lu_zero's build - append-flags -fPIC - - econf || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die -} diff --git a/dev-libs/ucl/ucl-1.02.ebuild b/dev-libs/ucl/ucl-1.02.ebuild deleted file mode 100644 index 2d38146deb5d..000000000000 --- a/dev-libs/ucl/ucl-1.02.ebuild +++ /dev/null @@ -1,28 +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/ucl/ucl-1.02.ebuild,v 1.9 2007/08/25 17:38:50 beandog Exp $ - -inherit flag-o-matic - -DESCRIPTION="UCL: The UCL Compression Library" -HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" -SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86" -IUSE="" - -src_compile() { - # Doing this b/c UCL will be included in the kernel - # at some point, and will be fixed properly then - # besides, this is lu_zero's build - append-flags -fPIC - - econf || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die -} diff --git a/dev-libs/ucl/ucl-1.03.ebuild b/dev-libs/ucl/ucl-1.03.ebuild deleted file mode 100644 index 69ba1d50f0c2..000000000000 --- a/dev-libs/ucl/ucl-1.03.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03.ebuild,v 1.11 2011/01/13 20:54:18 ranger Exp $ - -EAPI="2" -inherit eutils - -DESCRIPTION="the UCL Compression Library" -HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" -SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -src_prepare() { - epunt_cxx -} - -src_configure() { - econf --enable-shared || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS NEWS README THANKS TODO -} |