x11-plugins/pidgin-xmpp-receipts: Clean up old

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Harri Nieminen
2018-04-06 14:04:16 +03:00
committed by Jonas Stein
parent 079f249afb
commit c04e049f45
2 changed files with 0 additions and 32 deletions

View 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

View File

@@ -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
}