Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-actions: nautilus-actions-3.2.3.ebuild ChangeLog
Date: Sun, 09 Feb 2014 12:28:51
Message-Id: 20140209122848.567AE2004C@flycatcher.gentoo.org
1 pacho 14/02/09 12:28:48
2
3 Modified: ChangeLog
4 Added: nautilus-actions-3.2.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.5 gnome-extra/nautilus-actions/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 8 Dec 2013 18:55:52 -0000 1.4
24 +++ ChangeLog 9 Feb 2014 12:28:48 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/nautilus-actions
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog,v 1.4 2013/12/08 18:55:52 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog,v 1.5 2014/02/09 12:28:48 pacho Exp $
31 +
32 +*nautilus-actions-3.2.3 (09 Feb 2014)
33 +
34 + 09 Feb 2014; Pacho Ramos <pacho@g.o> +nautilus-actions-3.2.3.ebuild:
35 + Version bump
36
37 08 Dec 2013; Pacho Ramos <pacho@g.o>
38 nautilus-actions-3.2.2-r200.ebuild, nautilus-actions-3.2.2-r300.ebuild:
39
40
41
42 1.1 gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nautilus-actions-3.2.3.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/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild,v 1.1 2014/02/09 12:28:48 pacho Exp $
52
53 EAPI=5
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Configures programs to be launched when files are selected in Nautilus"
60 HOMEPAGE="http://www.nautilus-actions.org/ https://git.gnome.org/browse/nautilus-actions/"
61
62 LICENSE="GPL-2 FDL-1.3"
63 SLOT="3"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="
68 >=dev-libs/glib-2.30:2
69 >=dev-libs/libxml2-2.6:2
70 dev-libs/libunique:3
71 >=gnome-base/libgtop-2.23.1:2
72 >=gnome-base/nautilus-3
73 sys-apps/util-linux
74 x11-libs/gdk-pixbuf:2
75 x11-libs/gtk+:3
76 x11-libs/libICE
77 >=x11-libs/libSM-1
78
79 !gnome-extra/nautilus-actions:2
80 "
81 DEPEND="${RDEPEND}
82 dev-util/gdbus-codegen
83 >=dev-util/intltool-0.35.5
84 virtual/pkgconfig
85 "
86
87 src_prepare() {
88 # install docs in /usr/share/doc/${PF}, not ${P}
89 sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \
90 Makefile.{am,in} \
91 docs/Makefile.{am,in} \
92 docs/nact/Makefile.{am,in} || die
93 gnome2_src_prepare
94 }
95
96 src_configure() {
97 gnome2_src_configure \
98 --enable-deprecated \
99 --disable-gconf \
100 --with-gtk=3
101 }
102
103 src_install() {
104 gnome2_src_install
105 # Do not install COPYING
106 rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die
107 }