* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-Delicious/
@ 2015-04-07 0:31 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-04-07 0:31 UTC (permalink / raw
To: gentoo-commits
commit: 72bc90934c7314b21a1f9c68036a1027a21b6ac5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 7 00:22:00 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-Delicious/
@ 2015-06-14 16:30 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 8e4da3a73eb3e31c5b91bf962e23d7ecb74a8a6c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:14:53 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:14:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8e4da3a7
[fixup] Net-Delicious: Module::Build is no longer part of core Perl and has been moved to dev-perl
Package-Manager: portage-2.2.17
dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 23fbaaf..2c8cfdb 100644
--- a/dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild
+++ b/dev-perl/Net-Delicious/Net-Delicious-1.140.0-r1.ebuild
@@ -33,6 +33,6 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- >=virtual/perl-Module-Build-0.360.0
+ >=dev-perl/Module-Build-0.360.0
>=virtual/perl-Test-Simple-0.470.0
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-14 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 0:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-Delicious/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 16:30 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox