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

commit:     22cfe24a20291fa668d4e6b00901a2acfd4d54fa
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 17:50:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 17:50:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=22cfe24a

[migrate] aliased

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

---
 dev-perl/aliased/ChangeLog                         |    9 ++++++++-
 ...{aliased-0.30.ebuild => aliased-0.300.0.ebuild} |    5 +++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/aliased/ChangeLog b/dev-perl/aliased/ChangeLog
index 00109a6..73c6160 100644
--- a/dev-perl/aliased/ChangeLog
+++ b/dev-perl/aliased/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/aliased
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*aliased-0.300.0 (05 Apr 2011)
+
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com> -aliased-0.30.ebuild,
+  +aliased-0.300.0.ebuild:
+  Migrate
+
+
   25 Jan 2010; Torsten Veller <tove@gentoo.org> aliased-0.30.ebuild:
   Depend on Module-Build
 

diff --git a/dev-perl/aliased/aliased-0.30.ebuild b/dev-perl/aliased/aliased-0.300.0.ebuild
similarity index 82%
rename from dev-perl/aliased/aliased-0.30.ebuild
rename to dev-perl/aliased/aliased-0.300.0.ebuild
index b75bbc1..104a368 100644
--- a/dev-perl/aliased/aliased-0.30.ebuild
+++ b/dev-perl/aliased/aliased-0.300.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=2
+EAPI=3
 MODULE_AUTHOR=OVID
+MODULE_VERSION="0.30"
 inherit perl-module
 
 DESCRIPTION="Use shorter versions of class names"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/aliased/
@ 2011-04-05 18:16 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d39bf79968b4795600026721614c649343c32421
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 17:57:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 17:57:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d39bf799

[newversion] aliased-0.300.100_rc

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

---
 dev-perl/aliased/ChangeLog                   |    6 ++++++
 dev-perl/aliased/aliased-0.300.100_rc.ebuild |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dev-perl/aliased/ChangeLog b/dev-perl/aliased/ChangeLog
index 73c6160..391e900 100644
--- a/dev-perl/aliased/ChangeLog
+++ b/dev-perl/aliased/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*aliased-0.300.100_rc (05 Apr 2011)
+
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +aliased-0.300.100_rc.ebuild:
+  Bump
+
 *aliased-0.300.0 (05 Apr 2011)
 
   05 Apr 2011; Kent Fredric <kentfredric@gmail.com> -aliased-0.30.ebuild,

diff --git a/dev-perl/aliased/aliased-0.300.100_rc.ebuild b/dev-perl/aliased/aliased-0.300.100_rc.ebuild
new file mode 100644
index 0000000..748c5a9
--- /dev/null
+++ b/dev-perl/aliased/aliased-0.300.100_rc.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=OVID
+MODULE_VERSION=0.30_01
+inherit perl-module
+
+DESCRIPTION="Use shorter versions of class names"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS=""
+
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Test-Simple
+	virtual/perl-Module-Build"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/aliased/
@ 2013-07-31  6:54 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-07-31  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e96a2e24434addffba35071c1a966bc571a651e1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 03:58:37 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 05:42:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e96a2e24

[trim] dev-perl/aliased : old versions with old EAPIs

Package-Manager: portage-2.2.0_alpha186
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/aliased/ChangeLog                   |  4 ++++
 dev-perl/aliased/aliased-0.300.0.ebuild      | 19 -------------------
 dev-perl/aliased/aliased-0.300.100_rc.ebuild | 20 --------------------
 3 files changed, 4 insertions(+), 39 deletions(-)

diff --git a/dev-perl/aliased/ChangeLog b/dev-perl/aliased/ChangeLog
index f28b93c..7b5d126 100644
--- a/dev-perl/aliased/ChangeLog
+++ b/dev-perl/aliased/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2013; Kent Fredric <kentfredric@gmail.com> -aliased-0.300.0.ebuild,
+  -aliased-0.300.100_rc.ebuild:
+  Clean versions with old EAPIs
+
 *aliased-0.310.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +aliased-0.310.0.ebuild:

diff --git a/dev-perl/aliased/aliased-0.300.0.ebuild b/dev-perl/aliased/aliased-0.300.0.ebuild
deleted file mode 100644
index 104a368..0000000
--- a/dev-perl/aliased/aliased-0.300.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=OVID
-MODULE_VERSION="0.30"
-inherit perl-module
-
-DESCRIPTION="Use shorter versions of class names"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build"
-SRC_TEST="do"

diff --git a/dev-perl/aliased/aliased-0.300.100_rc.ebuild b/dev-perl/aliased/aliased-0.300.100_rc.ebuild
deleted file mode 100644
index 748c5a9..0000000
--- a/dev-perl/aliased/aliased-0.300.100_rc.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.30_01
-inherit perl-module
-
-DESCRIPTION="Use shorter versions of class names"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS=""
-
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-	virtual/perl-Module-Build"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/aliased/
@ 2015-03-26  9:26 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-03-26  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     29708301eca0adc70f2fced0a962478997efebb9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 09:23:27 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 09:23:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=29708301

[prune] aliased -> Gone to ::gentoo

 dev-perl/aliased/aliased-0.310.0.ebuild | 29 -----------------------------
 dev-perl/aliased/metadata.xml           | 13 -------------
 2 files changed, 42 deletions(-)

diff --git a/dev-perl/aliased/aliased-0.310.0.ebuild b/dev-perl/aliased/aliased-0.310.0.ebuild
deleted file mode 100644
index 17c5f95..0000000
--- a/dev-perl/aliased/aliased-0.310.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION='Use shorter versions of class names.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.40 ( 0.400.0 )
-	echo \>=virtual/perl-Module-Build-0.400.0
-}
-perl_meta_build() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"

diff --git a/dev-perl/aliased/metadata.xml b/dev-perl/aliased/metadata.xml
deleted file mode 100644
index 92e8eea..0000000
--- a/dev-perl/aliased/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@cattlegrid.info</email>
-        <name>Michele Beltrame</name>
-    </maintainer>
-    <upstream>
-        <remote-id type="cpan">aliased</remote-id>
-        <remote-id type="cpan-module">aliased</remote-id>
-    </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-03-26  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/aliased/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26  9:26 Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-04-05 18:16 Kent Fredric

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