diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-23 00:58:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-23 00:58:20 +0000 |
commit | 4a0920755e7fd779949edb5498bdbf3c81d15dcc (patch) | |
tree | c527b5e20bb63afdeb86c491d1190b959f5dddbd /app-arch/ncompress | |
parent | Stable on Alpha + IA64. (diff) | |
download | gentoo-2-4a0920755e7fd779949edb5498bdbf3c81d15dcc.tar.gz gentoo-2-4a0920755e7fd779949edb5498bdbf3c81d15dcc.tar.bz2 gentoo-2-4a0920755e7fd779949edb5498bdbf3c81d15dcc.zip |
punt old version #163301
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-arch/ncompress')
-rw-r--r-- | app-arch/ncompress/files/digest-ncompress-4.2.4-r1 | 6 | ||||
-rw-r--r-- | app-arch/ncompress/files/ncompress-gcc34.patch | 23 | ||||
-rw-r--r-- | app-arch/ncompress/ncompress-4.2.4-r1.ebuild | 37 |
3 files changed, 0 insertions, 66 deletions
diff --git a/app-arch/ncompress/files/digest-ncompress-4.2.4-r1 b/app-arch/ncompress/files/digest-ncompress-4.2.4-r1 deleted file mode 100644 index f6c41f729f3d..000000000000 --- a/app-arch/ncompress/files/digest-ncompress-4.2.4-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 42a315841981690e2b5d82122b0064db ncompress-4.2.4.tar.gz 32513 -RMD160 2ad37468d277dc25fd7ede23526c572cdba59c33 ncompress-4.2.4.tar.gz 32513 -SHA256 be0fd7ea9a724799359b9f54e74cef8eb38fd9a6fefa3c05b249bb38d4f91784 ncompress-4.2.4.tar.gz 32513 -MD5 5c0665389b5809d024d5278dc53f738a ncompress_4.2.4-15.diff.gz 7809 -RMD160 0139c261f7a5d302946a0c4d798d27ef9147e3aa ncompress_4.2.4-15.diff.gz 7809 -SHA256 574d663ecd45ce4ca2a22673893a07901e399b141ad95d698971d79072ce9ca5 ncompress_4.2.4-15.diff.gz 7809 diff --git a/app-arch/ncompress/files/ncompress-gcc34.patch b/app-arch/ncompress/files/ncompress-gcc34.patch deleted file mode 100644 index 0ed2ebfa5e2c..000000000000 --- a/app-arch/ncompress/files/ncompress-gcc34.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ncompress-4.2.4/compress42.c 1992-10-28 06:10:53.000000000 -0500 -+++ ../compress42.c 2004-04-13 16:57:11.325373656 -0400 -@@ -171,9 +171,9 @@ - #ifndef NOFUNCDEF - extern void *malloc LARGS((int)); - extern void free LARGS((void *)); --#ifndef _IBMR2 -+/* #ifndef _IBMR2 - extern int open LARGS((char const *,int,...)); --#endif -+#endif */ - extern int close LARGS((int)); - extern int read LARGS((int,void *,int)); - extern int write LARGS((int,void const *,int)); -@@ -184,7 +184,7 @@ - extern char *strcpy LARGS((char *,char const *)); - extern char *strcat LARGS((char *,char const *)); - extern int strcmp LARGS((char const *,char const *)); -- extern unsigned strlen LARGS((char const *)); -+/* extern unsigned strlen LARGS((char const *)); */ - extern void *memset LARGS((void *,char,unsigned int)); - extern void *memcpy LARGS((void *,void const *,unsigned int)); - extern int atoi LARGS((char const *)); diff --git a/app-arch/ncompress/ncompress-4.2.4-r1.ebuild b/app-arch/ncompress/ncompress-4.2.4-r1.ebuild deleted file mode 100644 index 3c0c7aa522cb..000000000000 --- a/app-arch/ncompress/ncompress-4.2.4-r1.ebuild +++ /dev/null @@ -1,37 +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/ncompress/ncompress-4.2.4-r1.ebuild,v 1.14 2005/11/26 09:18:45 vapier Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Another uncompressor for compatibility" -HOMEPAGE="ftp://ftp.leo.org/pub/comp/os/unix/linux/sunsite/utils/compress/" -SRC_URI="ftp://ftp.leo.org/pub/comp/os/unix/linux/sunsite/utils/compress/${P}.tar.gz - http://ftp.debian.org/debian/pool/main/n/ncompress/ncompress_4.2.4-15.diff.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/ncompress-gcc34.patch - epatch "${DISTDIR}"/ncompress_4.2.4-15.diff.gz -} - -src_compile() { - sed \ - -e "s:options= :options= ${CFLAGS} :" \ - -e "s:CC=cc:CC=$(tc-getCC):" \ - Makefile.def > Makefile - make || die -} - -src_install() { - dobin compress || die - dosym compress /usr/bin/uncompress - doman compress.1 - dodoc Acknowleds Changes LZW.INFO README -} |