summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-04-06 17:44:32 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-13 12:23:32 +0300
commit225ad476d8ef6d273d1d715268ba7458913d9238 (patch)
tree8a007f3fa013c9ebd35a366493a52d0391b125bb /x11-plugins/pidgin-bot-sentry
parentdev-libs/libotf: EAPI8 bump (diff)
downloadgentoo-225ad476d8ef6d273d1d715268ba7458913d9238.tar.gz
gentoo-225ad476d8ef6d273d1d715268ba7458913d9238.tar.bz2
gentoo-225ad476d8ef6d273d1d715268ba7458913d9238.zip
x11-plugins/pidgin-bot-sentry: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36143 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-bot-sentry')
-rw-r--r--x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild (renamed from x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild)16
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild
index a7a0b561c70c..7588bf87e5a5 100644
--- a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild
+++ b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild
@@ -1,27 +1,25 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_P="${P#pidgin-}"
DESCRIPTION="Bot Sentry is a Pidgin plugin to prevent Instant Message (IM) spam"
-HOMEPAGE="http://pidgin-bs.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/pidgin-bs/"
SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
RDEPEND="net-im/pidgin[gtk]
x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/intltool-0.40
virtual/pkgconfig"
-S="${WORKDIR}/${MY_P}"
-
src_install() {
default
find "${D}" -name '*.la' -delete || die