public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Online/
@ 2011-07-16  5:40 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-07-16  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7fa40f7ca440776c1c8287d3d5b78a1fa67ddd26
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 00:35:52 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 00:35:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7fa40f7c

[newversion] LWP-Online-1.80.0

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/LWP-Online/ChangeLog                |    5 ++++
 dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild |   30 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-perl/LWP-Online/ChangeLog b/dev-perl/LWP-Online/ChangeLog
index 3270d06..6d29f42 100644
--- a/dev-perl/LWP-Online/ChangeLog
+++ b/dev-perl/LWP-Online/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*LWP-Online-1.80.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +LWP-Online-1.80.0.ebuild:
+  Version Bump
+
 *LWP-Online-1.70.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com> -LWP-Online-1.07.ebuild,

diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild b/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild
new file mode 100644
index 0000000..950d2e9
--- /dev/null
+++ b/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Does your process have access to the web"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=dev-perl/libwww-perl-5.805 $(comment LWP::Simple 5.805.0)
+	>=dev-perl/URI-1.35 $(comment 1.350.0)
+	>=dev-lang/perl-5.5.0
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+	test? (
+		>=virtual/perl-Test-Simple-0.42 $(comment Test::More 0.420.0)
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Online/
@ 2011-07-16  5:40 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-07-16  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ddc07a3a0df8fa3b6b031630564e3224a199c1d4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 00:27:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 00:27:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ddc07a3a

[migrate] LWP-Online

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/LWP-Online/ChangeLog                      |    8 +++++++-
 ...Online-1.07.ebuild => LWP-Online-1.70.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWP-Online/ChangeLog b/dev-perl/LWP-Online/ChangeLog
index 3b6e369..3270d06 100644
--- a/dev-perl/LWP-Online/ChangeLog
+++ b/dev-perl/LWP-Online/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/LWP-Online
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*LWP-Online-1.70.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com> -LWP-Online-1.07.ebuild,
+  +LWP-Online-1.70.0.ebuild:
+  Migrate to new version Scheme
+
 *LWP-Online-1.07 (02 Sep 2009)
 
   02 Sep 2009; Kent Fredric <kentfredric@gmail.com> +LWP-Online-1.07.ebuild,

diff --git a/dev-perl/LWP-Online/LWP-Online-1.07.ebuild b/dev-perl/LWP-Online/LWP-Online-1.70.0.ebuild
similarity index 87%
rename from dev-perl/LWP-Online/LWP-Online-1.07.ebuild
rename to dev-perl/LWP-Online/LWP-Online-1.70.0.ebuild
index a5ba1a0..814cf3f 100644
--- a/dev-perl/LWP-Online/LWP-Online-1.07.ebuild
+++ b/dev-perl/LWP-Online/LWP-Online-1.70.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=ADAMK
+MODULE_VERSION="1.07"
 inherit perl-module
 
 DESCRIPTION="Does your process have access to the web"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Online/
@ 2016-03-12  2:44 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-03-12  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     03a94ad551a6164c5ff763c8c768a9b4b70105b5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:44:11 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 02:44:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=03a94ad5

dev-perl/LWP-Online: Removed, gone to ::gentoo

 dev-perl/LWP-Online/LWP-Online-1.80.0-r1.ebuild | 29 -------------------------
 dev-perl/LWP-Online/metadata.xml                | 16 --------------
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r1.ebuild b/dev-perl/LWP-Online/LWP-Online-1.80.0-r1.ebuild
deleted file mode 100644
index 620985f..0000000
--- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.08
-inherit perl-module
-
-DESCRIPTION="Does your process have access to the web"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/libwww-perl-5.805 $(comment LWP::Simple 5.805.0)
-	>=dev-perl/URI-1.350.0
-	>=dev-lang/perl-5.5.0
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
-	test? (
-		>=virtual/perl-Test-Simple-0.42 $(comment Test::More 0.420.0)
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"

diff --git a/dev-perl/LWP-Online/metadata.xml b/dev-perl/LWP-Online/metadata.xml
deleted file mode 100644
index 5674ee3..0000000
--- a/dev-perl/LWP-Online/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">LWP-Online</remote-id>
-		<remote-id type="cpan-module">LWP::Online</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-12  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16  5:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Online/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-03-12  2:44 Kent Fredric
2011-07-16  5:40 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox