Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Shorten: ChangeLog WWW-Shorten-3.30.0.ebuild
Date: Sat, 07 Apr 2012 10:13:57
Message-Id: 20120407101348.1B4782004B@flycatcher.gentoo.org
1 tove 12/04/07 10:13:48
2
3 Modified: ChangeLog
4 Added: WWW-Shorten-3.30.0.ebuild
5 Log:
6 [bump] dev-perl/WWW-Shorten-3.30.0
7
8 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-perl/WWW-Shorten/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 4 Sep 2011 11:23:24 -0000 1.9
24 +++ ChangeLog 7 Apr 2012 10:13:47 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/WWW-Shorten
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.9 2011/09/04 11:23:24 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.10 2012/04/07 10:13:47 tove Exp $
31 +
32 +*WWW-Shorten-3.30.0 (07 Apr 2012)
33 +
34 + 07 Apr 2012; Torsten Veller <tove@g.o> +WWW-Shorten-3.30.0.ebuild:
35 + Version bump
36
37 04 Sep 2011; Torsten Veller <tove@g.o> -WWW-Shorten-3.20.ebuild:
38 Cleanup
39
40
41
42 1.1 dev-perl/WWW-Shorten/WWW-Shorten-3.30.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: WWW-Shorten-3.30.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0.ebuild,v 1.1 2012/04/07 10:13:47 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=DAVECROSS
56 MODULE_VERSION=3.03
57 inherit perl-module
58
59 DESCRIPTION="Interface to URL shortening sites"
60
61 LICENSE="Artistic-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="dev-perl/libwww-perl
67 dev-perl/URI"
68 DEPEND=">=virtual/perl-Module-Build-0.380.0"
69 # test? ( ${RDEPEND}
70 # dev-perl/Test-Pod
71 # dev-perl/Test-Pod-Coverage )"
72
73 SRC_TEST=online
74
75 src_prepare() {
76 perl-module_src_prepare
77 sed -i -e '/Config::Auto/d' "${S}"/Build.PL || die
78 }
79
80 src_install() {
81 perl-module_src_install
82
83 docinto example
84 dodoc "${S}"/bin/shorten
85 rm -f "${D}"/usr/bin/shorten "${D}"/usr/share/man/man1/shorten.1 || die
86 }