Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/wammu/
Date: Thu, 22 Mar 2018 16:17:47
Message-Id: 1521735453.a3f1469bbf821af3d1de2367d1b87ddb7fb3a202.mgorny@gentoo
1 commit: a3f1469bbf821af3d1de2367d1b87ddb7fb3a202
2 Author: ktrace <coyote <AT> bks <DOT> tv>
3 AuthorDate: Wed Mar 21 12:15:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 16:17:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f1469b
7
8 app-mobilephone/wammu: remove old version 0.40
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-mobilephone/wammu/Manifest | 1 -
13 app-mobilephone/wammu/wammu-0.40.ebuild | 52 ---------------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/app-mobilephone/wammu/Manifest b/app-mobilephone/wammu/Manifest
17 index adb483089ac..3b3e9242d76 100644
18 --- a/app-mobilephone/wammu/Manifest
19 +++ b/app-mobilephone/wammu/Manifest
20 @@ -1,2 +1 @@
21 -DIST wammu-0.40.tar.bz2 687062 BLAKE2B 413736e40bd2a809123e176f2d00042f407c9a8bea0cc9f4a15561b7f96375c30fa1c8fc65ea8613cc7d369df13fa6841f027e69991ba323374b1dc99bf9c86d SHA512 2ed5d5cdd63b3731808c5fa8cc36caf394c4ccf714eb4ef39a25f1e7967d8ccf8b69db5aeff37ff0d1bbf7cefec51fe070a5f0b90d0cb8271f1a3d243eaf06fd
22 DIST wammu-0.43.tar.xz 563832 BLAKE2B 26b075d16d6b26608022eac58260083b7883a3c0b0fe8b73984c625f3ecb2a6ce972cb73bc8e5ebe280726447b6fa188716206f7540a9de42013c221a05589dd SHA512 c8f0aad8d8fc2c852638a77b45d48ba3c512a1e1cf8f8dc54b99a614f7338f366494ef88d786143defd77e55ab9597d9c705569c4e0fceb856f29a05b9c6a843
23
24 diff --git a/app-mobilephone/wammu/wammu-0.40.ebuild b/app-mobilephone/wammu/wammu-0.40.ebuild
25 deleted file mode 100644
26 index 320c41fab71..00000000000
27 --- a/app-mobilephone/wammu/wammu-0.40.ebuild
28 +++ /dev/null
29 @@ -1,52 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Front-end for gammu to access mobile phones easily"
40 -HOMEPAGE="http://www.wammu.eu/"
41 -SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="bluetooth gnome"
47 -
48 -RDEPEND="|| ( ( >=app-mobilephone/gammu-1.36 dev-python/python-gammu )
49 - >=app-mobilephone/gammu-1.25.0[python] )
50 - >=dev-python/wxpython-2.8:*[${PYTHON_USEDEP}]
51 - bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}]
52 - gnome? ( net-wireless/gnome-bluetooth )
53 - )"
54 -DEPEND="${RDEPEND}"
55 -
56 -# Supported languages and translated documentation
57 -MY_AVAILABLE_LINGUAS=" af ar bg bn ca cs da de el en_GB es et fi fr gl he hu id it ko nl pl pt_BR ro ru sk sv sw tr uk zh_CN zh_TW"
58 -
59 -# Required to source locale content out of the box
60 -DISTUTILS_IN_SOURCE_BUILD=1
61 -
62 -src_prepare() {
63 - local lang
64 - for lang in ${MY_AVAILABLE_LINGUAS} ; do
65 - if ! has ${lang} ${LINGUAS-${lang}} ; then
66 - rm -r locale/${lang} || die
67 - fi
68 - done
69 -
70 - distutils-r1_src_prepare
71 -}
72 -
73 -src_compile() {
74 - # SKIPWXCHECK: else 'import wx' results in
75 - # Xlib: connection to ":0.0" refused by server
76 - SKIPWXCHECK=yes distutils-r1_src_compile
77 -}
78 -
79 -src_install() {
80 - SKIPWXCHECK=yes distutils-r1_src_install
81 -}