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 2D476138CE7 for ; Sat, 13 Jun 2015 15:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA71E076B; Sat, 13 Jun 2015 15:21:38 +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 31C4EE076B for ; Sat, 13 Jun 2015 15:21:38 +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 49ABD340B54 for ; Sat, 13 Jun 2015 15:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70E1A33 for ; Sat, 13 Jun 2015 15:21:35 +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: <1434206867.ab41e9ac1bef6c29d92d1e4b615824f67a20e42d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Lint/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/B-Lint/B-Lint-1.170.0.ebuild dev-perl/B-Lint/B-Lint-1.200.0.ebuild X-VCS-Directories: dev-perl/B-Lint/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ab41e9ac1bef6c29d92d1e4b615824f67a20e42d X-VCS-Branch: master Date: Sat, 13 Jun 2015 15:21:35 +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: f96ed643-bf55-4903-9039-84059a68299b X-Archives-Hash: ee8e51cf9215bdfc6fcb99627f1d5815 commit: ab41e9ac1bef6c29d92d1e4b615824f67a20e42d Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 12:48:06 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 13 14:47:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ab41e9ac [bump] B-Lint-1.200.0 Package-Manager: portage-2.2.17 dev-perl/B-Lint/B-Lint-1.170.0.ebuild | 38 ----------------------------------- dev-perl/B-Lint/B-Lint-1.200.0.ebuild | 20 ++++++++++++++++++ 2 files changed, 20 insertions(+), 38 deletions(-) diff --git a/dev-perl/B-Lint/B-Lint-1.170.0.ebuild b/dev-perl/B-Lint/B-Lint-1.170.0.ebuild deleted file mode 100644 index 4ed923d..0000000 --- a/dev-perl/B-Lint/B-Lint-1.170.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=RJBS -MODULE_VERSION=1.17 -inherit perl-module - -DESCRIPTION='Perl lint' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Module::Pluggable - echo virtual/perl-Module-Pluggable - # Test::More - echo virtual/perl-Test-Simple - # if - echo virtual/perl-if -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/B-Lint/B-Lint-1.200.0.ebuild b/dev-perl/B-Lint/B-Lint-1.200.0.ebuild new file mode 100644 index 0000000..9dec8cc --- /dev/null +++ b/dev-perl/B-Lint/B-Lint-1.200.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=1.20 +inherit perl-module + +DESCRIPTION='Perl lint' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=" + dev-perl/Module-Pluggable + virtual/perl-if +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"