public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Truncate/
@ 2011-03-27  9:17 Torsten Veller
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-03-27  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0eb51e59acbd744de1396828153bd537aab602d9
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 09:16:39 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 09:16:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0eb51e59

[bump] dev-perl/String-Truncate-1.100.600

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

---
 dev-perl/String-Truncate/ChangeLog                 |    8 ++++-
 .../String-Truncate-1.100.600.ebuild               |   30 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/dev-perl/String-Truncate/ChangeLog b/dev-perl/String-Truncate/ChangeLog
index 8be7318..72813f3 100644
--- a/dev-perl/String-Truncate/ChangeLog
+++ b/dev-perl/String-Truncate/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/String-Truncate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-Truncate-1.100.600 (27 Mar 2011)
+
+  27 Mar 2011; Torsten Veller <tove@gentoo.org>
+  +String-Truncate-1.100.600.ebuild:
+  Version bump
+
 *String-Truncate-1.100.570 (16 Mar 2010)
 
   16 Mar 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.600.ebuild b/dev-perl/String-Truncate/String-Truncate-1.100.600.ebuild
new file mode 100644
index 0000000..6366f13
--- /dev/null
+++ b/dev-perl/String-Truncate/String-Truncate-1.100.600.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=1.100600
+inherit perl-module
+
+DESCRIPTION="a module for when strings are too long to be displayed in..."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+	>=dev-perl/Sub-Exporter-0.953
+	>=dev-perl/Sub-Install-0.03
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Truncate/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6bcdd8f5960f8d9eeb0b86d226b18e6d0e502a87
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:07:12 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:07:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6bcdd8f5

[cleanup] String-Truncate: Remove old versions

Package-Manager: portage-2.2.17

 .../String-Truncate/String-Truncate-0.102.ebuild   | 26 ------------------
 .../String-Truncate-1.100.570.ebuild               | 32 ----------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-perl/String-Truncate/String-Truncate-0.102.ebuild b/dev-perl/String-Truncate/String-Truncate-0.102.ebuild
deleted file mode 100644
index 2691f3e..0000000
--- a/dev-perl/String-Truncate/String-Truncate-0.102.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="a module for when strings are too long to be displayed in..."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	>=dev-perl/Sub-Exporter-0.953.0
-	>=dev-perl/Sub-Install-0.03
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild b/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild
deleted file mode 100644
index 91c1dbc..0000000
--- a/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit versionator
-MY_P=${PN}-$(delete_version_separator 2 )
-S=${WORKDIR}/${MY_P}
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="a module for when strings are too long to be displayed in..."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-	>=dev-perl/Sub-Exporter-0.953.0
-	>=dev-perl/Sub-Install-0.03
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Truncate/
@ 2017-09-14 23:32 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-09-14 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b1be6c6fac59663caf1f57ccc83d00d0c0d40f54
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:22:54 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 23:30:38 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b1be6c6f

dev-perl/String-Truncate: Gone to ::gentoo

 .../String-Truncate-1.100.600-r1.ebuild            | 29 ----------------------
 dev-perl/String-Truncate/metadata.xml              | 16 ------------
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.600-r1.ebuild b/dev-perl/String-Truncate/String-Truncate-1.100.600-r1.ebuild
deleted file mode 100644
index bca5be79b..000000000
--- a/dev-perl/String-Truncate/String-Truncate-1.100.600-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=1.100600
-inherit perl-module
-
-DESCRIPTION="a module for when strings are too long to be displayed in..."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-	>=dev-perl/Sub-Exporter-0.953.0
-	>=dev-perl/Sub-Install-0.03
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"

diff --git a/dev-perl/String-Truncate/metadata.xml b/dev-perl/String-Truncate/metadata.xml
deleted file mode 100644
index 7c83d5009..000000000
--- a/dev-perl/String-Truncate/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">String-Truncate</remote-id>
-		<remote-id type="cpan-module">String::Truncate</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2017-09-14 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  9:17 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Truncate/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09 10:13 Kent Fredric
2017-09-14 23:32 Kent Fredric

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