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 5AE79138CC5 for ; Wed, 25 Mar 2015 10:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81FDE0848; Wed, 25 Mar 2015 10:32:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 144B9E0848 for ; Wed, 25 Mar 2015 10:32:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E921340ABB for ; Wed, 25 Mar 2015 10:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B96147F5 for ; Wed, 25 Mar 2015 10:32:04 +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: <1427270558.a7cc1998b0e2f73a9eb62c86786f949035c0f68d.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/SVN-Notify-2.830.0.ebuild dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild X-VCS-Directories: dev-perl/SVN-Notify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a7cc1998b0e2f73a9eb62c86786f949035c0f68d X-VCS-Branch: master Date: Wed, 25 Mar 2015 10:32:04 +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: f2763238-8b95-4242-a3a0-ad4023db31b6 X-Archives-Hash: 1bac8f883418128e1c4af03fb9819cc8 commit: a7cc1998b0e2f73a9eb62c86786f949035c0f68d Author: Kent Fredric gmail com> AuthorDate: Wed Mar 25 08:02:38 2015 +0000 Commit: Kent Fredric gmail 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 +"