summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-02 13:22:22 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-02 13:26:11 +0100
commit8bc00401647630565e75ea688ef0985d09af94f8 (patch)
treee29b3e53012468a0b3fcca229f7d45d28214cb20 /x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
parentsci-mathematics/gsl-shell: add version 2.3.2 (diff)
downloadgentoo-8bc00401647630565e75ea688ef0985d09af94f8.tar.gz
gentoo-8bc00401647630565e75ea688ef0985d09af94f8.tar.bz2
gentoo-8bc00401647630565e75ea688ef0985d09af94f8.zip
x11-plugins/purple-facebook: treeclean
Closes: https://bugs.gentoo.org/830331 Closes: https://bugs.gentoo.org/769719 Closes: https://bugs.gentoo.org/773106 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-plugins/purple-facebook/purple-facebook-20170608.ebuild')
-rw-r--r--x11-plugins/purple-facebook/purple-facebook-20170608.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
deleted file mode 100644
index b20d6833e213..000000000000
--- a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PV="0.9.4-c9b74a765767"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/dequis/purple-facebook"
-SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
- net-im/pidgin"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README VERSION )
-
-src_prepare() {
- eautoreconf
- default
-}