diff options
-rw-r--r-- | dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild index b7dd7f129f0d..f8af11b926d3 100644 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild,v 1.6 2004/10/19 07:47:52 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.15.ebuild,v 1.7 2005/03/12 20:21:22 vapier Exp $ inherit perl-module CATEGORY="dev-perl" DESCRIPTION="POP3 client module for Perl" -SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" -SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 amd64 ~ppc sparc alpha" +SLOT="0" +KEYWORDS="alpha amd64 ~ppc s390 sparc x86" IUSE="" DEPEND="${DEPEND} diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild index d5d95c801a46..99fe91731ab5 100644 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild,v 1.4 2004/09/29 10:54:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.16.ebuild,v 1.5 2005/03/12 20:21:22 vapier Exp $ inherit perl-module CATEGORY="dev-perl" DESCRIPTION="POP3 client module for Perl" -SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" -SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~s390 ~sparc ~x86" IUSE="" SRC_TEST="do" |