diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-09 15:37:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-09 15:37:55 +0000 |
commit | 579c4e41d53f9e0365c52c2e36f8d42321bc0e28 (patch) | |
tree | 6178b5f337c83e2628c5852f18ee25def105b690 /sci-libs | |
parent | stable amd64, bug 327293 (diff) | |
download | gentoo-2-579c4e41d53f9e0365c52c2e36f8d42321bc0e28.tar.gz gentoo-2-579c4e41d53f9e0365c52c2e36f8d42321bc0e28.tar.bz2 gentoo-2-579c4e41d53f9e0365c52c2e36f8d42321bc0e28.zip |
Remove old
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/szip/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/szip/files/szip-1.1-fPIC.patch | 11 | ||||
-rw-r--r-- | sci-libs/szip/szip-1.1-r1.ebuild | 38 |
3 files changed, 5 insertions, 50 deletions
diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog index 83537657a454..59a17222778f 100644 --- a/sci-libs/szip/ChangeLog +++ b/sci-libs/szip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/szip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.20 2010/07/09 14:01:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.21 2010/07/09 15:37:54 xarthisius Exp $ + + 09 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> -szip-1.1-r1.ebuild, + -files/szip-1.1-fPIC.patch: + Remove old 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> szip-2.1.ebuild: ppc64 stable wrt #324797 diff --git a/sci-libs/szip/files/szip-1.1-fPIC.patch b/sci-libs/szip/files/szip-1.1-fPIC.patch deleted file mode 100644 index a34f8c26834a..000000000000 --- a/sci-libs/szip/files/szip-1.1-fPIC.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2004-03-30 14:34:47.515593775 +0000 -+++ Makefile.in 2004-03-30 14:35:34.005187952 +0000 -@@ -120,6 +120,8 @@ - gentest.o: szlib.h - mcgill.o: mcgill.h - rice.o: rice.h -+ $(CC) $(CFLAGS) -fPIC -c rice.c - sz_api.o: szlib.h -+ $(CC) $(CFLAGS) -fPIC -c sz_api.c - burst_szip: mcgill.o - gentest: mcgill.o diff --git a/sci-libs/szip/szip-1.1-r1.ebuild b/sci-libs/szip/szip-1.1-r1.ebuild deleted file mode 100644 index b81b9da729e0..000000000000 --- a/sci-libs/szip/szip-1.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-1.1-r1.ebuild,v 1.7 2006/10/27 18:18:25 gustavoz Exp $ - -inherit eutils - -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="amd64 ppc ppc64 sparc x86" - -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} ; cd ${S} - - epatch ${FILESDIR}/${P}-fPIC.patch -} - -src_compile() { - ./configure -s --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 -} |