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-Random/
Date: Sat, 12 Feb 2011 03:33:56
Message-Id: 4e4ccb41e7553a3ecbb4f0fd5fc340064cfd84e3.kent@gentoo
1 commit: 4e4ccb41e7553a3ecbb4f0fd5fc340064cfd84e3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 20:39:09 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 20:39:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4e4ccb41
7
8 [migrate] String-Random
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/String-Random/ChangeLog | 10 ++++++++++
14 ...ndom-0.22.ebuild => String-Random-0.220.ebuild} | 3 ++-
15 2 files changed, 12 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/String-Random/ChangeLog b/dev-perl/String-Random/ChangeLog
18 new file mode 100644
19 index 0000000..06ec29a
20 --- /dev/null
21 +++ b/dev-perl/String-Random/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/String-Random
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*String-Random-0.220 (11 Feb 2011)
28 +
29 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com> -String-Random-0.22.ebuild,
30 + +String-Random-0.220.ebuild:
31 + Migrate version
32 +
33
34 diff --git a/dev-perl/String-Random/String-Random-0.22.ebuild b/dev-perl/String-Random/String-Random-0.220.ebuild
35 similarity index 81%
36 rename from dev-perl/String-Random/String-Random-0.22.ebuild
37 rename to dev-perl/String-Random/String-Random-0.220.ebuild
38 index 8d12157..b3a8840 100644
39 --- a/dev-perl/String-Random/String-Random-0.22.ebuild
40 +++ b/dev-perl/String-Random/String-Random-0.220.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2011 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46
47 MODULE_AUTHOR=STEVE
48 +MODULE_VERSION="0.22"
49 inherit perl-module
50
51 DESCRIPTION="Perl module to generate random strings based on a pattern"