summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-12 12:43:49 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-12 12:43:49 +0000
commitec63ef685a2cdb49ac86c19fe77d588bfd2e9d93 (patch)
tree0bf0bfa6b71e905f2affe3c550636fc8709b73ca /dev-perl/Email-Abstract
parentdo not try to sed a file that does not exist when use=-gif -png is used, bug ... (diff)
downloadhistorical-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/Email-Abstract')
-rw-r--r--dev-perl/Email-Abstract/ChangeLog10
-rw-r--r--dev-perl/Email-Abstract/Email-Abstract-3.002.ebuild25
2 files changed, 33 insertions, 2 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"