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/Data-GUID/
Date: Sat, 11 Oct 2014 17:04:06 +0000 (UTC)	[thread overview]
Message-ID: <1413046055.42398dc75e83299bc2ff837dbc22742403594225.kent@gentoo> (raw)

commit:     42398dc75e83299bc2ff837dbc22742403594225
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:47:35 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:47:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=42398dc7

[treeclean] dev-perl/Data-GUID -> Superceded by ::gentoo

---
 dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild | 25 --------------
 dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild | 52 ------------------------------
 dev-perl/Data-GUID/metadata.xml            | 13 --------
 3 files changed, 90 deletions(-)

diff --git a/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
deleted file mode 100644
index f6de46c..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.046"
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Globally unique identifiers"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-depend Data-UUID 1.148;
-depend Sub-Exporter 0.90;
-depend Sub-Install 0.03;
-depend-virtual Test-Simple; # Test::More
-bdepend-virtual ExtUtils-MakeMaker 6.46;
-
-ddep_setup;
-
-SRC_TEST="do"

diff --git a/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
deleted file mode 100644
index 1f47237..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
+++ /dev/null
@@ -1,52 +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=0.047
-inherit perl-module
-
-DESCRIPTION='globally unique identifiers'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Data::UUID 1.148 ( 1.148.0 )
-	echo \>=dev-perl/Data-UUID-1.148.0
-	# Sub::Exporter 0.90 ( 0.900.0 )
-	echo \>=dev-perl/Sub-Exporter-0.900.0
-	# Sub::Install 0.03 ( 0.30.0 )
-	echo \>=dev-perl/Sub-Install-0.30.0
-	# bytes
-	# echo dev-lang/perl
-	# overload
-	# echo dev-lang/perl
-	# strict
-	# echo dev-lang/perl
-	# warnings
-	# echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	# echo dev-lang/perl
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.960.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Data-GUID/metadata.xml b/dev-perl/Data-GUID/metadata.xml
deleted file mode 100644
index 65fa6c5..0000000
--- a/dev-perl/Data-GUID/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <herd>perl</herd>
-    <maintainer>
-        <email>mb@italpro.net</email>
-        <name>Michele Beltrame</name>
-    </maintainer>
-    <upstream>
-        <remote-id type="cpan">Data-GUID</remote-id>
-        <remote-id type="cpan-module">Data::GUID</remote-id>
-    </upstream>
-</pkgmetadata>


             reply	other threads:[~2014-10-11 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-11 17:04 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-11  4:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/ Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-10-11  4:52 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=1413046055.42398dc75e83299bc2ff837dbc22742403594225.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