Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
Date: Fri, 06 Apr 2018 21:48:46
Message-Id: 1523051263.c04e049f45a7359f4feba32c72acb4b2d1814bd3.jstein@gentoo
1 commit: c04e049f45a7359f4feba32c72acb4b2d1814bd3
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 11:04:16 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 21:47:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04e049f
7
8 x11-plugins/pidgin-xmpp-receipts: Clean up old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-plugins/pidgin-xmpp-receipts/Manifest | 1 -
13 .../pidgin-xmpp-receipts-0.6.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-xmpp-receipts/Manifest b/x11-plugins/pidgin-xmpp-receipts/Manifest
17 index 1ffe69a6786..95a4f56556a 100644
18 --- a/x11-plugins/pidgin-xmpp-receipts/Manifest
19 +++ b/x11-plugins/pidgin-xmpp-receipts/Manifest
20 @@ -1,2 +1 @@
21 -DIST pidgin-xmpp-receipts-0.6.tar.gz 15946 BLAKE2B e611f2eb5a69db9447f0e14188b624a37d85a24f5e2abdbafe280f3d22b69197daa1bd29dd960317a7d35c0aef8bd03de03d4c542b3191b33cd534b35d23b61b SHA512 160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff
22 DIST pidgin-xmpp-receipts-0.8.tar.gz 16021 BLAKE2B ba6eb7cb49ec75981e2c15f8aa471e6169ca4f9e6b03061248ff99669b7e31c838c466b1b476fed20bf3c1321954de13b053bbdd599f1ac4f58defacebabf383 SHA512 04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8
23
24 diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild
25 deleted file mode 100644
26 index 1d538ae464f..00000000000
27 --- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="Implementation of xmpp message delivery receipts (XEP-0184) for Pidgin"
38 -HOMEPAGE="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents"
39 -SRC_URI="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents/ckA6jCV5Kr4OkjacwqjQXA/download/ckA6jCV5Kr4OkjacwqjQXA -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64"
44 -IUSE=""
45 -
46 -RDEPEND="net-im/pidgin[gtk]"
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig"
49 -
50 -src_compile() {
51 - GTK_PIDGIN_INCLUDES=$(pkg-config --cflags gtk+-2.0 pidgin)
52 - $(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
53 -}
54 -
55 -src_install() {
56 - PLUGIN_DIR_PIDGIN=$(pkg-config --variable=plugindir pidgin)
57 - dodir "${PLUGIN_DIR_PIDGIN}"
58 - insinto "${PLUGIN_DIR_PIDGIN}"
59 - doins ${PN/pidgin-/}.so
60 -}