diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-03-28 19:24:43 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-03-28 19:24:43 +0000 |
commit | 35008e09d50335078a979f41b698c985cce557cd (patch) | |
tree | d3eb0d41141409749b48f9adce92c600a3fd66c1 /dev-libs/ucl | |
parent | minor version bump (diff) | |
download | gentoo-2-35008e09d50335078a979f41b698c985cce557cd.tar.gz gentoo-2-35008e09d50335078a979f41b698c985cce557cd.tar.bz2 gentoo-2-35008e09d50335078a979f41b698c985cce557cd.zip |
Version bump to 1.01-r1. Removed the copy of the sources in /usr/src. Marked unstable for x86, sparc and hppa.
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/ChangeLog | 12 | ||||
-rw-r--r-- | dev-libs/ucl/files/digest-ucl-1.01-r1 | 1 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01.ebuild | 4 |
4 files changed, 33 insertions, 4 deletions
diff --git a/dev-libs/ucl/ChangeLog b/dev-libs/ucl/ChangeLog index 0f5c9c8488c5..3f1860f492d1 100644 --- a/dev-libs/ucl/ChangeLog +++ b/dev-libs/ucl/ChangeLog @@ -1,11 +1,19 @@ # ChangeLog for dev-libs/ucl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.4 2003/02/12 06:10:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.5 2003/03/28 19:24:43 gmsoft Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords +*ucl-1.01-r1 (28 Mar 2003) + + 28 Mar 2003; Guy Martin <gmsoft@gentoo.org> : ucl-1.01-r1.ebuild, files/digest-ucl-1.01-r1 : + Removed the copy of the sources in /usr/src. Marked unstable for x86, sparc and hppa. *ucl-1.01 (21 Jun 2002) + 28 Mar 2003; Guy Martin <gmsoft@gentoo.org> ucl-1.01.ebuild : + Added hppa to KEYWORDS. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/dev-libs/ucl/files/digest-ucl-1.01-r1 b/dev-libs/ucl/files/digest-ucl-1.01-r1 new file mode 100644 index 000000000000..fa45b0a60ede --- /dev/null +++ b/dev-libs/ucl/files/digest-ucl-1.01-r1 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..78e84bb1aad4 --- /dev/null +++ b/dev-libs/ucl/ucl-1.01-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 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.1 2003/03/28 19:24:43 gmsoft 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" + +src_compile() { + econf + emake || die +} + +src_install() { + make install DESTDIR=${D} || die +} diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild index fbb9f358a3cf..e05a791b4c01 100644 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ b/dev-libs/ucl/ucl-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.8 2003/02/13 10:52:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.9 2003/03/28 19:24:43 gmsoft Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc hppa" src_compile() { econf |