x11-plugins/pidgin-xmpp-receipts: Clean up old
authorHarri Nieminen <moikkis@gmail.com>
Fri, 6 Apr 2018 11:04:16 +0000 (14:04 +0300)
committerJonas Stein <jstein@gentoo.org>
Fri, 6 Apr 2018 21:47:43 +0000 (23:47 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

x11-plugins/pidgin-xmpp-receipts/Manifest
x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild [deleted file]

index 1ffe69a678689332dc4c961a4a4d0aaefa7d09ad..95a4f56556ada9047cfb930d7e8a2caec1661a42 100644 (file)
@@ -1,2 +1 @@
-DIST pidgin-xmpp-receipts-0.6.tar.gz 15946 BLAKE2B e611f2eb5a69db9447f0e14188b624a37d85a24f5e2abdbafe280f3d22b69197daa1bd29dd960317a7d35c0aef8bd03de03d4c542b3191b33cd534b35d23b61b SHA512 160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff
 DIST pidgin-xmpp-receipts-0.8.tar.gz 16021 BLAKE2B ba6eb7cb49ec75981e2c15f8aa471e6169ca4f9e6b03061248ff99669b7e31c838c466b1b476fed20bf3c1321954de13b053bbdd599f1ac4f58defacebabf383 SHA512 04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8
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
deleted file mode 100644 (file)
index 1d538ae..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Implementation of xmpp message delivery receipts (XEP-0184) for Pidgin"
-HOMEPAGE="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents"
-SRC_URI="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents/ckA6jCV5Kr4OkjacwqjQXA/download/ckA6jCV5Kr4OkjacwqjQXA -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_compile() {
-       GTK_PIDGIN_INCLUDES=$(pkg-config --cflags gtk+-2.0 pidgin)
-       $(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
-}
-
-src_install() {
-       PLUGIN_DIR_PIDGIN=$(pkg-config --variable=plugindir pidgin)
-       dodir "${PLUGIN_DIR_PIDGIN}"
-       insinto "${PLUGIN_DIR_PIDGIN}"
-       doins ${PN/pidgin-/}.so
-}