diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 12:32:40 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 12:32:40 -0400 |
commit | d2f6a1fc46b631339c8c04ba73382f9be045eb68 (patch) | |
tree | b1f3280676a124ff65632c42f581be69737d240c /x11-plugins/pidgin-indicator | |
parent | sys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff) | |
download | gentoo-d2f6a1fc46b631339c8c04ba73382f9be045eb68.tar.gz gentoo-d2f6a1fc46b631339c8c04ba73382f9be045eb68.tar.bz2 gentoo-d2f6a1fc46b631339c8c04ba73382f9be045eb68.zip |
x11-plugins/pidgin-indicator: remove unused version 0.9.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-plugins/pidgin-indicator')
-rw-r--r-- | x11-plugins/pidgin-indicator/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest index 747c5e7158f9..f7708eedd11d 100644 --- a/x11-plugins/pidgin-indicator/Manifest +++ b/x11-plugins/pidgin-indicator/Manifest @@ -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 index 89462063b45e..000000000000 --- a/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild +++ /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 -} |