From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 44BAC1381F3 for ; Fri, 3 May 2013 10:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC2F5E097B; Fri, 3 May 2013 10:51:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC44CE097B for ; Fri, 3 May 2013 10:51:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77DBA33DEF3 for ; Fri, 3 May 2013 10:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8B7A9E4920 for ; Fri, 3 May 2013 10:51:50 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1367575383.9403c3df77e120e74950687c882e6174a75d781b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/SVN-Notify/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/SVN-Notify/ChangeLog dev-perl/SVN-Notify/SVN-Notify-2.83.ebuild dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild dev-perl/SVN-Notify/metadata.xml X-VCS-Directories: dev-perl/SVN-Notify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9403c3df77e120e74950687c882e6174a75d781b X-VCS-Branch: master Date: Fri, 3 May 2013 10:51:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6bad9e9a-4b59-41ba-8c32-b16075eddfe8 X-Archives-Hash: 0ec52a045ab2be749828f2029f276040 commit: 9403c3df77e120e74950687c882e6174a75d781b Author: Kent Fredric gmail com> AuthorDate: Fri May 3 10:03:03 2013 +0000 Commit: Kent Fredric gmail 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 -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 -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 @@ dwc@pobox.com Daniel Westermann-Clark + + SVN-Notify + SVN::Notify + SVN::Notify::Alternative + SVN::Notify::Filter::Trac + SVN::Notify::HTML + SVN::Notify::HTML::ColorDiff + SVN::Notify::SMTP +