summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-19 18:17:17 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-19 18:17:17 +0000
commit1ec6ad4e6fe16b4a3200c9f7944b0ea82ce2ebfd (patch)
tree36fd4dc4879909bb202a599576ea9006f4576fdf /app-arch/bzip2
parentinitial import (diff)
downloadhistorical-1ec6ad4e6fe16b4a3200c9f7944b0ea82ce2ebfd.tar.gz
historical-1ec6ad4e6fe16b4a3200c9f7944b0ea82ce2ebfd.tar.bz2
historical-1ec6ad4e6fe16b4a3200c9f7944b0ea82ce2ebfd.zip
old
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r--app-arch/bzip2/bzip2-1.0.2-r3.ebuild88
-rw-r--r--app-arch/bzip2/files/digest-bzip2-1.0.2-r31
2 files changed, 0 insertions, 89 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild
deleted file mode 100644
index 4f7f0c17f8e0..000000000000
--- a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild
+++ /dev/null
@@ -1,88 +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.2-r3.ebuild,v 1.19 2005/01/01 11:41:52 eradicator Exp $
-
-inherit toolchain-funcs flag-o-matic
-
-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="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
-IUSE="build static debug"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # 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 && append-flags -static
- use debug && sed -i 's:-fomit-frame-pointer::g' Makefile
-
- # bzip2 will to run itself after it has built itself which we
- # can't do if we are cross compiling. -solar
- if [ -e /bin/bzip2 ] && [[ ${CTARGET} != ${CHOST} ]] ; then
- sed -i -e 's:./bzip2 -:bzip2 -:g' Makefile || die
- fi
- sed -i \
- -e 's:\$(PREFIX)/man:\$(PREFIX)/share/man:g' \
- -e "s:-O2:${CFLAGS}:g" \
- Makefile || die
- sed -i \
- -e "s:-O2:${CFLAGS}:g" \
- Makefile-libbz2_so || die
-}
-
-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 install || die
- mv ${D}/usr/bin ${D}
-
- # These are symlinks to bzip2 ...
- for x in bunzip2 bzcat
- do
- if [ -f "${D}/bin/${x}" ]
- then
- rm -f ${D}/bin/${x}
- dosym bzip2 /bin/${x}
- fi
- done
-
- [ -z "${CONF_LIBDIR}" ] && CONF_LIBDIR="lib"
-
- [ "${CONF_LIBDIR}" != "lib" ] && mv ${D}/usr/lib ${D}/usr/${CONF_LIBDIR}
- dolib.so ${S}/libbz2.so.${PV}
- dosym /usr/${CONF_LIBDIR}/libbz2.so.${PV} /usr/${CONF_LIBDIR}/libbz2.so.1.0
- dosym /usr/${CONF_LIBDIR}/libbz2.so.${PV} /usr/${CONF_LIBDIR}/libbz2.so
- dosym /usr/${CONF_LIBDIR}/libbz2.so.${PV} /usr/${CONF_LIBDIR}/libbz2.so.1
-
- dodoc README LICENSE CHANGES Y2K_INFO
- docinto txt
- dodoc *.txt
- docinto ps
- dodoc *.ps
- dohtml manual_*.html
- else
- into /
- dobin bzip2
- dosym bzip2 /bin/bzcat
- dosym bzip2 /bin/bunzip2
- fi
-}
diff --git a/app-arch/bzip2/files/digest-bzip2-1.0.2-r3 b/app-arch/bzip2/files/digest-bzip2-1.0.2-r3
deleted file mode 100644
index 5b1f375c39ee..000000000000
--- a/app-arch/bzip2/files/digest-bzip2-1.0.2-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee76864958d568677f03db8afad92beb bzip2-1.0.2.tar.gz 665198