diff options
author | Brian Harring <ferringb@gentoo.org> | 2004-07-18 04:27:43 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2004-07-18 04:27:43 +0000 |
commit | fcc931c47590c167dac82a78c65fc16d1a9379ab (patch) | |
tree | 7e1538b1916d1e8ad73f31bd2d61ce7891967f34 /app-arch/rzip | |
parent | Manifest fix - files/2.0/stop_orion.sh size mismatch, files/2.0/orion.conf si... (diff) | |
download | historical-fcc931c47590c167dac82a78c65fc16d1a9379ab.tar.gz historical-fcc931c47590c167dac82a78c65fc16d1a9379ab.tar.bz2 historical-fcc931c47590c167dac82a78c65fc16d1a9379ab.zip |
cleaning stale version.
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/files/digest-rzip-2.0 | 1 | ||||
-rw-r--r-- | app-arch/rzip/rzip-2.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-arch/rzip/files/digest-rzip-2.0 b/app-arch/rzip/files/digest-rzip-2.0 deleted file mode 100644 index 77e6a1cb033f..000000000000 --- a/app-arch/rzip/files/digest-rzip-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a88b445afba919b122a3899d6d26b2a rzip-2.0.tar.gz 42699 diff --git a/app-arch/rzip/rzip-2.0.ebuild b/app-arch/rzip/rzip-2.0.ebuild deleted file mode 100644 index 0acbafc7a496..000000000000 --- a/app-arch/rzip/rzip-2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0.ebuild,v 1.8 2004/06/25 23:54:53 vapier Exp $ - -DESCRIPTION="compression program for large files" -HOMEPAGE="http://rzip.samba.org/" -SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~amd64" -IUSE="" - -DEPEND="virtual/libc - sys-apps/coreutils - app-arch/bzip2" - -src_install() { - einstall || die -} |