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 D4C6D1382C5 for ; Sun, 18 Mar 2018 12:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11AA7E0814; Sun, 18 Mar 2018 12:08:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFFC8E0814 for ; Sun, 18 Mar 2018 12:08:43 +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 CF041335D62 for ; Sun, 18 Mar 2018 12:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27715239 for ; Sun, 18 Mar 2018 12:08:41 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1521374908.49c577d214a3f527786212dde885448c73433fe1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-birthday-reminder/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild X-VCS-Directories: x11-plugins/pidgin-birthday-reminder/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 49c577d214a3f527786212dde885448c73433fe1 X-VCS-Branch: master Date: Sun, 18 Mar 2018 12:08:41 +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: 70d5df74-b0fc-4b00-bebd-ff0a7efa8115 X-Archives-Hash: a83c46ad35745b400755ff71d60aaa03 commit: 49c577d214a3f527786212dde885448c73433fe1 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 18 12:08:28 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 18 12:08:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c577d2 x11-plugins/pidgin-birthday-reminder: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../pidgin-birthday-reminder-1.7.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild deleted file mode 100644 index 8eff0ad4ea5..00000000000 --- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Plugin for Pidgin that reminds you of your buddies birthdays" -HOMEPAGE="https://launchpad.net/pidgin-birthday-reminder" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="net-im/pidgin[gtk]" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - - if ! use static-libs ; then - find "${D}" -type f -name '*.la' -delete || die "la removal failed" - fi -}