Gentoo Archives: gentoo-commits

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