public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/
@ 2011-02-12 20:30 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-02-12 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f56e6ec1b74613717ce560064596ad0db33863
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:40:52 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:40:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1f56e6e

[fixdep] Test-TCP -> Test-SharedFork

(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Test-TCP/ChangeLog             |    4 ++++
 dev-perl/Test-TCP/Test-TCP-1.06.ebuild  |    4 ++--
 dev-perl/Test-TCP/Test-TCP-1.110.ebuild |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Test-TCP/ChangeLog b/dev-perl/Test-TCP/ChangeLog
index ce3b1e3..0adc0b8 100644
--- a/dev-perl/Test-TCP/ChangeLog
+++ b/dev-perl/Test-TCP/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> Test-TCP-1.06.ebuild,
+  Test-TCP-1.110.ebuild:
+  Fixdep Test-SharedFork
+
 *Test-TCP-1.110 (08 Jan 2011)
 
   08 Jan 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.110.ebuild:

diff --git a/dev-perl/Test-TCP/Test-TCP-1.06.ebuild b/dev-perl/Test-TCP/Test-TCP-1.06.ebuild
index 1f14614..a20b8f8 100644
--- a/dev-perl/Test-TCP/Test-TCP-1.06.ebuild
+++ b/dev-perl/Test-TCP/Test-TCP-1.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-	>=dev-perl/Test-SharedFork-0.14
+	>=dev-perl/Test-SharedFork-0.140
 	>=virtual/perl-IO-1.23
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Test-TCP/Test-TCP-1.110.ebuild b/dev-perl/Test-TCP/Test-TCP-1.110.ebuild
index 12ff1dc..ca00478 100644
--- a/dev-perl/Test-TCP/Test-TCP-1.110.ebuild
+++ b/dev-perl/Test-TCP/Test-TCP-1.110.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-	>=dev-perl/Test-SharedFork-0.14
+	>=dev-perl/Test-SharedFork-0.140
 	>=virtual/perl-IO-1.23
 "
 DEPEND="${RDEPEND}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/
@ 2011-03-04 12:40 Torsten Veller
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-03-04 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b0ac05db4db1b9c37cf6c276265d8e402b6d4042
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 11:38:50 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 11:38:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b0ac05db

[bump] dev-perl/Test-TCP-1.120.0

(Portage version: 2.2.0_alpha26/git/Linux x86_64, unsigned Manifest commit)

---
 dev-perl/Test-TCP/ChangeLog               |    5 +++++
 dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild |   27 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-TCP/ChangeLog b/dev-perl/Test-TCP/ChangeLog
index 0adc0b8..7f1304d 100644
--- a/dev-perl/Test-TCP/ChangeLog
+++ b/dev-perl/Test-TCP/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-TCP-1.120.0 (04 Mar 2011)
+
+  04 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.120.0.ebuild:
+  Version bump
+
   12 Feb 2011; Kent Fredric <kentfredric@gmail.com> Test-TCP-1.06.ebuild,
   Test-TCP-1.110.ebuild:
   Fixdep Test-SharedFork

diff --git a/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild b/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild
new file mode 100644
index 0000000..0003c37
--- /dev/null
+++ b/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=TOKUHIROM
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="testing TCP program"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Test-SharedFork-0.140
+	>=virtual/perl-IO-1.23
+"
+DEPEND="${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/
@ 2011-06-03 19:29 Torsten Veller
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-06-03 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2edf1794cfd1f09f303bf132589e16265cd7a830
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 19:07:04 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 19:07:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2edf1794

[bump] dev-perl/Test-TCP-1.130.0

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Test-TCP/ChangeLog               |    5 +++++
 dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild |   27 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-TCP/ChangeLog b/dev-perl/Test-TCP/ChangeLog
index 7f1304d..c66aa96 100644
--- a/dev-perl/Test-TCP/ChangeLog
+++ b/dev-perl/Test-TCP/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Test-TCP-1.130.0 (03 Jun 2011)
+
+  03 Jun 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.130.0.ebuild:
+  Version bump
+
 *Test-TCP-1.120.0 (04 Mar 2011)
 
   04 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.120.0.ebuild:

diff --git a/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild b/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild
new file mode 100644
index 0000000..22e67b8
--- /dev/null
+++ b/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=TOKUHIROM
+MODULE_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="testing TCP program"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Test-SharedFork-0.140
+	>=virtual/perl-IO-1.23
+"
+DEPEND="${RDEPEND}
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/
@ 2012-02-04 14:57 Torsten Veller
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2012-02-04 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac89696d947327d7f61db54e5f36c5666aca337
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:53:36 2012 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:53:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1ac89696

[move] dev-perl/Test-TCP to ::gentoo

---
 dev-perl/Test-TCP/ChangeLog               |   59 -----------------------------
 dev-perl/Test-TCP/Test-TCP-1.06.ebuild    |   26 -------------
 dev-perl/Test-TCP/Test-TCP-1.110.ebuild   |   27 -------------
 dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild |   27 -------------
 dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild |   27 -------------
 dev-perl/Test-TCP/metadata.xml            |    5 --
 6 files changed, 0 insertions(+), 171 deletions(-)

diff --git a/dev-perl/Test-TCP/ChangeLog b/dev-perl/Test-TCP/ChangeLog
deleted file mode 100644
index c66aa96..0000000
--- a/dev-perl/Test-TCP/ChangeLog
+++ /dev/null
@@ -1,59 +0,0 @@
-# ChangeLog for dev-perl/Test-TCP
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Test-TCP-1.130.0 (03 Jun 2011)
-
-  03 Jun 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.130.0.ebuild:
-  Version bump
-
-*Test-TCP-1.120.0 (04 Mar 2011)
-
-  04 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.120.0.ebuild:
-  Version bump
-
-  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> Test-TCP-1.06.ebuild,
-  Test-TCP-1.110.ebuild:
-  Fixdep Test-SharedFork
-
-*Test-TCP-1.110 (08 Jan 2011)
-
-  08 Jan 2011; Torsten Veller <tove@gentoo.org> +Test-TCP-1.110.ebuild:
-  Version bump
-
-*Test-TCP-1.06 (04 Nov 2010)
-
-  04 Nov 2010; Torsten Veller <tove@gentoo.org> -Test-TCP-0.16.ebuild,
-  -Test-TCP-1.00.ebuild, -Test-TCP-1.01.ebuild, -Test-TCP-1.02.ebuild,
-  -Test-TCP-1.04.ebuild, +Test-TCP-1.06.ebuild:
-  Version bump
-
-*Test-TCP-1.04 (28 Aug 2010)
-
-  28 Aug 2010; Kent Fredric <kentfredric@gmail.com> +Test-TCP-1.04.ebuild:
-  Bump
-
-*Test-TCP-1.02 (18 Aug 2010)
-
-  18 Aug 2010; Kent Fredric <kentfredric@gmail.com> +Test-TCP-1.02.ebuild:
-  Bump
-
-*Test-TCP-1.01 (15 Aug 2010)
-
-  15 Aug 2010; Kent Fredric <kentfredric@gmail.com> +Test-TCP-1.01.ebuild:
-  Bump
-
-*Test-TCP-1.00 (15 Aug 2010)
-
-  15 Aug 2010; Kent Fredric <kentfredric@gmail.com> +Test-TCP-1.00.ebuild:
-  Bump
-
-  05 Aug 2010; Torsten Veller <tove@gentoo.org> Test-TCP-0.16.ebuild:
-  Test-SharedFork is a RDEPEND
-
-*Test-TCP-0.16 (24 Jan 2010)
-
-  24 Jan 2010; Torsten Veller <tove@gentoo.org> +Test-TCP-0.16.ebuild,
-  +metadata.xml:
-  Initial commit
-

diff --git a/dev-perl/Test-TCP/Test-TCP-1.06.ebuild b/dev-perl/Test-TCP/Test-TCP-1.06.ebuild
deleted file mode 100644
index a20b8f8..0000000
--- a/dev-perl/Test-TCP/Test-TCP-1.06.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=TOKUHIROM
-inherit perl-module
-
-DESCRIPTION="testing TCP program"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Test-SharedFork-0.140
-	>=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Test-TCP/Test-TCP-1.110.ebuild b/dev-perl/Test-TCP/Test-TCP-1.110.ebuild
deleted file mode 100644
index ca00478..0000000
--- a/dev-perl/Test-TCP/Test-TCP-1.110.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="testing TCP program"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Test-SharedFork-0.140
-	>=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild b/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild
deleted file mode 100644
index 0003c37..0000000
--- a/dev-perl/Test-TCP/Test-TCP-1.120.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="testing TCP program"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Test-SharedFork-0.140
-	>=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild b/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild
deleted file mode 100644
index 22e67b8..0000000
--- a/dev-perl/Test-TCP/Test-TCP-1.130.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION="testing TCP program"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Test-SharedFork-0.140
-	>=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Test-TCP/metadata.xml b/dev-perl/Test-TCP/metadata.xml
deleted file mode 100644
index 801e938..0000000
--- a/dev-perl/Test-TCP/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>perl</herd>
-</pkgmetadata>



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

end of thread, other threads:[~2012-02-04 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 14:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2011-06-03 19:29 Torsten Veller
2011-03-04 12:40 Torsten Veller
2011-02-12 20: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