diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:00:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:00:34 +0000 |
commit | a1b119c32aaee19354b629fe6fd9fb4f27b5f6d2 (patch) | |
tree | f4ff6f00c206d6b8c811008d46d6f6b684067f6d /dev-libs/ucl/ucl-1.03.ebuild | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-a1b119c32aaee19354b629fe6fd9fb4f27b5f6d2.tar.gz gentoo-2-a1b119c32aaee19354b629fe6fd9fb4f27b5f6d2.tar.bz2 gentoo-2-a1b119c32aaee19354b629fe6fd9fb4f27b5f6d2.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ucl/ucl-1.03.ebuild')
-rw-r--r-- | dev-libs/ucl/ucl-1.03.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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 -} |