Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: ChangeLog nautilus-sendto-0.14.0.ebuild
Date: Sat, 29 Mar 2008 20:46:12
Message-Id: E1JfhwH-00081Z-3H@stork.gentoo.org
1 compnerd 08/03/29 20:46:09
2
3 Modified: ChangeLog
4 Added: nautilus-sendto-0.14.0.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.22 gnome-extra/nautilus-sendto/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 9 Jan 2008 14:21:32 -0000 1.21
23 +++ ChangeLog 29 Mar 2008 20:46:08 -0000 1.22
24 @@ -1,6 +1,13 @@
25 # ChangeLog for gnome-extra/nautilus-sendto
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.21 2008/01/09 14:21:32 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.22 2008/03/29 20:46:08 compnerd Exp $
29 +
30 +*nautilus-sendto-0.14.0 (29 Mar 2008)
31 +
32 + 29 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
33 + +files/nautilus-sendto-0.14-configure-options.patch,
34 + +nautilus-sendto-0.14.0.ebuild:
35 + Version bump from upstream
36
37 09 Jan 2008; Gilles Dartiguelongue <eva@g.o>
38 nautilus-sendto-0.12-r1.ebuild:
39
40
41
42 1.1 gnome-extra/nautilus-sendto/nautilus-sendto-0.14.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.14.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.14.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nautilus-sendto-0.14.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.14.0.ebuild,v 1.1 2008/03/29 20:46:08 compnerd Exp $
52
53 inherit gnome2 eutils autotools
54
55 DESCRIPTION="A nautilus extension for sending files to locations"
56 HOMEPAGE="http://www.gnome.org"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="bluetooth eds gajim pidgin sylpheed thunderbird"
62
63 RDEPEND=">=x11-libs/gtk+-2.4
64 >=dev-libs/glib-2.6
65 >=gnome-base/libglade-2.5.1
66 >=gnome-base/nautilus-2.14
67 >=gnome-base/gconf-2.13.0
68 >=dev-libs/dbus-glib-0.71
69 bluetooth? ( >=net-wireless/gnome-bluetooth-0.6 )
70 eds? ( >=gnome-extra/evolution-data-server-1.5.3 )
71 gajim? ( net-im/gajim )
72 pidgin? ( >=net-im/pidgin-2.0.0 )
73 sylpheed? (
74 || (
75 mail-client/sylpheed
76 mail-client/claws-mail
77 )
78 )
79 thunderbird? ( mail-client/mozilla-thunderbird )"
80 DEPEND="${RDEPEND}
81 sys-devel/gettext
82 >=gnome-base/gnome-common-0.12
83 >=dev-util/pkgconfig-0.19
84 >=dev-util/intltool-0.35"
85
86 DOCS="AUTHORS ChangeLog NEWS README"
87
88 pkg_setup() {
89 G2CONF="${G2CONF} --disable-gaim
90 $(use_enable bluetooth)
91 $(use_enable eds evolution)
92 $(use_enable pidgin)
93 $(use_enable gajim)
94 $(use_enable sylpheed)
95 $(use_enable thunderbird)"
96 }
97
98 src_unpack() {
99 unpack ${A}
100 cd "${S}"
101
102 # Convert autodetection into hard options
103 epatch "${FILESDIR}"/${PN}-0.14-configure-options.patch
104
105 # Fix plugin versioning for pidgin plugin
106 epatch "${FILESDIR}"/${PN}-0.12-pidgin-plugin-versioning.patch
107
108 eautoreconf
109 intltoolize --force || die "intltoolize force"
110 }
111
112 pkg_postinst() {
113 gnome2_pkg_postinst
114
115 if use pidgin; then
116 elog "To enable SendTo support in pidgin, you must enable the plugin in pidgin"
117 elog "Check Tools -> Preferences -> Plugins in the pidgin menu."
118 fi
119 }
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list