summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2018-04-06 14:04:16 +0300
committerJonas Stein <jstein@gentoo.org>2018-04-06 23:47:43 +0200
commitc04e049f45a7359f4feba32c72acb4b2d1814bd3 (patch)
tree6c201337090012521785192deea81d11d6d3ca78 /x11-plugins/pidgin-xmpp-receipts
parentapp-text/rnv: Clean up old (diff)
downloadgentoo-c04e049f45a7359f4feba32c72acb4b2d1814bd3.tar.gz
gentoo-c04e049f45a7359f4feba32c72acb4b2d1814bd3.tar.bz2
gentoo-c04e049f45a7359f4feba32c72acb4b2d1814bd3.zip
x11-plugins/pidgin-xmpp-receipts: Clean up old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-plugins/pidgin-xmpp-receipts')
-rw-r--r--x11-plugins/pidgin-xmpp-receipts/Manifest1
-rw-r--r--x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/pidgin-xmpp-receipts/Manifest b/x11-plugins/pidgin-xmpp-receipts/Manifest
index 1ffe69a67868..95a4f56556ad 100644
--- a/x11-plugins/pidgin-xmpp-receipts/Manifest
+++ b/x11-plugins/pidgin-xmpp-receipts/Manifest
@@ -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
index 1d538ae464f0..000000000000
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild
+++ /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
-}