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/parcellite: ChangeLog parcellite-1.1.9.ebuild
Date: Sat, 04 Oct 2014 07:55:14
Message-Id: 20141004075510.3FC3A6EBC@oystercatcher.gentoo.org
1 jer 14/10/04 07:55:10
2
3 Modified: ChangeLog
4 Added: parcellite-1.1.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.38 x11-misc/parcellite/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 10 Aug 2014 20:03:30 -0000 1.37
24 +++ ChangeLog 4 Oct 2014 07:55:10 -0000 1.38
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/parcellite
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.37 2014/08/10 20:03:30 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.38 2014/10/04 07:55:10 jer Exp $
30 +
31 +*parcellite-1.1.9 (04 Oct 2014)
32 +
33 + 04 Oct 2014; Jeroen Roovers <jer@g.o> +parcellite-1.1.9.ebuild:
34 + Version bump.
35
36 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> parcellite-1.1.7.ebuild,
37 parcellite-1.1.8.ebuild:
38
39
40
41 1.1 x11-misc/parcellite/parcellite-1.1.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: parcellite-1.1.9.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild,v 1.1 2014/10/04 07:55:10 jer Exp $
51
52 EAPI=5
53 inherit eutils fdo-mime
54
55 MY_P=${PN}-${PV/_}
56
57 DESCRIPTION="A lightweight GTK+ based clipboard manager"
58 HOMEPAGE="http://parcellite.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="nls"
65
66 RDEPEND=">=dev-libs/glib-2.14
67 >=x11-libs/gtk+-2.10:2"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 nls? (
71 dev-util/intltool
72 sys-devel/gettext
73 )"
74
75 S=${WORKDIR}/${MY_P}
76
77 src_prepare() {
78 sed -i data/${PN}.desktop.in -e 's:Application;::g' || die
79
80 sed -i -e '/^ALL_LINGUAS=/d' configure || die
81 strip-linguas -i po/
82 export ALL_LINGUAS="${LINGUAS}"
83 }
84
85 src_configure() {
86 econf $(use_enable nls)
87 }
88
89 pkg_postinst() {
90 fdo-mime_desktop_database_update
91 }
92
93 pkg_postrm() {
94 fdo-mime_desktop_database_update
95 }