Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
Date: Fri, 29 Dec 2017 21:39:50
Message-Id: 1514583582.7695e6b5d313c5f59171af19c6df4bab4fbd377e.aidecoe@gentoo
1 commit: 7695e6b5d313c5f59171af19c6df4bab4fbd377e
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 21:18:21 2017 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 21:39:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7695e6b5
7
8 net-im/gajim: Remove older testing version
9
10 Package-Manager: Portage-2.3.18, Repoman-2.3.6
11
12 net-im/gajim/Manifest | 1 -
13 net-im/gajim/gajim-0.16.8-r1.ebuild | 126 ------------------------------------
14 2 files changed, 127 deletions(-)
15
16 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
17 index 185779e14e4..7a27b1740ec 100644
18 --- a/net-im/gajim/Manifest
19 +++ b/net-im/gajim/Manifest
20 @@ -1,3 +1,2 @@
21 DIST gajim-0.16.6.tar.bz2 4564505 BLAKE2B 0446d826afc782ceba4fe67d6c7173d60264ec1b5a227f0da62285ea1d083143b4895e4472c2df499de419f9a34c59d9afa1ac2348052defb100438782a3df46 SHA512 6c8c2a38429468a1e6f02aae730ff947c649960e8cc672457c1e1733ab2dad6534b1e5ac2e1c0c385e331a6ba817c6e67c1a27443632b9fd43e7ab76ad66c935
22 -DIST gajim-0.16.8.tar.bz2 4465521 BLAKE2B f3612465ab139c8e8e6101ca6fbaefce93fe2fac0929cb15ae5174b10b195319181cff3c65f3dbe39d09ea79d1c222cf82434ffea946dabd9fc2645a8b889aa9 SHA512 702917f5b81a5009177ad305a65398c3f8fc95e4666dbfb33ef569a7c2a494a8ea7c48133a1f8000337381b29fc63b917103e05f64686affaaedb8aa155ac0e0
23 DIST gajim-0.16.9.tar.bz2 4469275 BLAKE2B 451f09cde9d177932429b9ece900e09c58ac43b5f97cd64cf70e75d13f2261ab52ee35e02e8680c83a5d81d7574bca561532dd1327f1109b0cc872956b1a05f7 SHA512 d8ddae3826bbcd4458b016b3cf6b0472b41db4b9026b300b058d9cef403195e38423ff950fcbf6fed0cdbbb485a274905a9a5945028c4cbb24d1a38c72bf4cbb
24
25 diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild
26 deleted file mode 100644
27 index becda23ca48..00000000000
28 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild
29 +++ /dev/null
30 @@ -1,126 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -PYTHON_REQ_USE="sqlite,xml"
38 -
39 -AUTOTOOLS_AUTORECONF=true
40 -
41 -inherit autotools-utils gnome2-utils python-r1 versionator xdg-utils
42 -
43 -MY_PV=${PV/_/-}
44 -MY_P="${PN}-${MY_PV}"
45 -
46 -DESCRIPTION="Jabber client written in PyGTK"
47 -HOMEPAGE="https://www.gajim.org/"
48 -SRC_URI="
49 - https://www.gajim.org/downloads/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
50 -# test? ( https://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz )"
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
55 -IUSE="crypt dbus gnome gnome-keyring idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf"
56 -
57 -REQUIRED_USE="
58 - ${PYTHON_REQUIRED_USE}
59 - libnotify? ( dbus )
60 - gnome? ( gnome-keyring )
61 - zeroconf? ( dbus )"
62 -
63 -COMMON_DEPEND="
64 - ${PYTHON_DEPS}
65 - dev-python/pygtk:2[${PYTHON_USEDEP}]
66 - x11-libs/gtk+:2"
67 -DEPEND="${COMMON_DEPEND}
68 - >=dev-util/intltool-0.40.1
69 - virtual/pkgconfig
70 - >=sys-devel/gettext-0.17-r1"
71 -RDEPEND="${COMMON_DEPEND}
72 - dev-python/pyasn1[${PYTHON_USEDEP}]
73 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
74 - !>=dev-python/pyopenssl-17.4.0[${PYTHON_USEDEP}]
75 - >=dev-python/python-nbxmpp-0.5.6[${PYTHON_USEDEP}]
76 - crypt? ( >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
77 - dbus? (
78 - dev-python/dbus-python[${PYTHON_USEDEP}]
79 - dev-libs/dbus-glib
80 - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
81 - zeroconf? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
82 - )
83 - gnome? (
84 - dev-python/libgnome-python[${PYTHON_USEDEP}]
85 - dev-python/egg-python[${PYTHON_USEDEP}]
86 - )
87 - gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
88 - idle? ( x11-libs/libXScrnSaver )
89 - jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
90 - networkmanager? (
91 - dev-python/dbus-python[${PYTHON_USEDEP}]
92 - net-misc/networkmanager
93 - )
94 - spell? ( app-text/gtkspell:2 )
95 - srv? (
96 - || (
97 - dev-python/libasyncns-python[${PYTHON_USEDEP}]
98 - net-dns/bind-tools
99 - )
100 - )
101 - xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
102 -
103 -RESTRICT="test"
104 -
105 -S="${WORKDIR}"/${MY_P}
106 -
107 -src_prepare() {
108 - autotools-utils_src_prepare
109 - python_copy_sources
110 -}
111 -
112 -src_configure() {
113 - configuration() {
114 - local myeconfargs=(
115 - $(use_enable nls)
116 - $(use_with X x)
117 - --docdir="/usr/share/doc/${PF}"
118 - --libdir="$(python_get_sitedir)"
119 - --enable-site-packages
120 - )
121 - run_in_build_dir autotools-utils_src_configure
122 - }
123 - python_foreach_impl configuration
124 -}
125 -
126 -src_compile() {
127 - compilation() {
128 - run_in_build_dir autotools-utils_src_compile
129 - }
130 - python_foreach_impl compilation
131 -}
132 -
133 -src_test() {
134 - testing() {
135 - run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die
136 - }
137 - python_foreach_impl testing
138 -}
139 -
140 -src_install() {
141 - installation() {
142 - run_in_build_dir autotools-utils_src_install
143 - python_optimize
144 - }
145 - python_foreach_impl installation
146 -}
147 -
148 -pkg_postinst() {
149 - gnome2_icon_cache_update
150 - xdg_desktop_database_update
151 -}
152 -
153 -pkg_postrm() {
154 - gnome2_icon_cache_update
155 - xdg_desktop_database_update
156 -}