x11-plugins/pidgin-indicator: remove unused version 0.9.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 16:32:40 +0000 (12:32 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 16:32:40 +0000 (12:32 -0400)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-plugins/pidgin-indicator/Manifest
x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild [deleted file]

index 747c5e7158f9b4382159d3df586a84ad9f15d1b8..f7708eedd11d1b53f84f013f838068bbccb53ad9 100644 (file)
@@ -1,2 +1 @@
-DIST pidgin-indicator-0.9.tar.gz 28350 SHA256 bf7b3c8914a96ef7953adb503b37e0e238682f264a21355fb99e7bf148db6b5c SHA512 bf16a47d44bb184815437c6bc70021777fb8e438838eb916351c59e82879e9bdaebd430ffa77c7d36e6b66d923813bcfb7c17759c8310eb6f9e260def4189ece WHIRLPOOL 29f23d84a327a8f885ef4fa1e64f422bd4b278582601f0d58a564fede66685ed20192453c1018e6ce4b171e5d03b63e00b82014926c03668394805d238f0e475
 DIST pidgin-indicator-1.0.tar.gz 29583 SHA256 6fc6dfe29eb45fd855a4494e46eb83306a296f5225ea5f7c6a12f3ad475b8eae SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102 WHIRLPOOL 193e921caebd98f150279d5a9c2ca272eedf63b4b991fd596f1a282692899cde706f67338eabe7b14d9f453ba9ea8e0f18a4734214f73a8cd0fb884accf154a7
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild
deleted file mode 100644 (file)
index 8946206..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 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
-}