diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 20:25:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 20:25:45 +0000 |
commit | 89bbb173b378f510212145eafd0f8c060da65319 (patch) | |
tree | c8c6a01722aa56f3f606c1472b6221b288a48eed /dev-perl/Mail-POP3Client | |
parent | Add patch from cvs to fix personaldata/passwords.Also add patch from mailing ... (diff) | |
download | historical-89bbb173b378f510212145eafd0f8c060da65319.tar.gz historical-89bbb173b378f510212145eafd0f8c060da65319.tar.bz2 historical-89bbb173b378f510212145eafd0f8c060da65319.zip |
forward port s390 KEYWORDS
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Mail-POP3Client')
-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" |