Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/vacuum/
Date: Sun, 18 Jun 2017 12:52:01
Message-Id: 1497789514.dd2776e16ec4ffc5a598563a2b8364e3d1829bc8.asturm@gentoo
1 commit: dd2776e16ec4ffc5a598563a2b8364e3d1829bc8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 12:33:46 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:38:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2776e1
7
8 net-im/vacuum: Drop old
9
10 Gentoo-bug: 620724
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.1
13
14 net-im/vacuum/Manifest | 1 -
15 net-im/vacuum/vacuum-1.2.4.ebuild | 81 ---------------------------------------
16 2 files changed, 82 deletions(-)
17
18 diff --git a/net-im/vacuum/Manifest b/net-im/vacuum/Manifest
19 index e73dfac4180..98eda3111c6 100644
20 --- a/net-im/vacuum/Manifest
21 +++ b/net-im/vacuum/Manifest
22 @@ -1,2 +1 @@
23 -DIST vacuum-1.2.4.tar.xz 1617896 SHA256 3926df88b6c4c3f93453ed7cbf8d8030aaa3e9a4afe3b5a82d497cdd207ef1ce SHA512 7129ff00e0b13fb5e892540c14925bfbc27b7ad826990eda1aaa5dd0b772dfb1f734b5a5f978c42700273366b7ca0f75c2c79ab94e2ae538793e08dbd80ffd34 WHIRLPOOL aa14783f1dc739fb9f521175cac80ffab2bd2bbc8fd7b57aebfe83c87a535fab930e2bc896f7fad914915e1de54bb6dd437d44a9adb9fb6ba7debc28e397730f
24 DIST vacuum-1.2.5.tar.gz 2242073 SHA256 3237933f68884fb5b3422ad0fc97083b40a7aae9d8c105a23720c09599ffe5da SHA512 85e36ed312beb59b667f376d45511f3c9414ba8165746cc1da15992eac4716995aa01da505a2f2dd58c8d64822f25c9106691be26a534e01a21f0201049300fc WHIRLPOOL 474930024e8a3a7d501f4dc48ec0919c2dfc73021fb4fee589de5a9986f3598442dbc74bb08d8364223f8c637fb68341cd3b859864afff4c9bc7c8bcdcd05ff5
25
26 diff --git a/net-im/vacuum/vacuum-1.2.4.ebuild b/net-im/vacuum/vacuum-1.2.4.ebuild
27 deleted file mode 100644
28 index 1c63b62b85e..00000000000
29 --- a/net-im/vacuum/vacuum-1.2.4.ebuild
30 +++ /dev/null
31 @@ -1,81 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -LANGS="de pl ru uk"
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="Qt4 Crossplatform Jabber client"
41 -HOMEPAGE="https://code.google.com/p/vacuum-im"
42 -SRC_URI="https://googledrive.com/host/0B7A5K_290X8-NE5nLUx5Yl9BTkk/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0/1.17" # subslot = libvacuumutils soname version
46 -KEYWORDS="~amd64 ~x86"
47 -PLUGINS=" adiummessagestyle annotations autostatus avatars birthdayreminder bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filemessagearchive filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rosteritemexchange rostersearch servermessagearchive servicediscovery sessionnegotiation shortcutmanager socksstreams urlprocessor vcard xmppuriqueries"
48 -IUSE="${PLUGINS// / +}"
49 -for x in ${LANGS}; do
50 - IUSE+=" linguas_${x}"
51 -done
52 -
53 -REQUIRED_USE="
54 - annotations? ( privatestorage )
55 - avatars? ( vcard )
56 - birthdayreminder? ( vcard )
57 - bookmarks? ( privatestorage )
58 - captchaforms? ( dataforms )
59 - commands? ( dataforms )
60 - datastreamsmanager? ( dataforms )
61 - filemessagearchive? ( messagearchiver )
62 - filestreamsmanager? ( datastreamsmanager )
63 - filetransfer? ( filestreamsmanager datastreamsmanager )
64 - pepmanager? ( servicediscovery )
65 - registration? ( dataforms )
66 - remotecontrol? ( commands dataforms )
67 - servermessagearchive? ( messagearchiver )
68 - sessionnegotiation? ( dataforms )
69 -"
70 -
71 -RDEPEND="
72 - dev-qt/qtcore:4[ssl]
73 - dev-qt/qtgui:4
74 - dev-qt/qtlockedfile[qt4(+)]
75 - dev-libs/openssl:0
76 - adiummessagestyle? ( dev-qt/qtwebkit:4 )
77 - net-dns/libidn
78 - x11-libs/libXScrnSaver
79 - sys-libs/zlib[minizip]
80 -"
81 -DEPEND="${RDEPEND}"
82 -
83 -DOCS="AUTHORS CHANGELOG README TRANSLATORS"
84 -
85 -src_prepare() {
86 - epatch "${FILESDIR}"/${P}-gcc6-not-string-literals.patch
87 -
88 - # Force usage of system libraries
89 - rm -rf src/thirdparty/{idn,minizip,zlib}
90 -}
91 -
92 -src_configure() {
93 - # linguas
94 - local langs="none;" x
95 - for x in ${LANGS}; do
96 - use linguas_${x} && langs+="${x};"
97 - done
98 -
99 - local mycmakeargs=(
100 - -DINSTALL_LIB_DIR="$(get_libdir)"
101 - -DINSTALL_SDK=ON
102 - -DLANGS="${langs}"
103 - -DINSTALL_DOCS=OFF
104 - -DFORCE_BUNDLED_MINIZIP=OFF
105 - )
106 -
107 - for x in ${PLUGINS}; do
108 - mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
109 - done
110 -
111 - cmake-utils_src_configure
112 -}