From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C8DF139694 for ; Sun, 26 Mar 2017 16:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45B321C038; Sun, 26 Mar 2017 16:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9428121C038 for ; Sun, 26 Mar 2017 16:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF536341664 for ; Sun, 26 Mar 2017 16:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A9570B7 for ; Sun, 26 Mar 2017 16:33:12 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1490545960.d2f6a1fc46b631339c8c04ba73382f9be045eb68.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-indicator/Manifest x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild X-VCS-Directories: x11-plugins/pidgin-indicator/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d2f6a1fc46b631339c8c04ba73382f9be045eb68 X-VCS-Branch: master Date: Sun, 26 Mar 2017 16:33:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8655cdbd-a836-445f-acec-10aaefbb46a1 X-Archives-Hash: a9329bad9a4a132bded927e2e18b8c78 commit: d2f6a1fc46b631339c8c04ba73382f9be045eb68 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Mar 26 16:32:40 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Mar 26 16:32:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6a1fc x11-plugins/pidgin-indicator: remove unused version 0.9. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-plugins/pidgin-indicator/Manifest | 1 - .../pidgin-indicator/pidgin-indicator-0.9.ebuild | 31 ---------------------- 2 files changed, 32 deletions(-) diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest index 747c5e7158f..f7708eedd11 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 89462063b45..00000000000 --- 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 -}