* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 1a909caa26c1b7fadc4ee031403dd3454de50fdb
Author: Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Wed Jun 23 14:51:29 2010 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1a909caa
Update dev-perl/SVN-Notify for subversion package move
(Portage version: 2.1.8.3/git/Linux x86_64)
(Unsigned Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 4 ++++
dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index 9e276c6..5a96c97 100644
--- a/dev-perl/SVN-Notify/ChangeLog
+++ b/dev-perl/SVN-Notify/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Jun 2010; Daniel Westermann-Clark <dwc@pobox.com>
+ SVN-Notify-2.80.ebuild:
+ Update dev-perl/SVN-Notify for subversion package move
+
*SVN-Notify-2.80 (03 Feb 2010)
03 Feb 2010; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
index b99af6d..1aaf360 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND="dev-util/subversion
+RDEPEND="dev-vcs/subversion
>=virtual/perl-Getopt-Long-2.34
virtual/perl-PodParser
dev-perl/HTML-Parser
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 3382ac88cc347bff8b0a5c469f942e53ddd0b3b2
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 16:16:13 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3382ac88
Bump, convert to EAPI=2, and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 10 +++++++++
...N-Notify-2.78.ebuild => SVN-Notify-2.79.ebuild} | 21 +++++++++----------
dev-perl/SVN-Notify/metadata.xml | 9 ++++++++
3 files changed, 29 insertions(+), 11 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
new file mode 100644
index 0000000..b55a0f8
--- /dev/null
+++ b/dev-perl/SVN-Notify/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/SVN-Notify
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*SVN-Notify-2.79 (09 Jul 2009)
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ -SVN-Notify-2.78.ebuild, +SVN-Notify-2.79.ebuild, +metadata.xml:
+ Bump, convert to EAPI=2, and add metadata.xml
+
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild
similarity index 51%
rename from dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild
rename to dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild
index 8b48439..20aaaf4 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild
@@ -1,26 +1,25 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=DWHEELER
inherit perl-module
DESCRIPTION="Subversion activity notification"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/D/DW/DWHEELER/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="mirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
-IUSE="smtp test"
-RDEPEND=">=dev-lang/perl-5.6.0
- dev-util/subversion
+IUSE="test"
+RDEPEND="dev-util/subversion
>=virtual/perl-Getopt-Long-2.34
virtual/perl-PodParser
dev-perl/HTML-Parser
- smtp? ( virtual/perl-libnet )"
+ virtual/perl-libnet"
DEPEND=">=virtual/perl-Module-Build-0.27.01
${RDEPEND}
virtual/perl-File-Spec
diff --git a/dev-perl/SVN-Notify/metadata.xml b/dev-perl/SVN-Notify/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/SVN-Notify/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] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 98e436e89e5489bf8fe616508225d8278ad6a67b
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=98e436e8
Add remaning ebuilds from my perl-other overlay
---
dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild
new file mode 100644
index 0000000..8b48439
--- /dev/null
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.78.ebuild
@@ -0,0 +1,27 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Subversion activity notification"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/D/DW/DWHEELER/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="smtp test"
+RDEPEND=">=dev-lang/perl-5.6.0
+ dev-util/subversion
+ >=virtual/perl-Getopt-Long-2.34
+ virtual/perl-PodParser
+ dev-perl/HTML-Parser
+ smtp? ( virtual/perl-libnet )"
+DEPEND=">=virtual/perl-Module-Build-0.27.01
+ ${RDEPEND}
+ virtual/perl-File-Spec
+ test? ( >=virtual/perl-Test-Simple-0.17 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 764160cceb1cfb3277c0a6f11e0ecbc54fffd72c
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Feb 3 21:12:56 2010 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=764160cc
Bump dev-perl/SVN-Notify to 2.80
(Portage version: 2.1.7.16/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 8 +++++++-
...N-Notify-2.79.ebuild => SVN-Notify-2.80.ebuild} | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index b55a0f8..9e276c6 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-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*SVN-Notify-2.80 (03 Feb 2010)
+
+ 03 Feb 2010; Daniel Westermann-Clark <dwc@pobox.com>
+ -SVN-Notify-2.79.ebuild, +SVN-Notify-2.80.ebuild:
+ Bump dev-perl/SVN-Notify to 2.80
+
*SVN-Notify-2.79 (09 Jul 2009)
09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
similarity index 92%
rename from dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild
rename to dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
index 20aaaf4..b99af6d 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.79.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 411cd4ca32d2a91a29cde575b938e3433efd43d6
Author: Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Sun Aug 7 21:32:02 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=411cd4ca
[newversion] SVN-Notify-2.82
(Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 6 ++++++
...N-Notify-2.81.ebuild => SVN-Notify-2.82.ebuild} | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index 845d99f..cd29a4a 100644
--- a/dev-perl/SVN-Notify/ChangeLog
+++ b/dev-perl/SVN-Notify/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*SVN-Notify-2.82 (07 Aug 2011)
+
+ 07 Aug 2011; Daniel Westermann-Clark <dwc@pobox.com> -SVN-Notify-2.81.ebuild,
+ +SVN-Notify-2.82.ebuild:
+ Bump
+
*SVN-Notify-2.81 (29 Apr 2011)
29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild
similarity index 96%
rename from dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild
rename to dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild
index b60e7be..0a14456 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild
@@ -5,7 +5,6 @@
EAPI=4
MODULE_AUTHOR=DWHEELER
-MODULE_VERSION="2.81"
inherit perl-module
DESCRIPTION="Subversion activity notification"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 6bc4fd2d7211e1f388efb725e119ffa978b9ab25
Author: Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Fri Apr 29 16:19:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6bc4fd2d
[newversion] SVN-Notify-2.81
(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 8 +++++++-
...N-Notify-2.80.ebuild => SVN-Notify-2.81.ebuild} | 6 ++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index 5a96c97..845d99f 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-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*SVN-Notify-2.81 (29 Apr 2011)
+
+ 29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>
+ -SVN-Notify-2.80.ebuild, +SVN-Notify-2.81.ebuild:
+ Bump
+
23 Jun 2010; Daniel Westermann-Clark <dwc@pobox.com>
SVN-Notify-2.80.ebuild:
Update dev-perl/SVN-Notify for subversion package move
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild
similarity index 85%
rename from dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
rename to dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild
index 1aaf360..b60e7be 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.80.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.81.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=4
MODULE_AUTHOR=DWHEELER
+MODULE_VERSION="2.81"
inherit perl-module
DESCRIPTION="Subversion activity notification"
@@ -17,6 +18,7 @@ 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
virtual/perl-libnet"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 8a91082d512539ec6c5c4bbb173cb2f5fbc2e8cd
Author: Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Mon Feb 13 21:53:57 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 09:54:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a91082d
Bump dev-perl/SVN-Notify to 2.83
(Portage version: 2.1.10.44/git/Linux x86_64, unsigned Manifest commit)
---
dev-perl/SVN-Notify/ChangeLog | 8 +++++++-
...N-Notify-2.82.ebuild => SVN-Notify-2.83.ebuild} | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-perl/SVN-Notify/ChangeLog b/dev-perl/SVN-Notify/ChangeLog
index cd29a4a..7a393f8 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-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*SVN-Notify-2.83 (13 Feb 2012)
+
+ 13 Feb 2012; Daniel Westermann-Clark <dwc@pobox.com> -SVN-Notify-2.82.ebuild,
+ +SVN-Notify-2.83.ebuild:
+ Bump dev-perl/SVN-Notify to 2.83
+
*SVN-Notify-2.82 (07 Aug 2011)
07 Aug 2011; Daniel Westermann-Clark <dwc@pobox.com> -SVN-Notify-2.81.ebuild,
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild
similarity index 89%
rename from dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild
rename to dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild
index 0a14456..3198bc6 100644
--- a/dev-perl/SVN-Notify/SVN-Notify-2.82.ebuild
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -20,7 +20,7 @@ RDEPEND="dev-vcs/subversion
>=dev-lang/perl-5.6
virtual/perl-PodParser
dev-perl/HTML-Parser
- virtual/perl-libnet"
+ dev-perl/Net-SMTP-TLS"
DEPEND=">=virtual/perl-Module-Build-0.27.01
${RDEPEND}
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/
@ 2015-03-25 10:32 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-03-25 10:32 UTC (permalink / raw
To: gentoo-commits
commit: a7cc1998b0e2f73a9eb62c86786f949035c0f68d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 08:02:38 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 25 08:02:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a7cc1998
[bump] SVN-Notify to 2.840.0 w/ RESTRICT=test.
Package-Manager: portage-2.2.17
dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild | 40 ---------------------------
dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild | 23 +++++++++++++++
2 files changed, 23 insertions(+), 40 deletions(-)
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
deleted file mode 100644
index 4370bea..0000000
--- a/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/SVN-Notify-2.840.0.ebuild b/dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild
new file mode 100644
index 0000000..c4068b6
--- /dev/null
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=2.84
+inherit perl-module
+
+DESCRIPTION='Subversion activity notification'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test" # Broken as hell, Not even sure if it works
+RDEPEND="
+ >=virtual/perl-Getopt-Long-2.340.0
+ >=dev-lang/perl-5.6.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-Module-Build-0.270.100
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.170.0
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-03-25 10:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 10:51 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-03-25 10:32 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox