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: ChangeLog gajim-0.16_alpha2.ebuild
Date: Sun, 28 Jul 2013 12:03:39
Message-Id: 20130728120336.267092171C@flycatcher.gentoo.org
1 jlec 13/07/28 12:03:36
2
3 Modified: ChangeLog
4 Added: gajim-0.16_alpha2.ebuild
5 Log:
6 net-im/gajim: Bump to second alpha
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.187 net-im/gajim/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.187&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.187&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?r1=1.186&r2=1.187
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v
20 retrieving revision 1.186
21 retrieving revision 1.187
22 diff -u -r1.186 -r1.187
23 --- ChangeLog 28 Jul 2013 09:16:02 -0000 1.186
24 +++ ChangeLog 28 Jul 2013 12:03:35 -0000 1.187
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/gajim
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.186 2013/07/28 09:16:02 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.187 2013/07/28 12:03:35 jlec Exp $
30 +
31 +*gajim-0.16_alpha2 (28 Jul 2013)
32 +
33 + 28 Jul 2013; Justin Lecher <jlec@g.o> +gajim-0.16_alpha2.ebuild:
34 + Bump to second alpha
35
36 *gajim-0.16_alpha1 (28 Jul 2013)
37
38
39
40
41 1.1 net-im/gajim/gajim-0.16_alpha2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_alpha2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_alpha2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gajim-0.16_alpha2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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_alpha2.ebuild,v 1.1 2013/07/28 12:03:35 jlec Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python{2_6,2_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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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[${PYTHON_USEDEP}]
92 dev-python/python-nbxmpp[${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
105 dev-python/egg-python
106 )
107 gnome-keyring? ( dev-python/gnome-keyring-python )
108 idle? ( x11-libs/libXScrnSaver )
109 jingle? ( net-libs/farstream:0.1[python] )
110 kde? ( kde-base/kwallet )
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
119 net-dns/bind-tools )
120 )
121 xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
122
123 RESTRICT="test"
124
125 S="${WORKDIR}"/${MY_P}
126
127 src_prepare() {
128 autotools-utils_src_prepare
129 python_copy_sources
130 }
131
132 src_configure() {
133 configuration() {
134 local myeconfargs=(
135 $(use_enable nls)
136 $(use_with X x)
137 --docdir="/usr/share/doc/${PF}"
138 --libdir="$(python_get_sitedir)"
139 --enable-site-packages
140 )
141 run_in_build_dir autotools-utils_src_configure
142 }
143 python_foreach_impl configuration
144 }
145
146 src_compile() {
147 compilation() {
148 run_in_build_dir autotools-utils_src_compile
149 }
150 python_foreach_impl compilation
151 }
152
153 src_test() {
154 testing() {
155 run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die
156 }
157 python_foreach_impl testing
158 }
159
160 src_install() {
161 installation() {
162 run_in_build_dir autotools-utils_src_install
163 python_optimize "${ED}"/$(python_get_sitedir)
164 }
165 python_foreach_impl installation
166
167 rm "${D}/usr/share/doc/${PF}/README.html" || die
168 dohtml README.html
169 }