Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-fu: gtk2-fu-0.110.0-r2.ebuild ChangeLog gtk2-fu-0.110.0-r1.ebuild
Date: Mon, 25 Aug 2014 02:04:16
Message-Id: 20140825020413.E22063D6C@oystercatcher.gentoo.org
1 axs 14/08/25 02:04:13
2
3 Modified: ChangeLog
4 Added: gtk2-fu-0.110.0-r2.ebuild
5 Removed: gtk2-fu-0.110.0-r1.ebuild
6 Log:
7 bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.47 dev-perl/gtk2-fu/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?rev=1.47&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?rev=1.47&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?r1=1.46&r2=1.47
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v
21 retrieving revision 1.46
22 retrieving revision 1.47
23 diff -u -r1.46 -r1.47
24 --- ChangeLog 19 Feb 2013 16:31:47 -0000 1.46
25 +++ ChangeLog 25 Aug 2014 02:04:13 -0000 1.47
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-perl/gtk2-fu
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.46 2013/02/19 16:31:47 ago Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.47 2014/08/25 02:04:13 axs Exp $
32 +
33 +*gtk2-fu-0.110.0-r2 (25 Aug 2014)
34 +
35 + 25 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +gtk2-fu-0.110.0-r2.ebuild, -gtk2-fu-0.110.0-r1.ebuild:
37 + bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no
38 + other changes present and revbump helps stable systems to keep from dieing on
39 + perl-5.18 upgrade
40
41 19 Feb 2013; Agostino Sarubbo <ago@g.o> gtk2-fu-0.110.0-r1.ebuild:
42 Stable for alpha, wrt bug #425282
43
44
45
46 1.1 dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gtk2-fu-0.110.0-r2.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild,v 1.1 2014/08/25 02:04:13 axs Exp $
56
57 EAPI=5
58
59 MY_PN=Gtk2Fu
60 MODULE_AUTHOR=DAMS
61 MODULE_VERSION=0.11
62 inherit perl-module
63
64 DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development"
65 SRC_URI+="
66 http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN:-${PN}}/${MY_PN:-${PN}}-${PV}-patch.tar.bz2"
67
68 SLOT="0"
69 KEYWORDS="alpha amd64 hppa ppc ppc64 x86"
70 IUSE="test"
71
72 RDEPEND="dev-perl/gtk2-perl"
73 DEPEND="${RDEPEND}
74 virtual/perl-Module-Build
75 test? (
76 dev-perl/Test-Pod
77 dev-perl/Test-Pod-Coverage
78 )"
79
80 SRC_TEST="do"
81 EPATCH_SUFFIX=patch
82 PATCHES=(
83 "${WORKDIR}"/${MY_PN:-${PN}}-patch
84 )