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/autobox-Core/
Date: Sat, 23 Aug 2014 04:49:07
Message-Id: 1408764137.c8eabf59ef5ed78c78110011087277ab8fb5dee0.kent@gentoo
1 commit: c8eabf59ef5ed78c78110011087277ab8fb5dee0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 23 03:21:36 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Aug 23 03:22:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c8eabf59
7
8 [clean] dev-perl/autobox-Core Drop old EAPI 0 versions
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 dev-perl/autobox-Core/ChangeLog | 6 +++++-
15 dev-perl/autobox-Core/autobox-Core-0.600.0.ebuild | 21 ---------------------
16 dev-perl/autobox-Core/autobox-Core-1.200.0.ebuild | 21 ---------------------
17 3 files changed, 5 insertions(+), 43 deletions(-)
18
19 diff --git a/dev-perl/autobox-Core/ChangeLog b/dev-perl/autobox-Core/ChangeLog
20 index eac58b9..d69a5a7 100644
21 --- a/dev-perl/autobox-Core/ChangeLog
22 +++ b/dev-perl/autobox-Core/ChangeLog
23 @@ -1,7 +1,11 @@
24 # ChangeLog for dev-perl/autobox-Core
25 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 23 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -autobox-Core-0.600.0.ebuild, -autobox-Core-1.200.0.ebuild:
31 + Drop old EAPI 0 versions
32 +
33 *autobox-Core-1.240.0 (25 Jul 2012)
34
35 25 Jul 2012; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/autobox-Core/autobox-Core-0.600.0.ebuild b/dev-perl/autobox-Core/autobox-Core-0.600.0.ebuild
38 deleted file mode 100644
39 index 2a2d34e..0000000
40 --- a/dev-perl/autobox-Core/autobox-Core-0.600.0.ebuild
41 +++ /dev/null
42 @@ -1,21 +0,0 @@
43 -# Copyright 1999-2011 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 -
47 -MODULE_AUTHOR=SWALTERS
48 -MODULE_VERSION="0.6"
49 -inherit perl-module
50 -
51 -DESCRIPTION="Methods for core built-in functions in primitive types"
52 -LICENSE="|| ( Artistic GPL-2 )"
53 -
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -
57 -IUSE=""
58 -RDEPEND="
59 - >=dev-perl/autobox-0.110.0
60 -"
61 -DEPEND="
62 - ${RDEPEND}
63 -"
64
65 diff --git a/dev-perl/autobox-Core/autobox-Core-1.200.0.ebuild b/dev-perl/autobox-Core/autobox-Core-1.200.0.ebuild
66 deleted file mode 100644
67 index 5650270..0000000
68 --- a/dev-perl/autobox-Core/autobox-Core-1.200.0.ebuild
69 +++ /dev/null
70 @@ -1,21 +0,0 @@
71 -# Copyright 1999-2011 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Header: $
74 -
75 -MODULE_AUTHOR=SWALTERS
76 -MODULE_VERSION="1.2"
77 -inherit perl-module
78 -
79 -DESCRIPTION="Methods for core built-in functions in primitive types"
80 -LICENSE="|| ( Artistic GPL-2 )"
81 -
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -
85 -IUSE=""
86 -RDEPEND="
87 - >=dev-perl/autobox-0.110.0
88 -"
89 -DEPEND="
90 - ${RDEPEND}
91 -"