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/seahorse-nautilus: seahorse-nautilus-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:29:18
Message-Id: 20130328172915.655112171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:29:15
2
3 Modified: ChangeLog
4 Added: seahorse-nautilus-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.3 gnome-extra/seahorse-nautilus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 24 Dec 2012 15:45:17 -0000 1.2
24 +++ ChangeLog 28 Mar 2013 17:29:15 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/seahorse-nautilus
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.2 2012/12/24 15:45:17 eva Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.3 2013/03/28 17:29:15 pacho Exp $
31 +
32 +*seahorse-nautilus-3.8.0 (28 Mar 2013)
33 +
34 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +seahorse-nautilus-3.8.0.ebuild:
35 + Version bump for Gnome 3.8
36
37 *seahorse-nautilus-3.6.1 (24 Dec 2012)
38
39 @@ -13,4 +18,3 @@
40 13 May 2012; Alexandre Rostovtsev <tetromino@g.o>
41 +seahorse-nautilus-3.4.0.ebuild, +metadata.xml:
42 Add seahorse plugin for nautilus-3, formerly part of seahorse-plugins.
43 -
44
45
46
47 1.1 gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: seahorse-nautilus-3.8.0.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild,v 1.1 2013/03/28 17:29:15 pacho Exp $
57
58 EAPI="5"
59 GCONF_DEBUG="no" # --disable-debug disables all assertions
60 GNOME2_LA_PUNT="yes"
61
62 inherit gnome2
63
64 DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
65 HOMEPAGE="http://www.gnome.org/projects/seahorse/"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 COMMON_DEPEND="
73 >=app-crypt/gpgme-1.0.0
74 >=app-crypt/gcr-3.4
75 >=dev-libs/dbus-glib-0.35
76 >=dev-libs/glib-2.28:2
77 gnome-base/gnome-keyring
78 >=gnome-base/nautilus-3
79 x11-libs/gtk+:3
80 x11-libs/libcryptui
81 >=x11-libs/libnotify-0.3:=
82 || (
83 =app-crypt/gnupg-1.4*
84 =app-crypt/gnupg-2.0* )"
85 # seahorse-nautilus was formerly part of seahorse-plugins
86 RDEPEND="${COMMON_DEPEND}
87 !app-crypt/seahorse-plugins[nautilus]"
88 DEPEND="${COMMON_DEPEND}
89 >=dev-util/intltool-0.35
90 virtual/pkgconfig
91 "
92
93 src_prepare() {
94 DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
95 # No point in making libnotify optional - nautilus depends on it
96 G2CONF="${G2CONF}
97 --disable-gpg-check
98 --enable-libnotify"
99
100 # Do not let configure mangle CFLAGS
101 sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
102 die "sed failed"
103
104 gnome2_src_prepare
105 }