Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: ChangeLog nautilus-sendto-3.0.1.ebuild nautilus-sendto-3.0.0.ebuild
Date: Wed, 02 Nov 2011 16:39:06
Message-Id: 20111102163852.52BB02004B@flycatcher.gentoo.org
1 tetromino 11/11/02 16:38:52
2
3 Modified: ChangeLog
4 Added: nautilus-sendto-3.0.1.ebuild
5 Removed: nautilus-sendto-3.0.0.ebuild
6 Log:
7 Add 3.0.1 from the gnome overlay. Prevent file collision with nautilus-3, since nautilus-3[sendto] installs its own copy of libnautilus-sendto.so. Drop old.
8
9 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.56 gnome-extra/nautilus-sendto/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.56&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.56&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.55&r2=1.56
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
21 retrieving revision 1.55
22 retrieving revision 1.56
23 diff -u -r1.55 -r1.56
24 --- ChangeLog 18 Aug 2011 04:44:26 -0000 1.55
25 +++ ChangeLog 2 Nov 2011 16:38:52 -0000 1.56
26 @@ -1,6 +1,14 @@
27 # ChangeLog for gnome-extra/nautilus-sendto
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.55 2011/08/18 04:44:26 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.56 2011/11/02 16:38:52 tetromino Exp $
31 +
32 +*nautilus-sendto-3.0.1 (02 Nov 2011)
33 +
34 + 02 Nov 2011; Alexandre Rostovtsev <tetromino@g.o>
35 + -nautilus-sendto-3.0.0.ebuild, +nautilus-sendto-3.0.1.ebuild:
36 + Add 3.0.1 from the gnome overlay. Prevent file collision with nautilus-3,
37 + since nautilus-3[sendto] installs its own copy of libnautilus-sendto.so. Drop
38 + old.
39
40 *nautilus-sendto-3.0.0 (18 Aug 2011)
41
42
43
44
45 1.1 gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: nautilus-sendto-3.0.1.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/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild,v 1.1 2011/11/02 16:38:52 tetromino Exp $
55
56 EAPI="4"
57 GCONF_DEBUG="yes"
58 GNOME2_LA_PUNT="yes"
59
60 inherit eutils gnome2 multilib
61
62 DESCRIPTION="A nautilus extension for sending files to locations"
63 HOMEPAGE="http://www.gnome.org"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
68 IUSE="cdr doc gajim +mail pidgin upnp"
69
70 COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3
71 >=dev-libs/glib-2.25.9:2
72 cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
73 gajim? (
74 net-im/gajim
75 >=dev-libs/dbus-glib-0.60 )
76 mail? ( >=gnome-extra/evolution-data-server-1.5.3 )
77 pidgin? (
78 >=net-im/pidgin-2.0.0
79 >=dev-libs/dbus-glib-0.60 )
80 upnp? ( >=net-libs/gupnp-0.13.0 )"
81 RDEPEND="${COMMON_DEPEND}
82 >=gnome-base/nautilus-2.91.1[sendto]"
83 DEPEND="${COMMON_DEPEND}
84 >=gnome-base/nautilus-2.91.1
85 sys-devel/gettext
86 >=dev-util/pkgconfig-0.19
87 >=dev-util/intltool-0.35
88 doc? ( >=dev-util/gtk-doc-1.9 )"
89 # Needed for eautoreconf
90 # >=gnome-base/gnome-common-0.12
91 # dev-util/gtk-doc-am
92
93 _use_plugin() {
94 if use ${1}; then
95 G2CONF="${G2CONF}${2:-"${1}"},"
96 fi
97 }
98
99 pkg_setup() {
100 DOCS="AUTHORS ChangeLog NEWS README"
101 G2CONF="${G2CONF}
102 --with-plugins=removable-devices,"
103 _use_plugin cdr nautilus-burn
104 _use_plugin mail evolution
105 _use_plugin pidgin
106 _use_plugin gajim
107 _use_plugin upnp
108 }
109
110 src_install() {
111 gnome2_src_install
112
113 # Prevent file collision with nautilus-3 (which installs its own copy of
114 # libnautilus-sendto.so)
115 rm -r "${ED}/usr/$(get_libdir)/nautilus/extensions-"*
116 }