From b1104cc611a03a77e51129752e1144ca0be185aa Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 19 Apr 2024 14:17:57 +0300 Subject: x11-plugins/pidgin-birthday-reminder: drop 1.7-r1, EAPI6-- Closes: https://bugs.gentoo.org/930231 Signed-off-by: Arthur Zamarin --- x11-plugins/pidgin-birthday-reminder/Manifest | 1 - .../pidgin-birthday-reminder-1.7-r1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/pidgin-birthday-reminder/Manifest b/x11-plugins/pidgin-birthday-reminder/Manifest index 3659c47abb78..4d3bf14a37c4 100644 --- a/x11-plugins/pidgin-birthday-reminder/Manifest +++ b/x11-plugins/pidgin-birthday-reminder/Manifest @@ -1,2 +1 @@ DIST pidgin-birthday-reminder-1.13.tar.gz 535270 BLAKE2B a49477046b99b3949e72d120ca4f09164d3b844d15b5232eacf8c076d7e2dca629a391fe6c86d69d15d77996a6c0a32224126115cd799b7d77dc31a46a9bd69d SHA512 c858c99c01c1105074d2ece46b8f6dbbf4045ee34dee046286a64b1886e32df416d844070a061a6fc8841d9e698f7d129fcf0b0079de0b24a5baf9a2f0b90e75 -DIST pidgin-birthday-reminder-1.7.tar.gz 470361 BLAKE2B ea97e495fa04b5a4860b5363034058defcecd0ae7d911ed2f0eb0e56331ece6d66063ae83a2ec0fd346d935a122b35f45818f58755676c7fc598bbd52e5be5be SHA512 1213c193b141f006caf9cfa7b55b052f54f00426414353e758224a1aa35a70436c452b52ea25fa088c346f4f0da25af40b2f4991452a2d3aabf13d40c8438e47 diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild deleted file mode 100644 index e369280cdcdc..000000000000 --- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~riscv 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 -} -- cgit v1.2.3-65-gdbad