Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gajim: gajim-0.16.1.ebuild ChangeLog
Date: Sun, 01 Mar 2015 16:02:29
Message-Id: 20150301160224.6F45912D0C@oystercatcher.gentoo.org
1 jlec 15/03/01 16:02:24
2
3 Modified: ChangeLog
4 Added: gajim-0.16.1.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.217 net-im/gajim/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.217&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.217&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?r1=1.216&r2=1.217
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v
20 retrieving revision 1.216
21 retrieving revision 1.217
22 diff -u -r1.216 -r1.217
23 --- ChangeLog 17 Jan 2015 19:58:46 -0000 1.216
24 +++ ChangeLog 1 Mar 2015 16:02:24 -0000 1.217
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/gajim
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.216 2015/01/17 19:58:46 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.217 2015/03/01 16:02:24 jlec Exp $
30 +
31 +*gajim-0.16.1 (01 Mar 2015)
32 +
33 + 01 Mar 2015; Justin Lecher <jlec@g.o> +gajim-0.16.1.ebuild:
34 + Version Bump
35
36 17 Jan 2015; Markus Meier <maekke@g.o> gajim-0.16.ebuild:
37 arm stable, bug #533404
38
39
40
41 1.1 net-im/gajim/gajim-0.16.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gajim-0.16.1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16.1.ebuild,v 1.1 2015/03/01 16:02:24 jlec Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python2_7 )
55 PYTHON_REQ_USE="sqlite,xml"
56
57 AUTOTOOLS_AUTORECONF=true
58
59 inherit autotools-utils python-r1 versionator
60
61 MY_PV=${PV/_/-}
62 MY_P="${PN}-${MY_PV}"
63
64 DESCRIPTION="Jabber client written in PyGTK"
65 HOMEPAGE="http://www.gajim.org/"
66 SRC_URI="
67 http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
68 # test? ( http://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz )"
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
73 IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml"
74
75 REQUIRED_USE="
76 ${PYTHON_REQUIRED_USE}
77 libnotify? ( dbus )
78 avahi? ( dbus )
79 gnome? ( gnome-keyring )"
80
81 COMMON_DEPEND="
82 ${PYTHON_DEPS}
83 dev-python/pygtk:2[${PYTHON_USEDEP}]
84 x11-libs/gtk+:2"
85 DEPEND="${COMMON_DEPEND}
86 >=dev-util/intltool-0.40.1
87 virtual/pkgconfig
88 >=sys-devel/gettext-0.17-r1"
89 RDEPEND="${COMMON_DEPEND}
90 dev-python/pyasn1[${PYTHON_USEDEP}]
91 >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
92 >=dev-python/python-nbxmpp-0.5.1[${PYTHON_USEDEP}]
93 crypt? (
94 app-crypt/gnupg
95 dev-python/pycrypto[${PYTHON_USEDEP}]
96 )
97 dbus? (
98 dev-python/dbus-python[${PYTHON_USEDEP}]
99 dev-libs/dbus-glib
100 libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
101 avahi? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
102 )
103 gnome? (
104 dev-python/libgnome-python[${PYTHON_USEDEP}]
105 dev-python/egg-python[${PYTHON_USEDEP}]
106 )
107 gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
108 idle? ( x11-libs/libXScrnSaver )
109 jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
110 kde? ( kde-base/kwalletmanager )
111 networkmanager? (
112 dev-python/dbus-python[${PYTHON_USEDEP}]
113 net-misc/networkmanager
114 )
115 spell? ( app-text/gtkspell:2 )
116 srv? (
117 || (
118 dev-python/libasyncns-python[${PYTHON_USEDEP}]
119 net-dns/bind-tools
120 )
121 )
122 xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
123
124 RESTRICT="test"
125
126 S="${WORKDIR}"/${MY_P}
127
128 PATCHES=( "${FILESDIR}"/${PN}-0.16-desktop.patch )
129
130 src_prepare() {
131 autotools-utils_src_prepare
132 python_copy_sources
133 }
134
135 src_configure() {
136 configuration() {
137 local myeconfargs=(
138 $(use_enable nls)
139 $(use_with X x)
140 --docdir="/usr/share/doc/${PF}"
141 --libdir="$(python_get_sitedir)"
142 --enable-site-packages
143 )
144 run_in_build_dir autotools-utils_src_configure
145 }
146 python_foreach_impl configuration
147 }
148
149 src_compile() {
150 compilation() {
151 run_in_build_dir autotools-utils_src_compile
152 }
153 python_foreach_impl compilation
154 }
155
156 src_test() {
157 testing() {
158 run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die
159 }
160 python_foreach_impl testing
161 }
162
163 src_install() {
164 installation() {
165 run_in_build_dir autotools-utils_src_install
166 python_optimize
167 }
168 python_foreach_impl installation
169
170 rm "${ED}/usr/share/doc/${PF}/README.html" || die
171 dohtml README.html
172 }