Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-trayicon: gtk2-trayicon-0.60.0-r1.ebuild ChangeLog
Date: Fri, 27 Jun 2014 10:08:53
Message-Id: 20140627100834.3D1E02004E@flycatcher.gentoo.org
1 zlogene 14/06/27 10:08:34
2
3 Modified: ChangeLog
4 Added: gtk2-trayicon-0.60.0-r1.ebuild
5 Log:
6 Revision bump: EAPI=5
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.24 dev-perl/gtk2-trayicon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 24 Jun 2012 12:59:14 -0000 1.23
24 +++ ChangeLog 27 Jun 2014 10:08:34 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/gtk2-trayicon
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.23 2012/06/24 12:59:14 tove Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.24 2014/06/27 10:08:34 zlogene Exp $
31 +
32 +*gtk2-trayicon-0.60.0-r1 (27 Jun 2014)
33 +
34 + 27 Jun 2014; Mikle Kolyada <zlogene@g.o>
35 + +gtk2-trayicon-0.60.0-r1.ebuild:
36 + Revision bump: EAPI=5
37
38 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
39 Update CPAN upstream info
40
41
42
43 1.1 dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk2-trayicon-0.60.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild,v 1.1 2014/06/27 10:08:34 zlogene Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=BORUP
57 MODULE_VERSION=0.06
58 MY_PN=Gtk2-TrayIcon
59 inherit perl-module
60
61 DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities."
62 HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 RDEPEND="
70 >=dev-perl/glib-perl-1.012
71 >=dev-perl/gtk2-perl-1.012
72 gnome-base/libglade:2.0
73 x11-libs/gtk+:2"
74 DEPEND="${RDEPEND}
75 dev-perl/extutils-depends
76 dev-perl/extutils-pkgconfig
77 virtual/pkgconfig"