public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-LDAP-Server-Test/
Date: Sat, 23 Feb 2013 22:54:53 +0000 (UTC)	[thread overview]
Message-ID: <1361657136.6a3175f280994f723fd0a536792c3c7f7c5860b6.kent@gentoo> (raw)

commit:     6a3175f280994f723fd0a536792c3c7f7c5860b6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 22:05:36 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 22:05:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a3175f2

[cpanclean] Net-LDAP-Server-Test-0.1{1-4}0.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Net-LDAP-Server-Test/ChangeLog            |    5 ++
 .../Net-LDAP-Server-Test-0.110.0.ebuild            |   32 --------------
 .../Net-LDAP-Server-Test-0.120.0.ebuild            |   46 --------------------
 .../Net-LDAP-Server-Test-0.130.0.ebuild            |   46 --------------------
 .../Net-LDAP-Server-Test-0.140.0.ebuild            |   46 --------------------
 5 files changed, 5 insertions(+), 170 deletions(-)

diff --git a/dev-perl/Net-LDAP-Server-Test/ChangeLog b/dev-perl/Net-LDAP-Server-Test/ChangeLog
index 6426c17..711e8ac 100644
--- a/dev-perl/Net-LDAP-Server-Test/ChangeLog
+++ b/dev-perl/Net-LDAP-Server-Test/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  -Net-LDAP-Server-Test-0.110.0.ebuild, -Net-LDAP-Server-Test-0.120.0.ebuild,
+  -Net-LDAP-Server-Test-0.130.0.ebuild, -Net-LDAP-Server-Test-0.140.0.ebuild:
+  Gone on CPAN
+
 *Net-LDAP-Server-Test-0.170.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.110.0.ebuild b/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.110.0.ebuild
deleted file mode 100644
index 9712cfa..0000000
--- a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.110.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KARMAN
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="test Net::LDAP code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	virtual/perl-Test-Simple $(comment Test::More)
-	virtual/perl-IO	$(comment IO::Socket IO::Select)
-	>=dev-perl/Net-LDAP-Server-0.300.0
-	dev-perl/perl-ldap $(comment Net::LDAP)
-	dev-perl/Data-Dump
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-# NOTE: Appears to fail tests randomly. Run until it works.
-# TODO: Fix this.
-SRC_TEST="do"

diff --git a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.120.0.ebuild b/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.120.0.ebuild
deleted file mode 100644
index 25f995c..0000000
--- a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.120.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KARMAN
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION='test Net::LDAP code'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Data::Dump
-	echo dev-perl/Data-Dump
-	# IO::Select
-	echo virtual/perl-IO
-	# IO::Socket
-	echo virtual/perl-IO
-	# Net::LDAP
-	echo dev-perl/perl-ldap
-	# Net::LDAP::Server 0.3 ( 0.300.0 )
-	echo \>=dev-perl/Net-LDAP-Server-0.300.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# perl 5.008003 ( 5.8.3 )
-	echo \>=dev-lang/perl-5.8.3
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.130.0.ebuild b/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.130.0.ebuild
deleted file mode 100644
index e162c29..0000000
--- a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.130.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KARMAN
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='test Net::LDAP code'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Data::Dump
-	echo dev-perl/Data-Dump
-	# IO::Select
-	echo virtual/perl-IO
-	# IO::Socket
-	echo virtual/perl-IO
-	# Net::LDAP
-	echo dev-perl/perl-ldap
-	# Net::LDAP::Server 0.3 ( 0.300.0 )
-	echo \>=dev-perl/Net-LDAP-Server-0.300.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# perl 5.008003 ( 5.8.3 )
-	echo \>=dev-lang/perl-5.8.3
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.140.0.ebuild b/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.140.0.ebuild
deleted file mode 100644
index 354b289..0000000
--- a/dev-perl/Net-LDAP-Server-Test/Net-LDAP-Server-Test-0.140.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KARMAN
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION='test Net::LDAP code'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Data::Dump
-	echo dev-perl/Data-Dump
-	# IO::Select
-	echo virtual/perl-IO
-	# IO::Socket
-	echo virtual/perl-IO
-	# Net::LDAP
-	echo dev-perl/perl-ldap
-	# Net::LDAP::Server 0.3 ( 0.300.0 )
-	echo \>=dev-perl/Net-LDAP-Server-0.300.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# perl 5.008003 ( 5.8.3 )
-	echo \>=dev-lang/perl-5.8.3
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


             reply	other threads:[~2013-02-23 22:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-23 22:54 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-28 16:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-LDAP-Server-Test/ Kent Fredric
2013-02-23 22:54 Kent Fredric
2012-07-29  4:22 Kent Fredric
2012-04-18 16:40 Kent Fredric
2012-02-28 12:02 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-06-07  5:59 Kent Fredric
2011-06-07  5:59 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=1361657136.6a3175f280994f723fd0a536792c3c7f7c5860b6.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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