diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:16:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:16:51 +0000 |
commit | d21701d1e998cb5945c28406326addfa2d7da624 (patch) | |
tree | dfa6958b1999aca053ee4304e3d58a074357e8d6 /app-arch | |
parent | add back in missing arm love (diff) | |
download | historical-d21701d1e998cb5945c28406326addfa2d7da624.tar.gz historical-d21701d1e998cb5945c28406326addfa2d7da624.tar.bz2 historical-d21701d1e998cb5945c28406326addfa2d7da624.zip |
old
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.3.ebuild | 71 | ||||
-rw-r--r-- | app-arch/bzip2/files/digest-bzip2-1.0.3 | 1 |
2 files changed, 0 insertions, 72 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.3.ebuild b/app-arch/bzip2/bzip2-1.0.3.ebuild deleted file mode 100644 index f6e87f49b331..000000000000 --- a/app-arch/bzip2/bzip2-1.0.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.3.ebuild,v 1.3 2005/05/13 02:25:01 vapier Exp $ - -inherit multilib toolchain-funcs flag-o-matic - -DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" -HOMEPAGE="http://www.bzip.org/" -SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz" - -LICENSE="BZIP2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="build static" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.0.2-NULL-ptr-check.patch - epatch "${FILESDIR}"/${P}-makefile-CFLAGS.patch - epatch "${FILESDIR}"/${P}-saneso.patch - epatch "${FILESDIR}"/${PN}-1.0.2-progress.patch - sed -i -e 's:\$(PREFIX)/man:\$(PREFIX)/share/man:g' Makefile || die "sed manpath" - - use static && append-flags -static - - # - Generate symlinks instead of hardlinks - # - pass custom variables to control libdir - sed -i \ - -e 's:ln $(PREFIX)/bin/:ln -s :' \ - -e 's:$(PREFIX)/lib:$(PREFIX)/$(LIBDIR):g' \ - Makefile || die "sed links" - - # bzip2 will to run itself after it has built itself which we - # can't do if we are cross compiling. -solar - if [[ -x /bin/bzip2 ]] && tc-is-cross-compiler ; then - sed -i -e 's:./bzip2 -:bzip2 -:g' Makefile || die "sed cross-compile" - fi -} - -src_compile() { - local makeopts=" - CC=$(tc-getCC) - AR=$(tc-getAR) - RANLIB=$(tc-getRANLIB) - " - if ! use build ; then - emake ${makeopts} -f Makefile-libbz2_so all || die "Make failed libbz2" - fi - emake ${makeopts} all || die "Make failed" -} - -src_install() { - if ! use build ; then - make PREFIX="${D}"/usr LIBDIR=$(get_libdir) install || die - mv "${D}"/usr/bin "${D}"/ - dolib.so "${S}"/libbz2.so.${PV} - for l in libbz2.so{,.1{,.0}} ; do - dosym libbz2.so.${PV} /usr/$(get_libdir)/${l} - done - - dodoc README* CHANGES Y2K_INFO bzip2.txt manual.* - else - into / - dobin bzip2 || die "dobin bzip2" - fi - dosym bzip2 /bin/bzcat - dosym bzip2 /bin/bunzip2 -} diff --git a/app-arch/bzip2/files/digest-bzip2-1.0.3 b/app-arch/bzip2/files/digest-bzip2-1.0.3 deleted file mode 100644 index 24bf9c7e285a..000000000000 --- a/app-arch/bzip2/files/digest-bzip2-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a716bebecb6e647d2e8a29ea5d8447f bzip2-1.0.3.tar.gz 669075 |