public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-ICal-DateTime/
@ 2012-11-10  4:44 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-11-10  4:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d03ef7f525539a75899d4c9fdf3fca361677f2e7
Author:     Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Sat Aug 27 14:59:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov  6 19:54:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d03ef7f5

[import/dwc/data-ical-datetime] Add dev-perl/Data-ICal-DateTime

(Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)

---
 dev-perl/Data-ICal-DateTime/ChangeLog              |   10 ++++++
 .../Data-ICal-DateTime-0.7.ebuild                  |   30 ++++++++++++++++++++
 dev-perl/Data-ICal-DateTime/metadata.xml           |    9 ++++++
 3 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Data-ICal-DateTime/ChangeLog b/dev-perl/Data-ICal-DateTime/ChangeLog
new file mode 100644
index 0000000..a87b5b2
--- /dev/null
+++ b/dev-perl/Data-ICal-DateTime/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Data-ICal-DateTime
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Data-ICal-DateTime-0.7 (26 Aug 2011)
+
+  26 Aug 2011; Daniel Westermann-Clark <dwc@pobox.com>
+  +Data-ICal-DateTime-0.7.ebuild, +metadata.xml:
+  Add dev-perl/Data-ICal-DateTime
+

diff --git a/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild b/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild
new file mode 100644
index 0000000..9d22eba
--- /dev/null
+++ b/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SIMONW
+MODULE_VERSION=0.7
+inherit perl-module perl-declaredeps
+
+DESCRIPTION="Convenience methods for using Data::ICal with DateTime"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+depend Class-Accessor
+depend Data-ICal 0.07
+depend Clone
+depend DateTime-Set
+depend DateTime-Format-ICal
+
+test-depend-virtual Test-Simple
+test-depend Test-Warn
+test-depend Test-NoWarnings
+test-depend Test-LongString
+
+ddep_setup
+
+SRC_TEST=do

diff --git a/dev-perl/Data-ICal-DateTime/metadata.xml b/dev-perl/Data-ICal-DateTime/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Data-ICal-DateTime/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-ICal-DateTime/
@ 2012-11-10  4:44 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-11-10  4:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f10c8cfd4f1f8959eb925e310161938d678c2ad5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov  6 20:23:31 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov  6 20:23:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f10c8cfd

[import/dwc/data-ical-datetime] rehash 0.7 as 0.700.0, completing import

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Data-ICal-DateTime/ChangeLog              |    9 ++++-
 .../Data-ICal-DateTime-0.7.ebuild                  |   30 -------------
 .../Data-ICal-DateTime-0.700.0.ebuild              |   44 ++++++++++++++++++++
 dev-perl/Data-ICal-DateTime/metadata.xml           |    8 ++++
 4 files changed, 60 insertions(+), 31 deletions(-)

diff --git a/dev-perl/Data-ICal-DateTime/ChangeLog b/dev-perl/Data-ICal-DateTime/ChangeLog
index a87b5b2..fbe5330 100644
--- a/dev-perl/Data-ICal-DateTime/ChangeLog
+++ b/dev-perl/Data-ICal-DateTime/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Data-ICal-DateTime
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Data-ICal-DateTime-0.700.0 (06 Nov 2012)
+
+  06 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -Data-ICal-DateTime-0.7.ebuild, +Data-ICal-DateTime-0.700.0.ebuild,
+  metadata.xml:
+  rehash from scratch, move to x.y.z
+
 *Data-ICal-DateTime-0.7 (26 Aug 2011)
 
   26 Aug 2011; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild b/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild
deleted file mode 100644
index 9d22eba..0000000
--- a/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=0.7
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Convenience methods for using Data::ICal with DateTime"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-depend Class-Accessor
-depend Data-ICal 0.07
-depend Clone
-depend DateTime-Set
-depend DateTime-Format-ICal
-
-test-depend-virtual Test-Simple
-test-depend Test-Warn
-test-depend Test-NoWarnings
-test-depend Test-LongString
-
-ddep_setup
-
-SRC_TEST=do

diff --git a/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.700.0.ebuild b/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.700.0.ebuild
new file mode 100644
index 0000000..9b1e42c
--- /dev/null
+++ b/dev-perl/Data-ICal-DateTime/Data-ICal-DateTime-0.700.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SIMONW
+MODULE_VERSION=0.7
+inherit perl-module
+
+DESCRIPTION='convenience methods for using Data::ICal with DateTime'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Test::Warn
+	echo dev-perl/Test-Warn
+	# Test::NoWarnings
+	echo dev-perl/Test-NoWarnings
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+perl_meta_runtime() {
+	# Class::Accessor
+	echo dev-perl/Class-Accessor
+	# Data::ICal 0.07 ( 0.70.0 )
+	echo \>=dev-perl/Data-ICal-0.70.0
+	# Clone
+	echo dev-lang/perl
+	# DateTime::Set
+	echo dev-perl/DateTime-Set
+	# DateTime::Format::ICal
+	echo dev-perl/DateTime-Format-ICal
+}
+DEPEND="
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+
+"
+SRC_TEST="do"

diff --git a/dev-perl/Data-ICal-DateTime/metadata.xml b/dev-perl/Data-ICal-DateTime/metadata.xml
index 743b271..163e075 100644
--- a/dev-perl/Data-ICal-DateTime/metadata.xml
+++ b/dev-perl/Data-ICal-DateTime/metadata.xml
@@ -6,4 +6,12 @@
         <email>dwc@pobox.com</email>
         <name>Daniel Westermann-Clark</name>
     </maintainer>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="cpan">Data-ICal-DateTime</remote-id>
+        <remote-id type="cpan-module">Data::ICal::DateTime</remote-id>
+    </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-10  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10  4:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-ICal-DateTime/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-11-10  4:44 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox