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 7D897138C48 for ; Tue, 7 Apr 2015 00:31:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606CBE0913; Tue, 7 Apr 2015 00:31:31 +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 CF46BE0913 for ; Tue, 7 Apr 2015 00:31:30 +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 CF3D53408A3 for ; Tue, 7 Apr 2015 00:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A63155F5 for ; Tue, 7 Apr 2015 00:31:23 +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: <1428366142.72bc90934c7314b21a1f9c68036a1027a21b6ac5.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-Delicious/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild dev-perl/Net-Delicious/Net-Delicious-1.140.0.ebuild X-VCS-Directories: dev-perl/Net-Delicious/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 72bc90934c7314b21a1f9c68036a1027a21b6ac5 X-VCS-Branch: master Date: Tue, 7 Apr 2015 00:31:23 +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: 5d157378-453a-4dbf-b6b4-77ed3a8a083a X-Archives-Hash: 9576d2fbd0a69539a2249f29534c91a0 commit: 72bc90934c7314b21a1f9c68036a1027a21b6ac5 Author: Kent Fredric gmail com> AuthorDate: Tue Apr 7 00:22:00 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Apr 7 00:22:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=72bc9093 [fixup] Net-Delicious: fixup deps, esp: Log-Dispatch Package-Manager: portage-2.2.17 .../Net-Delicious/Net-Delicious-1.140.0-r1.ebuild | 38 ++++++++++++++ .../Net-Delicious/Net-Delicious-1.140.0.ebuild | 58 ---------------------- 2 files changed, 38 insertions(+), 58 deletions(-) diff --git a/dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild b/dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild new file mode 100644 index 0000000..23fbaaf --- /dev/null +++ b/dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild @@ -0,0 +1,38 @@ +# 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.14 +inherit perl-module + +DESCRIPTION='OOP for the del.icio.us API' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Date::Parse -> TimeDate +# FileHandle 2 -> perl +# HTTP::Request -> HTTP-Message +# IO::AtomicFile -> IO-stringy +# LWP::UserAgent -> libwww-perl +# YAML 0.35 -> yaml +RDEPEND=" + >=dev-perl/Config-Simple-2.0.0 + dev-perl/Crypt-SSLeay + >=virtual/perl-File-Spec-0.800.0 + dev-perl/HTTP-Message + >=dev-perl/IO-stringy-2.100.0 + >=dev-perl/Log-Dispatch-2.0.0 + >=virtual/perl-Time-HiRes-1.650.0 + >=dev-perl/TimeDate-2.270.0 + dev-perl/URI + >=dev-perl/XML-Simple-2.0.0 + dev-perl/libwww-perl + >=dev-perl/yaml-0.350.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-Module-Build-0.360.0 + >=virtual/perl-Test-Simple-0.470.0 +" diff --git a/dev-perl/Net-Delicious/Net-Delicious-1.140.0.ebuild b/dev-perl/Net-Delicious/Net-Delicious-1.140.0.ebuild deleted file mode 100644 index c206424..0000000 --- a/dev-perl/Net-Delicious/Net-Delicious-1.140.0.ebuild +++ /dev/null @@ -1,58 +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=1.14 -inherit perl-module - -DESCRIPTION='OOP for the del.icio.us API' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.36 ( 0.360.0 ) - echo \>=virtual/perl-Module-Build-0.36 -} -perl_meta_build() { - # Test::Simple 0.47 ( 0.470.0 ) - echo \>=virtual/perl-Test-Simple-0.47 -} -perl_meta_runtime() { - # Config::Simple 2 ( 2.0.0 ) - echo \>=dev-perl/Config-Simple-2.0.0 - # Crypt::SSLeay - echo dev-perl/Crypt-SSLeay - # Date::Parse 2.27 ( 2.270.0 ) - echo \>=dev-perl/TimeDate-2.270.0 - # File::Spec 0.8 ( 0.800.0 ) - echo \>=virtual/perl-File-Spec-0.80 - # FileHandle 2 ( 2.0.0 ) - # echo \>=dev-lang/perl-2.0.0 - # HTTP::Request - echo dev-perl/HTTP-Message - # IO::AtomicFile 2.1 ( 2.100.0 ) - echo \>=dev-perl/IO-stringy-2.100.0 - # LWP::UserAgent - echo dev-perl/libwww-perl - # Log::Dispatch 2 ( 2.0.0 ) - echo \>=dev-perl/log-dispatch-2.0.0 - # Time::HiRes 1.65 ( 1.650.0 ) - echo \>=virtual/perl-Time-HiRes-1.650.0 - # URI - echo dev-perl/URI - # XML::Simple 2 ( 2.0.0 ) - echo \>=dev-perl/XML-Simple-2.0.0 - # YAML 0.35 ( 0.350.0 ) - echo \>=dev-perl/yaml-0.350.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"