summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2021-02-14 18:42:13 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-02-22 15:46:40 +0200
commit1fb9de30ae9b78710057156f2a6ffab7dad7b92b (patch)
tree1a8f05a082a42c6125b7e667891a43d89587369e /net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild
parentnet-im/bitlbee-facebook: bump to 1.2.2 (diff)
downloadgentoo-1fb9de30ae9b78710057156f2a6ffab7dad7b92b.tar.gz
gentoo-1fb9de30ae9b78710057156f2a6ffab7dad7b92b.tar.bz2
gentoo-1fb9de30ae9b78710057156f2a6ffab7dad7b92b.zip
net-im/bitlbee-facebook: remove old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/19395 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild')
-rw-r--r--net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild
deleted file mode 100644
index 9e788483c50f..000000000000
--- a/net-im/bitlbee-facebook/bitlbee-facebook-1.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2017-2020 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
-}