diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:06:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:06:27 +0000 |
commit | 52d8363db37fb91c5888aa979b4deb7765ced9c4 (patch) | |
tree | 3660f0e3d5dbeaac06a4ee27e9dcb2b449215746 /www-client/w3mir | |
parent | version bump to 0.0.9 (diff) | |
download | gentoo-2-52d8363db37fb91c5888aa979b4deb7765ced9c4.tar.gz gentoo-2-52d8363db37fb91c5888aa979b4deb7765ced9c4.tar.bz2 gentoo-2-52d8363db37fb91c5888aa979b4deb7765ced9c4.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'www-client/w3mir')
-rw-r--r-- | www-client/w3mir/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/w3mir/w3mir-1.0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/w3mir/ChangeLog b/www-client/w3mir/ChangeLog index d191bc889aae..2876efba46bf 100644 --- a/www-client/w3mir/ChangeLog +++ b/www-client/w3mir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/w3mir # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/ChangeLog,v 1.3 2005/05/25 14:28:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/ChangeLog,v 1.4 2005/11/28 12:04:08 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> w3mir-1.0.10.ebuild: + Switched from perl-module to perl-app eclass 25 May 2005; Michael Cummings <mcummings@gentoo.org> w3mir-1.0.10.ebuild: dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration diff --git a/www-client/w3mir/w3mir-1.0.10.ebuild b/www-client/w3mir/w3mir-1.0.10.ebuild index 6ab98c77acf8..20a3ea3b6742 100644 --- a/www-client/w3mir/w3mir-1.0.10.ebuild +++ b/www-client/w3mir/w3mir-1.0.10.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/www-client/w3mir/w3mir-1.0.10.ebuild,v 1.2 2005/05/25 14:28:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/w3mir-1.0.10.ebuild,v 1.3 2005/11/28 12:04:08 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="w3mir is a all purpose HTTP copying and mirroring tool" SRC_URI="http://langfeldt.net/w3mir/${P}.tar.gz" |