commit: 225ad476d8ef6d273d1d715268ba7458913d9238 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Apr 6 15:44:32 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 09:23:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225ad476
x11-plugins/pidgin-bot-sentry: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36143 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> ...ry-1.3.0.ebuild => pidgin-bot-sentry-1.3.0-r1.ebuild} | 16 +++++++--------- 1 file 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 similarity index 71% rename from x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild rename to 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
