Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: parcellite-1.0.2_rc4.ebuild ChangeLog parcellite-1.0.2_rc2.ebuild parcellite-1.0.2_rc3.ebuild
Date: Tue, 06 Sep 2011 08:14:45
Message-Id: 20110906081431.D79352004C@flycatcher.gentoo.org
1 hwoarang 11/09/06 08:14:31
2
3 Modified: ChangeLog
4 Added: parcellite-1.0.2_rc4.ebuild
5 Removed: parcellite-1.0.2_rc2.ebuild
6 parcellite-1.0.2_rc3.ebuild
7 Log:
8 Version bump
9
10 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.15 x11-misc/parcellite/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.15&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.15&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.14&r2=1.15
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
22 retrieving revision 1.14
23 retrieving revision 1.15
24 diff -u -r1.14 -r1.15
25 --- ChangeLog 8 Aug 2011 18:52:53 -0000 1.14
26 +++ ChangeLog 6 Sep 2011 08:14:31 -0000 1.15
27 @@ -1,6 +1,13 @@
28 # ChangeLog for x11-misc/parcellite
29 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.14 2011/08/08 18:52:53 hwoarang Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.15 2011/09/06 08:14:31 hwoarang Exp $
32 +
33 +*parcellite-1.0.2_rc4 (06 Sep 2011)
34 +
35 + 06 Sep 2011; Markos Chandras <hwoarang@g.o>
36 + -parcellite-1.0.2_rc2.ebuild, -parcellite-1.0.2_rc3.ebuild,
37 + +parcellite-1.0.2_rc4.ebuild:
38 + Version bump
39
40 *parcellite-1.0.2_rc3 (08 Aug 2011)
41
42
43
44
45 1.1 x11-misc/parcellite/parcellite-1.0.2_rc4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: parcellite-1.0.2_rc4.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc4.ebuild,v 1.1 2011/09/06 08:14:31 hwoarang Exp $
55
56 EAPI=4
57 inherit fdo-mime autotools
58
59 MY_PV="${PV/_/}"
60 MY_P="${PN}-${MY_PV}"
61
62 DESCRIPTION="A lightweight GTK+ based clipboard manager."
63 HOMEPAGE="http://parcellite.sourceforge.net/"
64 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
65
66 LICENSE="GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="nls"
70
71 RDEPEND=">=x11-libs/gtk+-2.10:2
72 >=dev-libs/glib-2.14:2"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 nls? ( sys-devel/gettext
76 dev-util/intltool )"
77
78 S="${WORKDIR}"/${MY_P}
79
80 src_prepare() {
81 eautoreconf
82 }
83
84 src_configure() {
85 econf \
86 --disable-dependency-tracking \
87 $(use_enable nls)
88 }
89
90 pkg_postinst() {
91 fdo-mime_desktop_database_update
92 }
93
94 pkg_postrm() {
95 fdo-mime_desktop_database_update
96 }