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/Smart-Comments/
Date: Sat, 12 Feb 2011 03:34:07
Message-Id: df832d518df599719cf3aff96b766c73b55c5484.kent@gentoo
1 commit: df832d518df599719cf3aff96b766c73b55c5484
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 20:49:09 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 20:49:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=df832d51
7
8 [fix] Smart-Comments, QA+=MB
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Smart-Comments/ChangeLog | 6 +++++-
14 .../Smart-Comments/Smart-Comments-1.0.4.ebuild | 3 ++-
15 2 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Smart-Comments/ChangeLog b/dev-perl/Smart-Comments/ChangeLog
18 index 02cac2a..1ffb264 100644
19 --- a/dev-perl/Smart-Comments/ChangeLog
20 +++ b/dev-perl/Smart-Comments/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for dev-perl/Smart-Comments
23 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com>
28 + Smart-Comments-1.0.4.ebuild:
29 + MB dep fix
30 +
31 *Smart-Comments-1.0.4 (06 Sep 2009)
32
33 06 Sep 2009; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
36 index c65fdd0..bee6443 100644
37 --- a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
38 +++ b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2009 Gentoo Foundation
41 +# Copyright 1999-2011 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 @@ -23,6 +23,7 @@ RDEPEND="
46 # Data::Dumper
47
48 DEPEND="${DEPEND}
49 + virtual/perl-Module-Build
50 test? (
51 virtual/perl-Test-Simple
52 )