diff options
author | 2005-11-28 12:07:22 +0000 | |
---|---|---|
committer | 2005-11-28 12:07:22 +0000 | |
commit | 195400cf59003621ffb5d21c4272a9fe29399240 (patch) | |
tree | 69b8a1bd4dbd705b1abc316155996a853c93c7dd /app-admin/bastille | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | historical-195400cf59003621ffb5d21c4272a9fe29399240.tar.gz historical-195400cf59003621ffb5d21c4272a9fe29399240.tar.bz2 historical-195400cf59003621ffb5d21c4272a9fe29399240.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-admin/bastille')
-rw-r--r-- | app-admin/bastille/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-admin/bastille/ChangeLog b/app-admin/bastille/ChangeLog index dc524b0721a8..83a3147d3082 100644 --- a/app-admin/bastille/ChangeLog +++ b/app-admin/bastille/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/bastille # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/ChangeLog,v 1.17 2005/08/19 23:33:34 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/ChangeLog,v 1.18 2005/11/28 12:07:22 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> bastille-2.1.1-r1.ebuild, + bastille-2.1.1-r2.ebuild, bastille-2.1.1-r3.ebuild: + Switched from perl-module to perl-app eclass 19 Aug 2005; Bryan Stine <battousai@gentoo.org> bastille-3.0.2.ebuild: Fix keywords. diff --git a/app-admin/bastille/bastille-2.1.1-r1.ebuild b/app-admin/bastille/bastille-2.1.1-r1.ebuild index 329729bcaa09..94b650f4f4f1 100644 --- a/app-admin/bastille/bastille-2.1.1-r1.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # 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.10 2005/04/05 18:02:56 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.11 2005/11/28 12:07:22 mcummings Exp $ -inherit perl-module eutils +inherit perl-app eutils PATCHVER=0.1 MY_PN=${PN/b/B} diff --git a/app-admin/bastille/bastille-2.1.1-r2.ebuild b/app-admin/bastille/bastille-2.1.1-r2.ebuild index 5bbde74937be..4d98ee7ffd0b 100644 --- a/app-admin/bastille/bastille-2.1.1-r2.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # 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.9 2005/04/05 18:02:56 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.10 2005/11/28 12:07:22 mcummings Exp $ -inherit perl-module eutils +inherit perl-app eutils PATCHVER=0.1 MY_PN=${PN/b/B} diff --git a/app-admin/bastille/bastille-2.1.1-r3.ebuild b/app-admin/bastille/bastille-2.1.1-r3.ebuild index bc8be276cfde..07b63bb08341 100644 --- a/app-admin/bastille/bastille-2.1.1-r3.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r3.ebuild,v 1.2 2005/04/21 14:12:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r3.ebuild,v 1.3 2005/11/28 12:07:22 mcummings Exp $ -inherit perl-module eutils +inherit perl-app eutils PATCHVER=0.1 MY_PN=${PN/b/B} |