diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-22 09:31:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-22 09:31:05 +0000 |
commit | bde0c9d40370d2390bec7d50d124b547b339c485 (patch) | |
tree | e16a4809381a8a71454ca5962a3923e32cd80180 /dev-perl/Mail-POP3Client | |
parent | Version bump (diff) | |
download | gentoo-2-bde0c9d40370d2390bec7d50d124b547b339c485.tar.gz gentoo-2-bde0c9d40370d2390bec7d50d124b547b339c485.tar.bz2 gentoo-2-bde0c9d40370d2390bec7d50d124b547b339c485.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Mail-POP3Client')
-rw-r--r-- | dev-perl/Mail-POP3Client/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index 7030f1005e2d..f1da4e5a27b3 100644 --- a/dev-perl/Mail-POP3Client/ChangeLog +++ b/dev-perl/Mail-POP3Client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-POP3Client -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.28 2007/10/11 11:26:17 corsair Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.29 2008/10/22 09:31:05 tove Exp $ + +*Mail-POP3Client-2.18 (22 Oct 2008) + + 22 Oct 2008; Torsten Veller <tove@gentoo.org> + +Mail-POP3Client-2.18.ebuild: + Version bump 11 Oct 2007; Markus Rothe <corsair@gentoo.org> Mail-POP3Client-2.17.ebuild: diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild new file mode 100644 index 000000000000..4597467b6323 --- /dev/null +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.18.ebuild,v 1.1 2008/10/22 09:31:05 tove Exp $ + +MODULE_AUTHOR=SDOWD +inherit perl-module + +DESCRIPTION="POP3 client module for Perl" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" + +mydoc="FAQ" |