diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:01:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:01:14 +0000 |
commit | f95915e04b5ce4ba5b8bcfb744b076660d3c9a5d (patch) | |
tree | 11371409348841e5ac7e5b789aa516179dd19a85 /net-ftp | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | historical-f95915e04b5ce4ba5b8bcfb744b076660d3c9a5d.tar.gz historical-f95915e04b5ce4ba5b8bcfb744b076660d3c9a5d.tar.bz2 historical-f95915e04b5ce4ba5b8bcfb744b076660d3c9a5d.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/profxp/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/profxp/Manifest | 14 | ||||
-rw-r--r-- | net-ftp/profxp/profxp-3_pre2.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/net-ftp/profxp/ChangeLog b/net-ftp/profxp/ChangeLog index 9d2d490769a4..a78f7f78dcd8 100644 --- a/net-ftp/profxp/ChangeLog +++ b/net-ftp/profxp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/profxp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.5 2005/07/26 13:47:09 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.6 2005/11/28 13:01:14 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> profxp-3_pre2.ebuild: + Switched from perl-module to perl-app eclass 26 Jul 2005; David Holm <dholm@gentoo.org> profxp-3_pre2.ebuild: Added to ~ppc. diff --git a/net-ftp/profxp/Manifest b/net-ftp/profxp/Manifest index 51d1ba7e9352..c0373725ca14 100644 --- a/net-ftp/profxp/Manifest +++ b/net-ftp/profxp/Manifest @@ -1,3 +1,13 @@ -MD5 bb3ac318f2af233d7cc197ce120e76a5 ChangeLog 647 -MD5 5e94afdf1d7a549d7edc21d9950c33fc profxp-3_pre2.ebuild 1011 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 335c40e7281a2c3b21efbd5258e30f54 ChangeLog 758 MD5 227e64da69bc22bd4bf75ff7e5775bc4 files/digest-profxp-3_pre2 121 +MD5 005ddfde667b96d341ede37058c9f2ea profxp-3_pre2.ebuild 1012 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDiv+jtG5z4I8BtQoRAn2MAJ9Y4cwxFgGzTnC2yCqX5N38f4CS2QCfc6T8 +z9n264jOXYldNESW/d/M1VY= +=t4y8 +-----END PGP SIGNATURE----- diff --git a/net-ftp/profxp/profxp-3_pre2.ebuild b/net-ftp/profxp/profxp-3_pre2.ebuild index 8e08554a1fd9..6b62b595ec3c 100644 --- a/net-ftp/profxp/profxp-3_pre2.ebuild +++ b/net-ftp/profxp/profxp-3_pre2.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/net-ftp/profxp/profxp-3_pre2.ebuild,v 1.8 2005/07/26 13:47:09 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2.ebuild,v 1.9 2005/11/28 13:01:14 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="FXP (server-to-server FTP) commandline client written in Perl" HOMEPAGE="http://duncanthrax.net/profxp/" |