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-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
Date: Wed, 01 Sep 2010 15:43:33
Message-Id: 20100901154328.C082D20051@flycatcher.gentoo.org
1 pacho 10/09/01 15:43:28
2
3 Modified: ChangeLog
4 Added: nautilus-sendto-2.28.5.ebuild
5 Log:
6 Version bump with most of fixes already included in 2.28.4-r1 and updated translations. This also fixes important segfaults suffered by me with gnome-bluetooth and empathy plugins (upstream bug #626362).
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 gnome-extra/nautilus-sendto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 7 Aug 2010 17:30:15 -0000 1.40
23 +++ ChangeLog 1 Sep 2010 15:43:28 -0000 1.41
24 @@ -1,6 +1,16 @@
25 # ChangeLog for gnome-extra/nautilus-sendto
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.40 2010/08/07 17:30:15 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.41 2010/09/01 15:43:28 pacho Exp $
29 +
30 +*nautilus-sendto-2.28.5 (01 Sep 2010)
31 +
32 + 01 Sep 2010; Pacho Ramos <pacho@g.o>
33 + +nautilus-sendto-2.28.5.ebuild,
34 + +files/nautilus-sendto-2.28.5-commandline-help.patch,
35 + +files/nautilus-sendto-2.28.5-fix-memleaks.patch:
36 + Version bump with most of fixes already included in 2.28.4-r1 and updated
37 + translations. This also fixes important segfaults suffered by me with
38 + gnome-bluetooth and empathy plugins (upstream bug #626362).
39
40 07 Aug 2010; Raúl Porcel <armin76@g.o>
41 nautilus-sendto-2.28.4-r1.ebuild:
42
43
44
45 1.1 gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.1&content-type=text/plain
49
50 Index: nautilus-sendto-2.28.5.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.1 2010/09/01 15:43:28 pacho Exp $
55
56 EAPI="2"
57
58 inherit gnome2 multilib eutils autotools
59
60 DESCRIPTION="A nautilus extension for sending files to locations"
61 HOMEPAGE="http://www.gnome.org"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
66 IUSE="bluetooth doc gajim cdr pidgin upnp +mail"
67
68 RDEPEND=">=x11-libs/gtk+-2.18
69 >=dev-libs/glib-2.6
70 >=gnome-base/nautilus-2.14
71 >=gnome-base/gconf-2.13.0
72 bluetooth? (
73 || ( >=net-wireless/gnome-bluetooth-2.27
74 >=net-wireless/bluez-gnome-1.8 )
75 >=dev-libs/dbus-glib-0.60 )
76 cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
77 gajim? (
78 net-im/gajim
79 >=dev-libs/dbus-glib-0.60 )
80 mail? ( >=gnome-extra/evolution-data-server-1.5.3 )
81 pidgin? (
82 >=net-im/pidgin-2.0.0
83 >=dev-libs/dbus-glib-0.60 )
84 upnp? ( >=net-libs/gupnp-0.13.0 )"
85 DEPEND="${RDEPEND}
86 sys-devel/gettext
87 >=dev-util/pkgconfig-0.19
88 >=dev-util/intltool-0.35
89 doc? ( >=dev-util/gtk-doc-1.9 )
90 >=gnome-base/gnome-common-0.12
91 dev-util/gtk-doc-am"
92 # Needed for eautoreconf
93 # >=gnome-base/gnome-common-0.12
94 # dev-util/gtk-doc-am
95
96 DOCS="AUTHORS ChangeLog NEWS README"
97
98 _use_plugin() {
99 if use ${1}; then
100 G2CONF="${G2CONF}${2:-"${1}"},"
101 fi
102 }
103
104 pkg_setup() {
105 G2CONF="${G2CONF}
106 --with-plugins=removable-devices,"
107 _use_plugin bluetooth
108 _use_plugin cdr nautilus-burn
109 _use_plugin mail evolution
110 _use_plugin pidgin
111 _use_plugin gajim
112 _use_plugin upnp
113 }
114
115 src_prepare() {
116 gnome2_src_prepare
117
118 # Fix a few memory leaks
119 epatch "${FILESDIR}/${P}-fix-memleaks.patch"
120
121 # Fix command-line help glitch
122 epatch "${FILESDIR}/${P}-commandline-help.patch"
123
124 # Remove plugin to use sendto from Evolution
125 epatch "${FILESDIR}/${PN}-2.28.4-remove-old-evo.patch"
126
127 # Remove Empathy plugin since it now lives in Empathy itself.
128 epatch "${FILESDIR}/${PN}-2.28.4-remove-empathy.patch"
129
130 intltoolize --force --copy --automake || die "intltoolize failed"
131 eautoreconf
132 }
133
134 src_install() {
135 gnome2_src_install
136
137 # Nautilus does not use *.la files
138 find "${D}/usr/$(get_libdir)/nautilus" -name "*.la" -delete \
139 || die "failed to delete *.la files"
140 }