diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:14:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:14:46 +0000 |
commit | c0ff1a88db5546128fdb9d8a2e3514eb5e2612b0 (patch) | |
tree | 58da6e6364b7b9665d97fc9a3a56fc2568b53f83 /net-misc/netcomics-cvs | |
parent | Added ~amd64 keyword. See bug #113365. (diff) | |
download | gentoo-2-c0ff1a88db5546128fdb9d8a2e3514eb5e2612b0.tar.gz gentoo-2-c0ff1a88db5546128fdb9d8a2e3514eb5e2612b0.tar.bz2 gentoo-2-c0ff1a88db5546128fdb9d8a2e3514eb5e2612b0.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-misc/netcomics-cvs')
-rw-r--r-- | net-misc/netcomics-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/netcomics-cvs/ChangeLog b/net-misc/netcomics-cvs/ChangeLog index 38823a6de153..adae7cd00724 100644 --- a/net-misc/netcomics-cvs/ChangeLog +++ b/net-misc/netcomics-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netcomics-cvs -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/ChangeLog,v 1.2 2004/06/24 23:57:48 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/ChangeLog,v 1.3 2005/11/28 13:14:25 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> netcomics-cvs-0.14.1.ebuild: + Switched from perl-module to perl-app eclass *netcomics-cvs-0.14.1 (06 Oct 2003) diff --git a/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild b/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild index 4ffe09229d37..8b79f1c8ff16 100644 --- a/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild +++ b/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild,v 1.4 2004/11/21 06:16:25 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild,v 1.5 2005/11/28 13:14:25 mcummings Exp $ -inherit cvs perl-module +inherit cvs perl-app ECVS_SERVER="cvs.sourceforge.net:/cvsroot/netcomics" ECVS_MODULE="netcomics" |