public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/
Date: Sat,  4 Feb 2012 14:57:53 +0000 (UTC)	[thread overview]
Message-ID: <1ac89696d947327d7f61db54e5f36c5666aca337.tove@gentoo> (raw)

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>



             reply	other threads:[~2012-02-04 14:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-04 14:57 Torsten Veller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-03 19:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-TCP/ Torsten Veller
2011-03-04 12:40 Torsten Veller
2011-02-12 20:30 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ac89696d947327d7f61db54e5f36c5666aca337.tove@gentoo \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox