Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-ImageView: Gtk2-ImageView-0.50.0-r1.ebuild ChangeLog
Date: Fri, 01 May 2015 12:02:08
Message-Id: 20150501120200.415339A7@oystercatcher.gentoo.org
1 dilfridge 15/05/01 12:02:00
2
3 Modified: Gtk2-ImageView-0.50.0-r1.ebuild ChangeLog
4 Log:
5 dev-perl/extutils-depends just became dev-perl/ExtUtils-Depends
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.2 dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: Gtk2-ImageView-0.50.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- Gtk2-ImageView-0.50.0-r1.ebuild 25 Aug 2014 02:05:12 -0000 1.1
23 +++ Gtk2-ImageView-0.50.0-r1.ebuild 1 May 2015 12:02:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild,v 1.1 2014/08/25 02:05:12 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild,v 1.2 2015/05/01 12:02:00 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -20,7 +20,7 @@
34 >=media-gfx/gtkimageview-1.6.3"
35 DEPEND="${RDEPEND}
36 dev-perl/glib-perl
37 - >=dev-perl/extutils-depends-0.300
38 + >=dev-perl/ExtUtils-Depends-0.300
39 >=dev-perl/extutils-pkgconfig-1.030"
40
41 #SRC_TEST=do
42
43
44
45 1.9 dev-perl/Gtk2-ImageView/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog?r1=1.8&r2=1.9
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- ChangeLog 25 Aug 2014 02:05:12 -0000 1.8
58 +++ ChangeLog 1 May 2015 12:02:00 -0000 1.9
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/Gtk2-ImageView
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog,v 1.8 2014/08/25 02:05:12 axs Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog,v 1.9 2015/05/01 12:02:00 dilfridge Exp $
65 +
66 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
67 + Gtk2-ImageView-0.50.0-r1.ebuild:
68 + dev-perl/extutils-depends just became dev-perl/ExtUtils-Depends
69
70 *Gtk2-ImageView-0.50.0-r1 (25 Aug 2014)