Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xpad: ChangeLog xpad-4.1.ebuild
Date: Thu, 29 Dec 2011 18:07:14
Message-Id: 20111229180705.E7EFB2004B@flycatcher.gentoo.org
1 jer 11/12/29 18:07:05
2
3 Modified: ChangeLog
4 Added: xpad-4.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.70 x11-misc/xpad/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 18 Jul 2010 11:08:19 -0000 1.69
24 +++ ChangeLog 29 Dec 2011 18:07:05 -0000 1.70
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/xpad
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.69 2010/07/18 11:08:19 xarthisius Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.70 2011/12/29 18:07:05 jer Exp $
31 +
32 +*xpad-4.1 (29 Dec 2011)
33 +
34 + 29 Dec 2011; Jeroen Roovers <jer@g.o> +xpad-4.1.ebuild:
35 + Version bump.
36
37 18 Jul 2010; Kacper Kowalik <xarthisius@g.o> -xpad-2.14.ebuild,
38 -xpad-3.0.ebuild, xpad-4.0.ebuild:
39
40
41
42 1.1 x11-misc/xpad/xpad-4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xpad-4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild,v 1.1 2011/12/29 18:07:05 jer Exp $
52
53 EAPI=4
54
55 DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
56 HOMEPAGE="http://mterry.name/xpad"
57 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND="
65 >=x11-libs/gtk+-2.12:2
66 dev-libs/glib:2
67 x11-libs/libICE
68 x11-libs/libSM
69 x11-libs/pango
70 "
71 DEPEND="
72 ${RDEPEND}
73 >=dev-util/intltool-0.31
74 dev-util/pkgconfig
75 sys-devel/gettext
76 "
77
78 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )