summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
commit21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch)
tree08b19a101b57f3951268e58813b175c71006d272 /sys-apps/gzip
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/gzip')
-rw-r--r--sys-apps/gzip/files/digest-gzip-1.2.4a-r11
-rw-r--r--sys-apps/gzip/files/digest-gzip-1.2.4a-r21
-rw-r--r--sys-apps/gzip/gzip-1.2.4a-r1.ebuild50
-rw-r--r--sys-apps/gzip/gzip-1.2.4a-r2.ebuild54
4 files changed, 0 insertions, 106 deletions
diff --git a/sys-apps/gzip/files/digest-gzip-1.2.4a-r1 b/sys-apps/gzip/files/digest-gzip-1.2.4a-r1
deleted file mode 100644
index 60ae475bc42e..000000000000
--- a/sys-apps/gzip/files/digest-gzip-1.2.4a-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz
diff --git a/sys-apps/gzip/files/digest-gzip-1.2.4a-r2 b/sys-apps/gzip/files/digest-gzip-1.2.4a-r2
deleted file mode 100644
index 60ae475bc42e..000000000000
--- a/sys-apps/gzip/files/digest-gzip-1.2.4a-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz
diff --git a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild
deleted file mode 100644
index 1a7df3b1fd26..000000000000
--- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.8 2001/01/31 20:49:07 achim Exp $
-
-P=gzip-1.2.4a
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard GNU compressor"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A}
- ftp://prep.ai.mit.edu/gnu/gzip/${A}"
-HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html"
-DEPEND="virtual/glibc"
-RDEPEND="virtual/glibc
- sys-apps/bash"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/
- try pmake
-}
-
-src_install() {
- dodir /usr/bin
- try make prefix=${D}/usr exec_prefix=${D}/ install
- cd ${D}/bin
- for i in gzexe zforce zgrep zmore znew zcmp
- do
- cp ${i} ${i}.orig
- sed -e "1d" -e "s:${D}::" ${i}.orig > ${i}
- rm ${i}.orig
- chmod 755 ${i}
- done
- cd ${D}/usr/man/man1
-
- for i in gzexe gzip zcat zcmp zdiff zforce \
- zgrep zmore znew
- do
- rm ${i}.1
- ln -s gunzip.1.gz ${i}.1.gz
- done
- cd ${S}
- rm -rf ${D}/usr/lib
- dodoc ChangeLog COPYING NEWS README THANKS TODO
- docinto txt
- dodoc algorithm.doc gzip.doc
-}
-
-
-
-
diff --git a/sys-apps/gzip/gzip-1.2.4a-r2.ebuild b/sys-apps/gzip/gzip-1.2.4a-r2.ebuild
deleted file mode 100644
index 1269271f6f87..000000000000
--- a/sys-apps/gzip/gzip-1.2.4a-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard GNU compressor"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A}
- ftp://prep.ai.mit.edu/gnu/gzip/${A}"
-HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ \
- --mandir=/usr/share/man --infodir=/usr/share/info
- try pmake
-}
-
-src_install() {
-
- dodir /usr/bin /usr/share/man/man1
- try make prefix=${D}/usr exec_prefix=${D}/ mandir=${D}/usr/share/man/man1 infodir=${D}/usr/share/info install
-
- cd ${D}/bin
- for i in gzexe zforce zgrep zmore znew zcmp
- do
- cp ${i} ${i}.orig
- sed -e "1d" -e "s:${D}::" ${i}.orig > ${i}
- rm ${i}.orig
- chmod 755 ${i}
- done
-
- cd ${D}/usr/share/man/man1
-
- for i in gzexe gzip zcat zcmp zdiff zforce \
- zgrep zmore znew
- do
- rm ${i}.1
- ln -s gunzip.1.gz ${i}.1.gz
- done
-
- cd ${S}
- rm -rf ${D}/usr/man ${D}/usr/lib
-
- dodoc ChangeLog COPYING NEWS README THANKS TODO
- docinto txt
- dodoc algorithm.doc gzip.doc
-}
-
-
-
-