diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-26 09:18:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-26 09:18:45 +0000 |
commit | 5e5fd7e8e2fe28d5d8e675efb675dc35e21857e5 (patch) | |
tree | 2a12aa0d8bbeb232b92d0260a3491e62df751018 /app-arch | |
parent | Once again, fixing the SRC_URI (and this time for real) (diff) | |
download | gentoo-2-5e5fd7e8e2fe28d5d8e675efb675dc35e21857e5.tar.gz gentoo-2-5e5fd7e8e2fe28d5d8e675efb675dc35e21857e5.tar.bz2 gentoo-2-5e5fd7e8e2fe28d5d8e675efb675dc35e21857e5.zip |
touchups and install some docs
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/ncompress/ncompress-4.2.4-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-arch/ncompress/ncompress-4.2.4-r1.ebuild b/app-arch/ncompress/ncompress-4.2.4-r1.ebuild index 41bb537da426..3c0c7aa522cb 100644 --- a/app-arch/ncompress/ncompress-4.2.4-r1.ebuild +++ b/app-arch/ncompress/ncompress-4.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ncompress-4.2.4-r1.ebuild,v 1.13 2005/05/13 03:12:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ncompress-4.2.4-r1.ebuild,v 1.14 2005/11/26 09:18:45 vapier Exp $ inherit eutils toolchain-funcs @@ -12,14 +12,13 @@ SRC_URI="ftp://ftp.leo.org/pub/comp/os/unix/linux/sunsite/utils/compress/${P}.ta LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="build" +IUSE="" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/ncompress-gcc34.patch - # Add bounds checking for bug 66251 - epatch ${DISTDIR}/ncompress_4.2.4-15.diff.gz + cd "${S}" + epatch "${FILESDIR}"/ncompress-gcc34.patch + epatch "${DISTDIR}"/ncompress_4.2.4-15.diff.gz } src_compile() { @@ -33,5 +32,6 @@ src_compile() { src_install() { dobin compress || die dosym compress /usr/bin/uncompress - use build || doman compress.1 + doman compress.1 + dodoc Acknowleds Changes LZW.INFO README } |