summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:16:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:16:07 +0000
commitf5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a (patch)
treedb38970b0aee99e8ef1a7e46747ab0aa2f70a68e /app-arch/afio
parentAdded SLOT and KEYWORDS (diff)
downloadgentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.gz
gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.bz2
gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.zip
repoman'd
Diffstat (limited to 'app-arch/afio')
-rw-r--r--app-arch/afio/afio-2.4.7.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild
index 4b2f8b1d2e6d..80723e5e20cc 100644
--- a/app-arch/afio/afio-2.4.7.ebuild
+++ b/app-arch/afio/afio-2.4.7.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.5 2002/07/25 14:16:07 seemant Exp $
S=${WORKDIR}/${P}
-DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with \
-input data corruption."
+DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tgz"
-SLOT="0"
HOMEPAGE="http://freshmeat.net/projects/afio/"
-LICENSE="Artistic|LGPL"
-DEPEND="virtual/glibc"
-RDEPEND="$DEPEND sys-apps/gzip"
+SLOT="0"
+LICENSE="Artistic|LGPL-2"
+KEYWORDS="x86"
+
+DEPEND="sys-apps/gzip"
src_compile() {
emake || die
-
}
src_install () {
@@ -28,4 +28,3 @@ src_install () {
#prepalldocs
doman afio.1
}
-