Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: ChangeLog parcellite-0.9.2.ebuild
Date: Wed, 24 Feb 2010 18:40:48
Message-Id: E1NkMA5-0002zM-WB@stork.gentoo.org
1 ssuominen 10/02/24 18:40:41
2
3 Modified: ChangeLog
4 Added: parcellite-0.9.2.ebuild
5 Log:
6 Version bump wrt #306039.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-misc/parcellite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 3 Oct 2009 17:08:25 -0000 1.7
23 +++ ChangeLog 24 Feb 2010 18:40:41 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/parcellite
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.7 2009/10/03 17:08:25 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.8 2010/02/24 18:40:41 ssuominen Exp $
30 +
31 +*parcellite-0.9.2 (24 Feb 2010)
32 +
33 + 24 Feb 2010; Samuli Suominen <ssuominen@g.o>
34 + +parcellite-0.9.2.ebuild:
35 + Version bump wrt #306039.
36
37 03 Oct 2009; Markus Meier <maekke@g.o> parcellite-0.9.1.ebuild:
38 amd64/x86 stable, bug #287314
39
40
41
42 1.1 x11-misc/parcellite/parcellite-0.9.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/parcellite-0.9.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/parcellite-0.9.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: parcellite-0.9.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.2.ebuild,v 1.1 2010/02/24 18:40:41 ssuominen Exp $
52
53 EAPI=2
54 inherit fdo-mime
55
56 DESCRIPTION="A lightweight GTK+ based clipboard manager."
57 HOMEPAGE="http://parcellite.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="nls"
64
65 RDEPEND=">=x11-libs/gtk+-2.10:2
66 >=dev-libs/glib-2.14:2"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 nls? ( sys-devel/gettext
70 dev-util/intltool )"
71
72 src_configure() {
73 econf \
74 --disable-dependency-tracking \
75 $(use_enable nls)
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80 dodoc AUTHORS ChangeLog NEWS README TODO
81 }
82
83 pkg_postinst() {
84 fdo-mime_desktop_database_update
85 }
86
87 pkg_postrm() {
88 fdo-mime_desktop_database_update
89 }