diff options
author | 2003-11-14 20:01:43 +0000 | |
---|---|---|
committer | 2003-11-14 20:01:43 +0000 | |
commit | e1d7719d57396d06e860b3e249f5c1b6bd3c91dd (patch) | |
tree | 70f32d3fd8ecd80e7be272f35735db50c599cba6 /app-arch/bzip2 | |
parent | version bump (diff) | |
download | gentoo-2-e1d7719d57396d06e860b3e249f5c1b6bd3c91dd.tar.gz gentoo-2-e1d7719d57396d06e860b3e249f5c1b6bd3c91dd.tar.bz2 gentoo-2-e1d7719d57396d06e860b3e249f5c1b6bd3c91dd.zip |
bzip2 moved from sys-apps to app-arch
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 79 | ||||
-rw-r--r-- | app-arch/bzip2/Manifest | 3 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r2.ebuild | 65 | ||||
-rw-r--r-- | app-arch/bzip2/files/digest-bzip2-1.0.2-r2 | 1 |
4 files changed, 148 insertions, 0 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog new file mode 100644 index 000000000000..c163688abd26 --- /dev/null +++ b/app-arch/bzip2/ChangeLog @@ -0,0 +1,79 @@ +# ChangeLog for app-arch/bzip2 +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.1 2003/11/14 20:00:38 seemant Exp $ + +*bzip2-1.0.2-r2 (14 Nov 2003) + + 14 Nov 2003; Seemant Kulleen <seemant@gentoo.org> bzip2-1.0.2-r2.ebuild: + moved from sys-apps to app-arch + + 21 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Added static support #29266. + + 02 Mar 2003; Seemant Kulleen <seemant@gentoo.org> bzip2-1.0.2-r2.ebuild : + changed the einstall back to make install, because it was causing sandbox + violations. Thanks to Jay Pfeifer in #-dev for the fix and rac00n in #gentoo for + finding it. + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> bzip2-1.0.2-r2.ebuild : + Added arm to keywords. + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> bzip2-1.0.2-r2.ebuild : + Added hppa to keywords. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + + 20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> bzip2-1.0.2-r2.ebuild : + Fix SRC_URI and HOMEPAGE, thanks to J. Scott Edwards <sedwards@xmission.com>. + +*bzip2-1.0.2-r2 (29 Jun 2002) + + 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> bzip2-1.0.2-r2.ebuild: + Various ebuild fixes, better errors, use of einstall, and make the package use + the proper CC and CXXs from the portage environment + + 07 Feb 2003; Brandon Low <lostlogic@gentoo.org> : + Fix breakage when features=distcc is enabled. this seems to be + an issue with the way that make is parsing options such as + CC="distcc gcc" I'm not sure this fix actually does what it + should, but at least the package merges for now. + + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + + 24 Sep 2002; Martin Schlemmer <azarah@gentoo.org> bzip2-1.0.2-r2.ebuild : + Enable use of User specified compiler. Closes bug #8021. + + 28 Jul 2002; Martin Schlemmer <azarah@gentoo.org> bzip2-1.0.2.ebuild : + Also install /bin/bzcat with USE=build, as some apps need it, and it + gets pulled in prematurely with gcc3 profile. + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> bzip2-1.0.2.ebuild : + Added KEYWORDS, SLOT. + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> bzip2-1.0.2-r2.ebuild : + Added KEYWORDS, SLOT. + + 29 Jun 2002; Daniel Robbins <drobbins@gentoo.org> : new rev of bzip2 that + uses user-defined CFLAGS, but keeps existing "-fomit-frame-pointer" and + "-fno-strength-reduce" options. + +*bzip2-1.0.2-r1 (21 Mar 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> bzip2-1.0.2-r1.ebuild : + Added KEYWORDS, SLOT. + + 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> bzip2-1.0.2-r1.ebuild : + HTML documentation does not get gzipped any more. Thanks to + stefan@mdy.univie.ac.at for pointing this out. + +*bzip2-1.0.2 (2 Feb 2002) + + 2 Feb 2002; M.Schlemmer <azarah@gentoo.org> bzip2-1.0.2.ebuild : Redo ebuild + not to use the patches, as it makes things difficult between versions. + Updated. + +*bzip2-1.0.1-r4 (1 Feb 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> bzip2-1.0.1-r4.ebuild : + Added KEYWORDS, SLOT. diff --git a/app-arch/bzip2/Manifest b/app-arch/bzip2/Manifest new file mode 100644 index 000000000000..4bc5f8554e45 --- /dev/null +++ b/app-arch/bzip2/Manifest @@ -0,0 +1,3 @@ +MD5 41dad9fd4c42a740f878b23db59f31ac bzip2-1.0.2-r2.ebuild 1711 +MD5 8bc687e829c9984dd3ef09735ac36f6b ChangeLog 3051 +MD5 382f154f0ba01de10aff6207652d6799 files/digest-bzip2-1.0.2-r2 63 diff --git a/app-arch/bzip2/bzip2-1.0.2-r2.ebuild b/app-arch/bzip2/bzip2-1.0.2-r2.ebuild new file mode 100644 index 000000000000..00db26cbfc26 --- /dev/null +++ b/app-arch/bzip2/bzip2-1.0.2-r2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.2-r2.ebuild,v 1.1 2003/11/14 20:00:38 seemant Exp $ + +DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" +HOMEPAGE="http://sources.redhat.com/bzip2/" +SRC_URI="ftp://sources.redhat.com/pub/bzip2/v102/${P}.tar.gz" + +LICENSE="BZIP2" +SLOT="0" +KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm ia64" +IUSE="build static" + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + + cd ${S} + cp Makefile Makefile.orig + # for optimizations, we keep -fomit-frame-pointer and -fno-strength-reduce + # for speed. -fstrength-reduce seems to slow down the code slightly on x86. + # (drobbins) + use static && CFLAGS="${CFLAGS} -static" + sed -e 's:\$(PREFIX)/man:\$(PREFIX)/share/man:g' \ + -e "s:-O2:${CFLAGS}:g" \ + Makefile.orig > Makefile || die + cp Makefile-libbz2_so Makefile-libbz2_so.orig + sed -e "s:-O2:${CFLAGS}:g" \ + Makefile-libbz2_so.orig > Makefile-libbz2_so || die +} + +src_compile() { + if [ -z "`use build`" ] + then + emake CC="${CC}" CXX="${CXX}" -f Makefile-libbz2_so all || die "Make failed" + fi + emake CC="${CC}" CXX="${CXX}" all || die "Make failed" +} + +src_install() { + if [ -z "`use build`" ] + then + make PREFIX=${D}/usr install || die + mv ${D}/usr/bin ${D} + + dolib.so ${S}/libbz2.so.${PV} + dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so.1.0 + dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so + + dodoc README LICENSE CHANGES Y2K_INFO + docinto txt + dodoc *.txt + docinto ps + dodoc *.ps + dohtml manual_*.html + else + into / + dobin bzip2 + newbin bzip2 bzcat + + cd ${D}/bin + ln -s bzip2 bunzip2 + fi +} diff --git a/app-arch/bzip2/files/digest-bzip2-1.0.2-r2 b/app-arch/bzip2/files/digest-bzip2-1.0.2-r2 new file mode 100644 index 000000000000..5b1f375c39ee --- /dev/null +++ b/app-arch/bzip2/files/digest-bzip2-1.0.2-r2 @@ -0,0 +1 @@ +MD5 ee76864958d568677f03db8afad92beb bzip2-1.0.2.tar.gz 665198 |