Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-plugins/pidgin-indicator/
Date: Fri, 06 Mar 2020 00:54:28
Message-Id: 1583456023.3be4204def9f6355aa1646a636d0627a53804427.asturm@gentoo
1 commit: 3be4204def9f6355aa1646a636d0627a53804427
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 00:47:44 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 00:53:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be4204d
7
8 x11-plugins/pidgin-indicator: Remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 x11-plugins/pidgin-indicator/Manifest | 1 -
14 x11-plugins/pidgin-indicator/metadata.xml | 8 ------
15 .../pidgin-indicator/pidgin-indicator-1.0.ebuild | 31 ----------------------
16 4 files changed, 41 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index f995c3d75ee..920d58dbc07 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -407,7 +407,6 @@ sys-firmware/iwl6050-ucode
23 # Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
24 dev-libs/libappindicator:2
25 dev-perl/Gtk2-AppIndicator
26 -x11-plugins/pidgin-indicator
27
28 # Michał Górny <mgorny@g.o> (2020-02-05)
29 # Unmaintained. No Python 3 support. Last release ~2014, homepage
30
31 diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest
32 deleted file mode 100644
33 index 3065fae466d..00000000000
34 --- a/x11-plugins/pidgin-indicator/Manifest
35 +++ /dev/null
36 @@ -1 +0,0 @@
37 -DIST pidgin-indicator-1.0.tar.gz 29583 BLAKE2B d39ef5b3ac5da87c736c2e74b7966c7009bacefe770eb833d18a8508b2bc340c5636ee3d9eed88af0ef7f385c2a9b52b16a1c4029e4d6fd35cd6b4e364c94c28 SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102
38
39 diff --git a/x11-plugins/pidgin-indicator/metadata.xml b/x11-plugins/pidgin-indicator/metadata.xml
40 deleted file mode 100644
41 index 9dffad7f043..00000000000
42 --- a/x11-plugins/pidgin-indicator/metadata.xml
43 +++ /dev/null
44 @@ -1,8 +0,0 @@
45 -<?xml version="1.0" encoding="UTF-8"?>
46 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 -<pkgmetadata>
48 - <!-- maintainer-needed -->
49 - <upstream>
50 - <remote-id type="github">philipl/pidgin-indicator</remote-id>
51 - </upstream>
52 -</pkgmetadata>
53
54 diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
55 deleted file mode 100644
56 index ab3ceb77180..00000000000
57 --- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
58 +++ /dev/null
59 @@ -1,31 +0,0 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -inherit autotools
66 -
67 -DESCRIPTION="Indicator plugin for Pidgin"
68 -HOMEPAGE="https://github.com/philipl/pidgin-indicator"
69 -SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~amd64"
74 -IUSE=""
75 -
76 -RDEPEND="dev-libs/glib:2
77 - dev-libs/libappindicator:2
78 - net-im/pidgin[gtk]
79 - x11-libs/gtk+:2"
80 -DEPEND="${RDEPEND}
81 - virtual/pkgconfig"
82 -
83 -src_prepare() {
84 - eautoreconf
85 -}
86 -
87 -src_install() {
88 - default
89 - find "${D}" -name "*.la" -exec rm {} + || die
90 -}