summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-birthday-reminder
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-birthday-reminder')
-rw-r--r--x11-plugins/pidgin-birthday-reminder/Manifest4
-rw-r--r--x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild2
-rw-r--r--x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild32
3 files changed, 2 insertions, 36 deletions
diff --git a/x11-plugins/pidgin-birthday-reminder/Manifest b/x11-plugins/pidgin-birthday-reminder/Manifest
index a8dd21195ff9..f3ca8d880324 100644
--- a/x11-plugins/pidgin-birthday-reminder/Manifest
+++ b/x11-plugins/pidgin-birthday-reminder/Manifest
@@ -1,5 +1,3 @@
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
-EBUILD pidgin-birthday-reminder-1.13.ebuild 858 BLAKE2B 18610e817bcf4c6c8934054b5565d57b0b9254d0a4a6d14e1f814176ea7b25eacb198138d156786e4cf4bff8075141f0be1f43f69400288248e8fb46a34dd6d3 SHA512 54eaedbbcf5e157186beea4eab7efe4a30c2ca7cee800d07d4304495ddc53ee42003949c40189855afe1bbdf44655796dedce2fdd5e8d8dc2b36c4eb245fbf69
-EBUILD pidgin-birthday-reminder-1.7-r1.ebuild 695 BLAKE2B 0622ed8ebe3eb37c1d17162d57c15d4555712f839fd7aa998fd906b4c2c3ff6b4634b727c5ba0ff2c547c1a89bb9516c1ab527bcc60e01ba4f080dfd0458c867 SHA512 4a486329e2ccd8f6a79e1bca22c12a03b7645b6139901c6a5aa65e4d42edd8c40f1234affb4bde9b8853741dfdf8effe574fec55314db43764802930e4322537
+EBUILD pidgin-birthday-reminder-1.13.ebuild 856 BLAKE2B 89c60e32442169c53df0d89fed2a54843f977784f884c4c5cea66b3011a0b20b1da43f90ea58e5545d89f39e62f04d7d98e243a7b8bd695b9f0b4d5e50d55c95 SHA512 ad0d0a76ab4f1c8843338e3cd39211a36219275550fa284fc3ec0f79304c82b90da704bd50edbea893985564e0dc3a01e2a61209d3cd832bc2fa743d66623cac
MISC metadata.xml 417 BLAKE2B affbf9d75c532539089ff900044cafdee2ae9af99efb2968d655683b7a896bb24d32b3334fd0f248717f672dce8b74da8ecb277fb0dd62e483f80ef45c6bfc5e SHA512 7a5599a222ca31952bd8f18b3a1ff3cb332d2bf8977dff95e659a0ab0b00fb568c240c0979927f282a5cfc77428e1bbee93a7206646c324424f97c112d7919de
diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild
index 47ac2a78c511..ce01c806d440 100644
--- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild
+++ b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kgraefe/pidgin-birthday-reminder/releases/download/v
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="static-libs"
RDEPEND="net-im/pidgin:=[gtk]"
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
-}