1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-26 00:12:33 +01:00

Removed tlen protocol plugin for Pidgin.

This commit is contained in:
2020-12-14 21:05:47 +01:00
parent 7ade6df4b5
commit 11b22ec955
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +0,0 @@
DIST pidgin-tlen-20090811.tar.gz 38651 RMD160 a53d94aadefa97523f9d253804b8b513a982e695 SHA1 bcc3b3129de69469f3049d46956c9802a45b89fc SHA256 207025250ad8ec0e7c8fa0512ee2f8df71814f34328214a304d8366add26b795
EBUILD pidgin-tlen-20090811.ebuild 588 RMD160 9beee71ea11d1a996c162bdedf70df2e8e9e660a SHA1 47ee36d02627d657d426d2101d205927978b3bec SHA256 b81330bb12f922dbc868660e064e5a1c1cab27e34fc9a7944fb48d9768b0d060

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Tlen.pl support for Pidgin (plugin)"
HOMEPAGE="http://nic.com.pl/~alek/pidgin-tlen"
SRC_URI="http://nic.com.pl/~alek/pidgin-tlen/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=net-im/pidgin-2.5.3"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="README"
src_compile() {
make LOCALBASE="/usr" || die "Compile failed"
}
src_install() {
make install LOCALBASE="/usr" DESTDIR="${D}" || die "Install failed"
dodoc README
}