summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
commit01aceb462a99b873ac54183e5d657a78a8ea0cee (patch)
treea4fa93a030527f9b14ff0736b05bc93181b7703c /app-arch/atool
parentAnother version bump (diff)
downloadhistorical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.gz
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.bz2
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/atool')
-rw-r--r--app-arch/atool/atool-0.25.0.ebuild11
-rw-r--r--app-arch/atool/atool-0.27.0.ebuild11
2 files changed, 12 insertions, 10 deletions
diff --git a/app-arch/atool/atool-0.25.0.ebuild b/app-arch/atool/atool-0.25.0.ebuild
index d12f1c9bf5a0..e4104079fb3f 100644
--- a/app-arch/atool/atool-0.25.0.ebuild
+++ b/app-arch/atool/atool-0.25.0.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.25.0.ebuild,v 1.6 2004/01/30 13:07:28 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.25.0.ebuild,v 1.7 2004/05/31 19:41:37 vapier Exp $
DESCRIPTION="script for managaging file archives of various types (atr,tar+gzip,zip,etc)"
-SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
HOMEPAGE="http://www.student.lu.se/~nbi98oli/"
+SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc"
+IUSE=""
DEPEND="dev-lang/perl"
src_install() {
- dobin acat adiff als apack atool aunpack
- dodoc ChangeLog TODO README COPYING
+ dobin acat adiff als apack atool aunpack || die
+ dodoc ChangeLog TODO README
doman atool.1
}
diff --git a/app-arch/atool/atool-0.27.0.ebuild b/app-arch/atool/atool-0.27.0.ebuild
index ae3820ca867f..02d1d6b27620 100644
--- a/app-arch/atool/atool-0.27.0.ebuild
+++ b/app-arch/atool/atool-0.27.0.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.27.0.ebuild,v 1.3 2004/03/18 15:37:15 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.27.0.ebuild,v 1.4 2004/05/31 19:41:37 vapier Exp $
DESCRIPTION="script for managaging file archives of various types (atr,tar+gzip,zip,etc)"
-SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
HOMEPAGE="http://www.student.lu.se/~nbi98oli/"
+SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
DEPEND="dev-lang/perl"
src_install() {
- dobin atool
+ dobin atool || die
dosym atool /usr/bin/acat
dosym atool /usr/bin/adiff
dosym atool /usr/bin/als
dosym atool /usr/bin/apack
dosym atool /usr/bin/aunpack
- dodoc ChangeLog TODO README COPYING NEWS
+ dodoc ChangeLog TODO README NEWS
doman atool.1
}