diff options
author | 2004-05-26 22:47:52 +0000 | |
---|---|---|
committer | 2004-05-26 22:47:52 +0000 | |
commit | c9bab9d1a09f5ddf9655f62225e0144c38564449 (patch) | |
tree | eac523412034b362909ba368aa6a77ba52d85db0 /app-arch/rzip/rzip-2.0.ebuild | |
parent | ok, I think I got it right this time (diff) | |
download | historical-c9bab9d1a09f5ddf9655f62225e0144c38564449.tar.gz historical-c9bab9d1a09f5ddf9655f62225e0144c38564449.tar.bz2 historical-c9bab9d1a09f5ddf9655f62225e0144c38564449.zip |
keywording rzip-2.0 x86, and taking ownership since seemant is no longer active.
Diffstat (limited to 'app-arch/rzip/rzip-2.0.ebuild')
-rw-r--r-- | app-arch/rzip/rzip-2.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-arch/rzip/rzip-2.0.ebuild b/app-arch/rzip/rzip-2.0.ebuild index 296c342392c8..4908b2b5be17 100644 --- a/app-arch/rzip/rzip-2.0.ebuild +++ b/app-arch/rzip/rzip-2.0.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/04/11 20:38:35 dholm Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0.ebuild,v 1.3 2004/05/26 22:47:52 ferringb Exp $ DESCRIPTION="rzip is a compression program for large files" SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" HOMEPAGE="http://rzip.samba.org/" - +IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc sys-apps/coreutils @@ -23,6 +21,5 @@ src_compile() { src_install() { einstall || die - dodoc COPYING } |