Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
Date: Sun, 29 May 2011 17:49:29
Message-Id: 694967d1a1b8cdddac7b6d5410dd4df9a8ddebfe.tove@gentoo
1 commit: 694967d1a1b8cdddac7b6d5410dd4df9a8ddebfe
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 16:50:56 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 16:50:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=694967d1
7
8 [fix] dev-perl/DateTime-Format-Pg 0.16005 -> 0.160.50
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/DateTime-Format-Pg/ChangeLog | 9 ++++++-
14 ...3.ebuild => DateTime-Format-Pg-0.160.50.ebuild} | 9 ++++---
15 .../DateTime-Format-Pg-0.16004.ebuild | 26 --------------------
16 .../DateTime-Format-Pg-0.16005.ebuild | 26 --------------------
17 4 files changed, 13 insertions(+), 57 deletions(-)
18
19 diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
20 index d97e108..707032b 100644
21 --- a/dev-perl/DateTime-Format-Pg/ChangeLog
22 +++ b/dev-perl/DateTime-Format-Pg/ChangeLog
23 @@ -1,7 +1,14 @@
24 # ChangeLog for dev-perl/DateTime-Format-Pg
25 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 +*DateTime-Format-Pg-0.160.50 (29 May 2011)
30 +
31 + 29 May 2011; Torsten Veller <tove@g.o>
32 + +DateTime-Format-Pg-0.160.50.ebuild, -DateTime-Format-Pg-0.16003.ebuild,
33 + -DateTime-Format-Pg-0.16004.ebuild, -DateTime-Format-Pg-0.16005.ebuild:
34 + Change version scheme. Looks like a downgrade
35 +
36 *DateTime-Format-Pg-0.16005 (25 Jun 2010)
37
38 25 Jun 2010; Kent Fredric <kentfredric@×××××.com>
39
40 diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
41 similarity index 85%
42 rename from dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild
43 rename to dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
44 index b1d054d..49cca58 100644
45 --- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild
46 +++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
47 @@ -1,17 +1,18 @@
48 -# Copyright 1999-2010 Gentoo Foundation
49 +# Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: $
52 +
53 EAPI=2
54 +
55 MODULE_AUTHOR=DMAKI
56 +MODULE_VERSION=0.16005
57 inherit perl-module
58
59 DESCRIPTION="Parse and format PostgreSQL dates and times"
60
61 -IUSE="test"
62 -
63 SLOT="0"
64 -LICENSE="|| ( Artistic GPL-2 )"
65 KEYWORDS="~amd64 ~x86"
66 +IUSE="test"
67
68 RDEPEND="
69 >=dev-perl/DateTime-0.10
70
71 diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild
72 deleted file mode 100644
73 index b1d054d..0000000
74 --- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild
75 +++ /dev/null
76 @@ -1,26 +0,0 @@
77 -# Copyright 1999-2010 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Header: $
80 -EAPI=2
81 -MODULE_AUTHOR=DMAKI
82 -inherit perl-module
83 -
84 -DESCRIPTION="Parse and format PostgreSQL dates and times"
85 -
86 -IUSE="test"
87 -
88 -SLOT="0"
89 -LICENSE="|| ( Artistic GPL-2 )"
90 -KEYWORDS="~amd64 ~x86"
91 -
92 -RDEPEND="
93 - >=dev-perl/DateTime-0.10
94 - >=dev-perl/DateTime-Format-Builder-0.72
95 - >=dev-perl/DateTime-TimeZone-0.05
96 -"
97 -DEPEND="${RDEPEND}
98 - test? (
99 - virtual/perl-Test-Simple
100 - )
101 -"
102 -SRC_TEST="do"
103
104 diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild
105 deleted file mode 100644
106 index b1d054d..0000000
107 --- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild
108 +++ /dev/null
109 @@ -1,26 +0,0 @@
110 -# Copyright 1999-2010 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -# $Header: $
113 -EAPI=2
114 -MODULE_AUTHOR=DMAKI
115 -inherit perl-module
116 -
117 -DESCRIPTION="Parse and format PostgreSQL dates and times"
118 -
119 -IUSE="test"
120 -
121 -SLOT="0"
122 -LICENSE="|| ( Artistic GPL-2 )"
123 -KEYWORDS="~amd64 ~x86"
124 -
125 -RDEPEND="
126 - >=dev-perl/DateTime-0.10
127 - >=dev-perl/DateTime-Format-Builder-0.72
128 - >=dev-perl/DateTime-TimeZone-0.05
129 -"
130 -DEPEND="${RDEPEND}
131 - test? (
132 - virtual/perl-Test-Simple
133 - )
134 -"
135 -SRC_TEST="do"