diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-12 12:43:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-12 12:43:49 +0000 |
commit | ec63ef685a2cdb49ac86c19fe77d588bfd2e9d93 (patch) | |
tree | 0bf0bfa6b71e905f2affe3c550636fc8709b73ca /dev-perl | |
parent | do not try to sed a file that does not exist when use=-gif -png is used, bug ... (diff) | |
download | historical-ec63ef685a2cdb49ac86c19fe77d588bfd2e9d93.tar.gz historical-ec63ef685a2cdb49ac86c19fe77d588bfd2e9d93.tar.bz2 historical-ec63ef685a2cdb49ac86c19fe77d588bfd2e9d93.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-Abstract/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Email-Valid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-0.184.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Email-Valid/files/0.181-disable-online-test.patch | 4 |
5 files changed, 65 insertions, 7 deletions
diff --git a/dev-perl/Email-Abstract/ChangeLog b/dev-perl/Email-Abstract/ChangeLog index 41b8cc135844..e714f2d7d618 100644 --- a/dev-perl/Email-Abstract/ChangeLog +++ b/dev-perl/Email-Abstract/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-Abstract -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/ChangeLog,v 1.21 2009/12/02 10:08:41 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/ChangeLog,v 1.22 2010/06/12 12:43:49 tove Exp $ + +*Email-Abstract-3.002 (12 Jun 2010) + + 12 Jun 2010; Torsten Veller <tove@gentoo.org> + +Email-Abstract-3.002.ebuild: + Version bump 02 Dec 2009; Torsten Veller <tove@gentoo.org> Email-Abstract-3.001.ebuild: Stable on amd64 and x86 (#293622) diff --git a/dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild b/dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild new file mode 100644 index 000000000000..df292ceecccc --- /dev/null +++ b/dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild,v 1.1 2010/06/12 12:43:49 tove Exp $ + +EAPI=3 + +#inherit versionator +#MY_P="${PN}-$(delete_version_separator 2)" +#S=${WORKDIR}/${MY_P} +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="unified interface to mail representations" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Class-ISA-0.20 + >=dev-perl/Email-Simple-1.91 + >=virtual/perl-Module-Pluggable-1.5 + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Email-Valid/ChangeLog b/dev-perl/Email-Valid/ChangeLog index 812aa7bed698..492b80624d37 100644 --- a/dev-perl/Email-Valid/ChangeLog +++ b/dev-perl/Email-Valid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-Valid -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.41 2009/06/08 06:53:15 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.42 2010/06/12 12:40:09 tove Exp $ + +*Email-Valid-0.184 (12 Jun 2010) + + 12 Jun 2010; Torsten Veller <tove@gentoo.org> + files/0.181-disable-online-test.patch, +Email-Valid-0.184.ebuild: + Version bump 08 Jun 2009; Torsten Veller <tove@gentoo.org> +files/0.181-disable-online-test.patch, Email-Valid-0.181.ebuild: diff --git a/dev-perl/Email-Valid/Email-Valid-0.184.ebuild b/dev-perl/Email-Valid/Email-Valid-0.184.ebuild new file mode 100644 index 000000000000..349a90a0cfbc --- /dev/null +++ b/dev-perl/Email-Valid/Email-Valid-0.184.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.184.ebuild,v 1.1 2010/06/12 12:40:09 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Check validity of Internet email addresses." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-perl/MailTools + dev-perl/Net-DNS" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" +PATCHES=( "${FILESDIR}/0.181-disable-online-test.patch" ) diff --git a/dev-perl/Email-Valid/files/0.181-disable-online-test.patch b/dev-perl/Email-Valid/files/0.181-disable-online-test.patch index 6d30f498730c..ec716ea8c7ee 100644 --- a/dev-perl/Email-Valid/files/0.181-disable-online-test.patch +++ b/dev-perl/Email-Valid/files/0.181-disable-online-test.patch @@ -1,7 +1,7 @@ diff -ur Email-Valid-0.181-orig/t/valid.t Email-Valid-0.181/t/valid.t --- Email-Valid-0.181-orig/t/valid.t 2008-11-21 22:36:54.000000000 +0100 +++ Email-Valid-0.181/t/valid.t 2009-06-08 08:43:31.000000000 +0200 -@@ -85,8 +85,7 @@ +@@ -85,6 +85,5 @@ ); SKIP: { @@ -9,5 +9,3 @@ diff -ur Email-Valid-0.181-orig/t/valid.t Email-Valid-0.181/t/valid.t - unless $v->address(-address=> 'devnull@pobox.com', -mxcheck => 1); + skip "disabled online tests", 2; - ok( - $v->address(-address => 'blort@aol.com', -mxcheck => 1), |