Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/postr: postr-0.13.1.ebuild ChangeLog postr-0.13-r1.ebuild
Date: Tue, 08 Jul 2014 08:59:11
Message-Id: 20140708085907.8776C2004C@flycatcher.gentoo.org
1 pacho 14/07/08 08:59:07
2
3 Modified: ChangeLog
4 Added: postr-0.13.1.ebuild
5 Removed: postr-0.13-r1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.10 media-gfx/postr/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/postr/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/postr/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/postr/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 22 Jun 2014 19:08:19 -0000 1.9
25 +++ ChangeLog 8 Jul 2014 08:59:07 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/postr
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.9 2014/06/22 19:08:19 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.10 2014/07/08 08:59:07 pacho Exp $
31 +
32 +*postr-0.13.1 (08 Jul 2014)
33 +
34 + 08 Jul 2014; Pacho Ramos <pacho@g.o> +postr-0.13.1.ebuild,
35 + -postr-0.13-r1.ebuild:
36 + Version bump, drop old
37
38 *postr-0.13-r1 (22 Jun 2014)
39
40
41
42
43 1.1 media-gfx/postr/postr-0.13.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/postr/postr-0.13.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/postr/postr-0.13.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: postr-0.13.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/postr-0.13.1.ebuild,v 1.1 2014/07/08 08:59:07 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 PYTHON_COMPAT=( python2_7 )
57 PYTHON_REQ_USE="xml"
58
59 inherit eutils gnome2 python-single-r1
60
61 DESCRIPTION="Flickr uploader for GNOME"
62 HOMEPAGE="https://wiki.gnome.org/Apps/Postr"
63
64 LICENSE="GPL-2+ CC-BY-SA-3.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 IUSE=""
69 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
70
71 COMMON_DEPEND="
72 ${PYTHON_DEPS}
73 dev-python/pygtk:2[${PYTHON_USEDEP}]
74 "
75
76 RDEPEND="${COMMON_DEPEND}
77 dev-python/bsddb3[${PYTHON_USEDEP}]
78 dev-python/dbus-python[${PYTHON_USEDEP}]
79 dev-python/gconf-python[${PYTHON_USEDEP}]
80 dev-python/gtkspell-python[${PYTHON_USEDEP}]
81 dev-python/libgnome-python[${PYTHON_USEDEP}]
82 dev-python/pygobject:2[${PYTHON_USEDEP}]
83 dev-python/twisted-core[${PYTHON_USEDEP}]
84 dev-python/twisted-web[${PYTHON_USEDEP}]
85 "
86 DEPEND="${COMMON_DEPEND}
87 app-text/gnome-doc-utils
88 dev-util/intltool
89 sys-devel/gettext
90 virtual/pkgconfig"
91
92 src_prepare() {
93 # Don't check for nautilus-python if we aren't installing the nautilus-2 extension
94 sed -e 's:nautilus-python >= 0.6.1::' -i configure || die
95 gnome2_src_prepare
96 }
97
98 src_configure() {
99 gnome2_src_configure \
100 --with-nautilus-extension-dir="${EPREFIX}"/usr/share/nautilus-python/extensions
101 }
102
103 src_install() {
104 gnome2_src_install
105 python_fix_shebang "${ED}"
106
107 rm -r "${ED}usr/share/nautilus-python" || die
108 }