public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
Date: Fri,  3 May 2013 10:51:50 +0000 (UTC)	[thread overview]
Message-ID: <1367575383.9403c3df77e120e74950687c882e6174a75d781b.kent@gentoo> (raw)

commit:     9403c3df77e120e74950687c882e6174a75d781b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 10:03:03 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 10:03:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9403c3df

[rehash] Migrate/modernize SVN-Notify 2.83 -> 2.830.0

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

---
 dev-perl/SVN-Notify/ChangeLog                 |    8 ++++-
 dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild    |   27 -----------------
 dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild |   40 +++++++++++++++++++++++++
 dev-perl/SVN-Notify/metadata.xml              |    9 +++++
 4 files changed, 56 insertions(+), 28 deletions(-)

diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index 7a393f8..0052edc 100644
--- a/dev-perl/SVN-Notify/ChangeLog
+++ b/dev-perl/SVN-Notify/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/SVN-Notify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*SVN-Notify-2.830.0 (03 May 2013)
+
+  03 May 2013; Kent Fredric <kentfredric@gmail.com> -SVN-Notify-2.83.ebuild,
+  +SVN-Notify-2.830.0.ebuild, metadata.xml:
+  Migrate to x.y.z and modernize
+
 *SVN-Notify-2.83 (13 Feb 2012)
 
   13 Feb 2012; Daniel Westermann-Clark <dwc@pobox.com> -SVN-Notify-2.82.ebuild,

diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild
deleted file mode 100644
index 3198bc6..0000000
--- a/dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DWHEELER
-inherit perl-module
-
-DESCRIPTION="Subversion activity notification"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="dev-vcs/subversion
-	>=virtual/perl-Getopt-Long-2.34
-	>=dev-lang/perl-5.6
-	virtual/perl-PodParser
-	dev-perl/HTML-Parser
-	dev-perl/Net-SMTP-TLS"
-DEPEND=">=virtual/perl-Module-Build-0.27.01
-	${RDEPEND}
-	virtual/perl-File-Spec
-	test? ( >=virtual/perl-Test-Simple-0.17 )"

diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
new file mode 100644
index 0000000..4370bea
--- /dev/null
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=2.83
+inherit perl-module
+
+DESCRIPTION='Subversion activity notification'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.2701 ( 0.270.100 )
+	echo \>=virtual/perl-Module-Build-0.27.01
+}
+perl_meta_build() {
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# Module::Build 0.2701 ( 0.270.100 )
+	echo \>=virtual/perl-Module-Build-0.27.01
+	# Test::More 0.17 ( 0.170.0 )
+	echo \>=virtual/perl-Test-Simple-0.17
+}
+perl_meta_runtime() {
+	# Getopt::Long 2.34 ( 2.340.0 )
+	echo \>=virtual/perl-Getopt-Long-2.340.0
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/SVN-Notify/metadata.xml b/dev-perl/SVN-Notify/metadata.xml
index 743b271..83dc5b2 100644
--- a/dev-perl/SVN-Notify/metadata.xml
+++ b/dev-perl/SVN-Notify/metadata.xml
@@ -6,4 +6,13 @@
         <email>dwc@pobox.com</email>
         <name>Daniel Westermann-Clark</name>
     </maintainer>
+    <upstream>
+        <remote-id type="cpan">SVN-Notify</remote-id>
+        <remote-id type="cpan-module">SVN::Notify</remote-id>
+        <remote-id type="cpan-module">SVN::Notify::Alternative</remote-id>
+        <remote-id type="cpan-module">SVN::Notify::Filter::Trac</remote-id>
+        <remote-id type="cpan-module">SVN::Notify::HTML</remote-id>
+        <remote-id type="cpan-module">SVN::Notify::HTML::ColorDiff</remote-id>
+        <remote-id type="cpan-module">SVN::Notify::SMTP</remote-id>
+    </upstream>
 </pkgmetadata>


             reply	other threads:[~2013-05-03 10:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03 10:51 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-25 10:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/ Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1367575383.9403c3df77e120e74950687c882e6174a75d781b.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox