diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 00:54:05 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 00:54:05 +0000 |
commit | 1f4424c836388f1440ba150a1238da9c68b4bcf5 (patch) | |
tree | 784eab55a0bc58b0fabde0a3e74b6e670c101a9e /sci-libs/szip | |
parent | Removed obsolete versions. (diff) | |
download | historical-1f4424c836388f1440ba150a1238da9c68b4bcf5.tar.gz historical-1f4424c836388f1440ba150a1238da9c68b4bcf5.tar.bz2 historical-1f4424c836388f1440ba150a1238da9c68b4bcf5.zip |
Removed obsolete version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-libs/szip')
-rw-r--r-- | sci-libs/szip/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/szip/files/digest-szip-1.1 | 1 | ||||
-rw-r--r-- | sci-libs/szip/szip-1.1.ebuild | 30 |
3 files changed, 5 insertions, 33 deletions
diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog index ba2124c174a9..d0fd19cd8e1a 100644 --- a/sci-libs/szip/ChangeLog +++ b/sci-libs/szip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/szip -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.4 2004/12/29 00:33:45 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.5 2005/06/26 00:54:05 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -szip-1.1.ebuild: + Removed obsolete version. *szip-1.1 (28 Dec 2004) diff --git a/sci-libs/szip/files/digest-szip-1.1 b/sci-libs/szip/files/digest-szip-1.1 deleted file mode 100644 index 645e4b385a5c..000000000000 --- a/sci-libs/szip/files/digest-szip-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aedb9b07da1082a945950241656e2106 szip1.1.tar.gz 98774 diff --git a/sci-libs/szip/szip-1.1.ebuild b/sci-libs/szip/szip-1.1.ebuild deleted file mode 100644 index 44e0fef2d81d..000000000000 --- a/sci-libs/szip/szip-1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-1.1.ebuild,v 1.3 2004/12/29 00:29:20 ribosome Exp $ - -MY_P="${P/-}" - -DESCRIPTION="Szip is an implementation of the extended-Rice lossless compression algorithm" -HOMEPAGE="http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/" -SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/${MY_P}.tar.gz" -LICENSE="szip" - -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" - -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - ./configure --prefix="/usr" || die - emake CFLAGS="${CFLAGS} -DHAVE_UNISTD_H -DUSE_MMAP" || die -} - -src_install() { - dodir /usr/include - dodir /usr/lib - make prefix=${D}/usr install || die -} |