commit:     a25c355dfb4e43786ea764d1ea9eb186a649ee83
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 15:05:54 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 15:05:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25c355d

x11-plugins/pidgin-indicator: drop 1.0.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 44 ----------------------
 1 file changed, 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"
-}

Reply via email to