x11-plugins/pidgin-indicator: Remove last-rited package
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Mar 2020 00:47:44 +0000 (01:47 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Mar 2020 00:53:43 +0000 (01:53 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
profiles/package.mask
x11-plugins/pidgin-indicator/Manifest [deleted file]
x11-plugins/pidgin-indicator/metadata.xml [deleted file]
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild [deleted file]

index f995c3d75ee9a0de5bb595ce8952770762731f65..920d58dbc07602659508b64f21231fe29651efcb 100644 (file)
@@ -407,7 +407,6 @@ sys-firmware/iwl6050-ucode
 # Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
 dev-libs/libappindicator:2
 dev-perl/Gtk2-AppIndicator
-x11-plugins/pidgin-indicator
 
 # Michał Górny <mgorny@gentoo.org> (2020-02-05)
 # Unmaintained.  No Python 3 support.  Last release ~2014, homepage
diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest
deleted file mode 100644 (file)
index 3065fae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pidgin-indicator-1.0.tar.gz 29583 BLAKE2B d39ef5b3ac5da87c736c2e74b7966c7009bacefe770eb833d18a8508b2bc340c5636ee3d9eed88af0ef7f385c2a9b52b16a1c4029e4d6fd35cd6b4e364c94c28 SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102
diff --git a/x11-plugins/pidgin-indicator/metadata.xml b/x11-plugins/pidgin-indicator/metadata.xml
deleted file mode 100644 (file)
index 9dffad7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">philipl/pidgin-indicator</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
deleted file mode 100644 (file)
index ab3ceb7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="Indicator plugin for Pidgin"
-HOMEPAGE="https://github.com/philipl/pidgin-indicator"
-SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-       dev-libs/libappindicator:2
-       net-im/pidgin[gtk]
-       x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       eautoreconf
-}
-
-src_install() {
-       default
-       find "${D}" -name "*.la" -exec rm {} + || die
-}