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/HTML-Packer/
Date: Mon, 04 Jul 2011 10:42:17
Message-Id: 7e48958ba2bf7139471c974c4a4fd3e9696f3ce4.kent@gentoo
1 commit: 7e48958ba2bf7139471c974c4a4fd3e9696f3ce4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 05:40:47 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 29 05:40:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7e48958b
7
8 [newversion] HTML-Packer-1.2.1
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/HTML-Packer/ChangeLog | 5 +++++
14 dev-perl/HTML-Packer/HTML-Packer-1.2.1.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 26 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/HTML-Packer/ChangeLog b/dev-perl/HTML-Packer/ChangeLog
18 index 441682d..e7adf00 100644
19 --- a/dev-perl/HTML-Packer/ChangeLog
20 +++ b/dev-perl/HTML-Packer/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*HTML-Packer-1.2.1 (29 Jun 2011)
26 +
27 + 29 Jun 2011; Kent Fredric <kentfredric@×××××.com> +HTML-Packer-1.2.1.ebuild:
28 + Version Bump
29 +
30 *HTML-Packer-1.2.0 (09 Jun 2011)
31
32 09 Jun 2011; Torsten Veller <tove@g.o> +HTML-Packer-1.2.0.ebuild:
33
34 diff --git a/dev-perl/HTML-Packer/HTML-Packer-1.2.1.ebuild b/dev-perl/HTML-Packer/HTML-Packer-1.2.1.ebuild
35 new file mode 100644
36 index 0000000..64b02c6
37 --- /dev/null
38 +++ b/dev-perl/HTML-Packer/HTML-Packer-1.2.1.ebuild
39 @@ -0,0 +1,21 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI="4"
45 +
46 +MODULE_AUTHOR=NEVESENIN
47 +MODULE_VERSION=1.002001
48 +inherit perl-module perl-declaredeps
49 +
50 +DESCRIPTION="Another HTML code cleaner"
51 +
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +
56 +test-depend-virtual Test-Simple # Test::More
57 +depend Regexp-RegGrp 1.1.1_rc;
58 +
59 +ddep_setup;
60 +SRC_TEST="do"