summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
commitc87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch)
tree156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Data-UUID
parentRemoving wltjr as a maintainer since he was retired. (diff)
downloadhistorical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz
historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2
historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Data-UUID')
-rw-r--r--dev-perl/Data-UUID/ChangeLog8
-rw-r--r--dev-perl/Data-UUID/Data-UUID-1.149.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Data-UUID/ChangeLog b/dev-perl/Data-UUID/ChangeLog
index 5afc3a6f2fb6..fc8456df2854 100644
--- a/dev-perl/Data-UUID/ChangeLog
+++ b/dev-perl/Data-UUID/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Data-UUID
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/ChangeLog,v 1.36 2008/09/15 11:17:41 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/ChangeLog,v 1.37 2008/12/08 02:09:35 robbat2 Exp $
+
+*Data-UUID-1.149 (08 Dec 2008)
+
+ 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +Data-UUID-1.149.ebuild:
+ Version bump.
15 Sep 2008; Torsten Veller <tove@gentoo.org> -Data-UUID-0.11.ebuild,
-Data-UUID-0.142.ebuild, -Data-UUID-0.145.ebuild, -Data-UUID-0.148.ebuild:
diff --git a/dev-perl/Data-UUID/Data-UUID-1.149.ebuild b/dev-perl/Data-UUID/Data-UUID-1.149.ebuild
new file mode 100644
index 000000000000..9a03662b7b5c
--- /dev/null
+++ b/dev-perl/Data-UUID/Data-UUID-1.149.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-UUID/Data-UUID-1.149.ebuild,v 1.1 2008/12/08 02:09:35 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for generating Globally/Universally Unique
+Identifiers (GUIDs/UUIDs)."
+HOMEPAGE="http://search.cpan.org/~rjbs/"
+SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ test? ( dev-perl/Test-Pod-Coverage
+ dev-perl/Test-Pod )"