diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
commit | 32416286aefc014fa525265fea55f774944034c4 (patch) | |
tree | ec0eda004865d0438c2b511faf2e5f8838bc263a /app-text/grutatxt | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.gz gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.bz2 gentoo-2-32416286aefc014fa525265fea55f774944034c4.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-text/grutatxt')
-rw-r--r-- | app-text/grutatxt/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.11.ebuild | 4 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/grutatxt/ChangeLog b/app-text/grutatxt/ChangeLog index 3567df214be5..8a2577dad06a 100644 --- a/app-text/grutatxt/ChangeLog +++ b/app-text/grutatxt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/grutatxt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.8 2005/07/16 16:50:52 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.9 2005/11/28 12:10:51 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> grutatxt-2.0.11.ebuild, + grutatxt-2.0.5.ebuild: + Switched from perl-module to perl-app eclass 16 Jul 2005; Joseph Jezak <josejx@gentoo.org> grutatxt-2.0.5.ebuild: Marked ~ppc for bug #99213. diff --git a/app-text/grutatxt/grutatxt-2.0.11.ebuild b/app-text/grutatxt/grutatxt-2.0.11.ebuild index 940252c79537..0d98ceebcb0a 100644 --- a/app-text/grutatxt/grutatxt-2.0.11.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.11.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-text/grutatxt/grutatxt-2.0.11.ebuild,v 1.2 2005/05/30 19:47:33 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.11.ebuild,v 1.3 2005/11/28 12:10:51 mcummings Exp $ -inherit perl-module +inherit perl-app MY_PN="Grutatxt" MY_P=${MY_PN}-${PV} diff --git a/app-text/grutatxt/grutatxt-2.0.5.ebuild b/app-text/grutatxt/grutatxt-2.0.5.ebuild index 6e47107fe3b3..9c841a7b19b4 100644 --- a/app-text/grutatxt/grutatxt-2.0.5.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.5.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-text/grutatxt/grutatxt-2.0.5.ebuild,v 1.6 2005/07/16 16:50:52 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.5.ebuild,v 1.7 2005/11/28 12:10:51 mcummings Exp $ -inherit perl-module +inherit perl-app MY_PN="Grutatxt" MY_P=${MY_PN}-${PV} |