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.2.ebuild
Date: Mon, 24 Feb 2014 00:41:59
Message-Id: 20140224004156.4F3102004C@flycatcher.gentoo.org
1 jer 14/02/24 00:41:56
2
3 Modified: ChangeLog
4 Added: xpad-4.2.ebuild
5 Log:
6 Version bump (bug #492300).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.79 x11-misc/xpad/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 22 Nov 2013 13:49:55 -0000 1.78
24 +++ ChangeLog 24 Feb 2014 00:41:56 -0000 1.79
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/xpad
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.78 2013/11/22 13:49:55 jer Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.79 2014/02/24 00:41:56 jer Exp $
31 +
32 +*xpad-4.2 (24 Feb 2014)
33 +
34 + 24 Feb 2014; Jeroen Roovers <jer@g.o> +xpad-4.2.ebuild:
35 + Version bump (bug #492300).
36
37 22 Nov 2013; Jeroen Roovers <jer@g.o> -xpad-4.0.ebuild,
38 xpad-4.1.ebuild:
39
40
41
42 1.1 x11-misc/xpad/xpad-4.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/xpad-4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/xpad-4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xpad-4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.2.ebuild,v 1.1 2014/02/24 00:41:56 jer Exp $
52
53 EAPI=5
54 inherit eutils
55
56 DESCRIPTION="a sticky note application for jotting down things to remember"
57 HOMEPAGE="http://mterry.name/xpad"
58 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND="
66 >=x11-libs/gtk+-2.12:2
67 >=dev-libs/glib-2.38:2
68 x11-libs/libICE
69 x11-libs/libSM
70 x11-libs/pango
71 "
72 DEPEND="
73 ${RDEPEND}
74 >=dev-util/intltool-0.31
75 virtual/pkgconfig
76 sys-devel/gettext
77 "
78
79 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )