diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
commit | 0ee359b3d62b00ca21b00061176e573f5fef923d (patch) | |
tree | b93454f8db20b21134466c2544fcf7c6a712f407 /app-admin/bastille | |
parent | dont install stupid COPYING file (diff) | |
download | gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.gz gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.bz2 gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-admin/bastille')
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r1.ebuild | 9 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r2.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-admin/bastille/bastille-2.1.1-r1.ebuild b/app-admin/bastille/bastille-2.1.1-r1.ebuild index 16353cf24adf..afc90a58c8b1 100644 --- a/app-admin/bastille/bastille-2.1.1-r1.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r1.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.5 2004/03/24 01:03:05 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.6 2004/05/31 19:21:32 vapier Exp $ inherit perl-module eutils -IUSE="X" - PATCHVER=0.1 MY_PN=${PN/b/B} MY_P=${MY_PN}-${PV} @@ -15,9 +13,10 @@ HOMEPAGE="http://bastille-linux.org/" SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.patch.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" +IUSE="X" RDEPEND="net-firewall/iptables app-admin/logrotate @@ -85,7 +84,7 @@ src_install() { # Documentation cd ${S} - dodoc *.txt COPYING BUGS Change* README* + dodoc *.txt BUGS Change* README* } pkg_postinst() { diff --git a/app-admin/bastille/bastille-2.1.1-r2.ebuild b/app-admin/bastille/bastille-2.1.1-r2.ebuild index 4f79b50987a3..5940188830bb 100644 --- a/app-admin/bastille/bastille-2.1.1-r2.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r2.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.2 2004/03/21 02:10:48 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.3 2004/05/31 19:21:32 vapier Exp $ inherit perl-module eutils -IUSE="X" - PATCHVER=0.1 MY_PN=${PN/b/B} MY_P=${MY_PN}-${PV} @@ -15,9 +13,10 @@ HOMEPAGE="http://bastille-linux.org/" SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.patch.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="X" RDEPEND="net-firewall/iptables app-admin/logrotate @@ -92,7 +91,7 @@ src_install() { # Documentation cd ${S} - dodoc *.txt COPYING BUGS Change* README* + dodoc *.txt BUGS Change* README* } pkg_postinst() { |