diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-18 17:05:54 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-18 17:05:54 +0200 |
commit | a25c355dfb4e43786ea764d1ea9eb186a649ee83 (patch) | |
tree | e012a72a0fcccee36359247384127c106cc03564 /x11-plugins | |
parent | sci-libs/libcifpp: drop 5.0.5 (diff) | |
download | gentoo-a25c355dfb4e43786ea764d1ea9eb186a649ee83.tar.gz gentoo-a25c355dfb4e43786ea764d1ea9eb186a649ee83.tar.bz2 gentoo-a25c355dfb4e43786ea764d1ea9eb186a649ee83.zip |
x11-plugins/pidgin-indicator: drop 1.0.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild deleted file mode 100644 index 1a903c3269d2..000000000000 --- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools xdg - -DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin" -HOMEPAGE="https://github.com/philipl/pidgin-indicator" -SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~riscv" -IUSE="" - -# No direct gtk3 until pidgin migrates: -# https://github.com/philipl/pidgin-indicator/issues/32 -RDEPEND=" - dev-libs/libappindicator:3 - net-im/pidgin[gtk] - x11-libs/gtk+:2 -" -DEPEND="${RDEPEND} - dev-perl/XML-Parser -" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${P}-appindicator3.patch" -) - -src_prepare() { - xdg_src_prepare - eautoreconf -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die "Pruning failed" -} |