commit:     3be4204def9f6355aa1646a636d0627a53804427
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  6 00:47:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 00:53:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be4204d

x11-plugins/pidgin-indicator: Remove last-rited package

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 x11-plugins/pidgin-indicator/Manifest              |  1 -
 x11-plugins/pidgin-indicator/metadata.xml          |  8 ------
 .../pidgin-indicator/pidgin-indicator-1.0.ebuild   | 31 ----------------------
 4 files changed, 41 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f995c3d75ee..920d58dbc07 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <mgo...@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
index 3065fae466d..00000000000
--- a/x11-plugins/pidgin-indicator/Manifest
+++ /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
index 9dffad7f043..00000000000
--- a/x11-plugins/pidgin-indicator/metadata.xml
+++ /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
index ab3ceb77180..00000000000
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
+++ /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
-}

Reply via email to