Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-BufferStack/
Date: Thu, 02 Jul 2015 07:35:52
Message-Id: 1435819952.e2a3b907d564369167a0d59be7f8d82b1ee8caef.kent@gentoo
1 commit: e2a3b907d564369167a0d59be7f8d82b1ee8caef
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jan 14 00:35:27 2010 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 06:52:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e2a3b907
7
8 [rebase-filter: dwc/String-BufferStack] Bump String-BufferStack to 1.15
9 (Portage version: 2.1.6.13/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/String-BufferStack/ChangeLog | 8 +++++++-
13 dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild | 2 +-
14 ...ing-BufferStack-1.14.ebuild => String-BufferStack-1.15.ebuild} | 4 ++--
15 3 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/String-BufferStack/ChangeLog b/dev-perl/String-BufferStack/ChangeLog
18 index 23f6a87..1c6c190 100644
19 --- a/dev-perl/String-BufferStack/ChangeLog
20 +++ b/dev-perl/String-BufferStack/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/String-BufferStack
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*String-BufferStack-1.15 (14 Jan 2010)
28 +
29 + 14 Jan 2010; Daniel Westermann-Clark <dwc@×××××.com>
30 + +String-BufferStack-1.15.ebuild:
31 + Bump String-BufferStack to 1.15
32 +
33 *String-BufferStack-1.14 (11 Jul 2009)
34
35 11 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
36
37 diff --git a/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild b/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild
38 index cf770bf..7f997ce 100644
39 --- a/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild
40 +++ b/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2010 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46
47
48 diff --git a/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild b/dev-perl/String-BufferStack/String-BufferStack-1.15.ebuild
49 similarity index 82%
50 copy from dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild
51 copy to dev-perl/String-BufferStack/String-BufferStack-1.15.ebuild
52 index cf770bf..59da93f 100644
53 --- a/dev-perl/String-BufferStack/String-BufferStack-1.14.ebuild
54 +++ b/dev-perl/String-BufferStack/String-BufferStack-1.15.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: $
60
61 @@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~x86"
62 SRC_TEST="do"
63
64 IUSE="test"
65 -RDEPEND=""
66 +RDEPEND=">=dev-lang/perl-5.8.0"
67 DEPEND="${RDEPEND}
68 test? ( virtual/perl-Test-Simple )"