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 68373138825 for ; Tue, 31 Mar 2015 18:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E166CE0881; Tue, 31 Mar 2015 18:39:32 +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 24317E0881 for ; Tue, 31 Mar 2015 18:39:32 +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 BFFB4340924 for ; Tue, 31 Mar 2015 18:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85C0B14EFC for ; Tue, 31 Mar 2015 18:39:24 +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: <1427826046.8598ba52b0fb8415aa0d09df6ab209e7e8d7302e.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Software-License/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Software-License/Software-License-0.103.10.ebuild dev-perl/Software-License/Software-License-0.103.5.ebuild X-VCS-Directories: dev-perl/Software-License/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8598ba52b0fb8415aa0d09df6ab209e7e8d7302e X-VCS-Branch: master Date: Tue, 31 Mar 2015 18:39:24 +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: 6fc1d1fb-0203-4540-bc14-d832b0ff7ab3 X-Archives-Hash: 0094a103fe0232aa4139e3d9d5fc0464 commit: 8598ba52b0fb8415aa0d09df6ab209e7e8d7302e Author: Kent Fredric gmail com> AuthorDate: Tue Mar 31 18:20:46 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Mar 31 18:20:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8598ba52 [bump] Software-License-0.103.10 Package-Manager: portage-2.2.17 .../Software-License-0.103.10.ebuild | 31 +++++++++++++ .../Software-License-0.103.5.ebuild | 52 ---------------------- 2 files changed, 31 insertions(+), 52 deletions(-) diff --git a/dev-perl/Software-License/Software-License-0.103.10.ebuild b/dev-perl/Software-License/Software-License-0.103.10.ebuild new file mode 100644 index 0000000..52fe963 --- /dev/null +++ b/dev-perl/Software-License/Software-License-0.103.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.103010 +inherit perl-module + +DESCRIPTION='packages that provide templated software licenses' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# IO::Dir -> IO +RDEPEND=" + virtual/perl-Carp + dev-perl/Data-Section + virtual/perl-File-Spec + virtual/perl-IO + virtual/perl-Module-Load + dev-perl/Sub-Install + dev-perl/text-template + virtual/perl-parent +" +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Try-Tiny + ) +" diff --git a/dev-perl/Software-License/Software-License-0.103.5.ebuild b/dev-perl/Software-License/Software-License-0.103.5.ebuild deleted file mode 100644 index ac07a13..0000000 --- a/dev-perl/Software-License/Software-License-0.103.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.103005 -inherit perl-module - -DESCRIPTION='packages that provide templated software licenses' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - # echo dev-lang/perl - # Data::Section - echo dev-perl/Data-Section - # Sub::Install - echo dev-perl/Sub-Install - # Text::Template - echo dev-perl/text-template - # base - # echo virtual/perl-base - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # Test::More 0.96 ( 0.960.0 ) - echo \>=virtual/perl-Test-Simple-0.96 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"