diff options
author | 2004-04-06 03:06:34 +0000 | |
---|---|---|
committer | 2004-04-06 03:06:34 +0000 | |
commit | 7373c27be3f9db62cc0c187ed663b647611046e7 (patch) | |
tree | 3c6c9238eb24f7f6d26d00b874933df7129aff48 /dev-libs/ucl | |
parent | Marking ~hppa, satisfying repoman issues (Manifest recommit) (diff) | |
download | gentoo-2-7373c27be3f9db62cc0c187ed663b647611046e7.tar.gz gentoo-2-7373c27be3f9db62cc0c187ed663b647611046e7.tar.bz2 gentoo-2-7373c27be3f9db62cc0c187ed663b647611046e7.zip |
inherit flag-o-matic
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/files/digest-ucl-1.01 | 1 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01.ebuild | 22 |
3 files changed, 5 insertions, 28 deletions
diff --git a/dev-libs/ucl/files/digest-ucl-1.01 b/dev-libs/ucl/files/digest-ucl-1.01 deleted file mode 100644 index fa45b0a60ede..000000000000 --- a/dev-libs/ucl/files/digest-ucl-1.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 1152323cd54eee905b3a9423ff43c373 ucl-1.01.tar.gz 341562 diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild index 1b690fbfcf69..0e61fff86438 100644 --- a/dev-libs/ucl/ucl-1.01-r1.ebuild +++ b/dev-libs/ucl/ucl-1.01-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.10 2004/03/25 04:06:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.11 2004/04/06 03:02:44 vapier Exp $ DESCRIPTION="UCL: The UCL Compression Library" -SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" +SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc hppa alpha amd64 ppc64" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ppc64" src_compile() { # Doing this b/c UCL will be included in the kernel @@ -16,7 +16,7 @@ src_compile() { # besides, this is lu_zero's build append-flags -fPIC - econf + econf || die emake || die } diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild deleted file mode 100644 index e83cbd835499..000000000000 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.11 2004/03/14 12:26:11 mr_bones_ Exp $ - -DESCRIPTION="UCL: The UCL Compression Library" -SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" -HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc hppa amd64" - -src_compile() { - econf - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodir /usr/src/ - cp -r ${S} ${D}usr/src/ -} |