summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-04 12:52:17 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-04 12:52:17 +0200
commit90679243a30a602aefd9fc2253704c866564cb67 (patch)
tree751f432050fbf5ac877975b803f7525d34183cf5 /net-im
parentapp-misc/vifm: drop 0.11, 0.12 (diff)
downloadgentoo-90679243a30a602aefd9fc2253704c866564cb67.tar.gz
gentoo-90679243a30a602aefd9fc2253704c866564cb67.tar.bz2
gentoo-90679243a30a602aefd9fc2253704c866564cb67.zip
net-im/bitlbee-facebook: drop 1.2.2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/bitlbee-facebook/bitlbee-facebook-1.2.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-1.2.2.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-1.2.2.ebuild
deleted file mode 100644
index f220232e1764..000000000000
--- a/net-im/bitlbee-facebook/bitlbee-facebook-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2017-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Facebook protocol plugin for BitlBee"
-HOMEPAGE="https://github.com/bitlbee/bitlbee-facebook"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-facebook"
-else
- SRC_URI="https://github.com/bitlbee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- >=net-im/bitlbee-3[plugins]"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/glib-utils
- virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}