* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/
@ 2017-11-26 23:33 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
To: gentoo-commits
commit: f8b21758d84f90e32b42f7cafe9995f8026b5c77
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:14:13 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:31:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b21758
x11-plugins/pidgin-bot-sentry: [QA] Consistent whitespace in metadata.xml
x11-plugins/pidgin-bot-sentry/metadata.xml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/x11-plugins/pidgin-bot-sentry/metadata.xml b/x11-plugins/pidgin-bot-sentry/metadata.xml
index 0171dd0ebc9..fedb7369b09 100644
--- a/x11-plugins/pidgin-bot-sentry/metadata.xml
+++ b/x11-plugins/pidgin-bot-sentry/metadata.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <longdescription lang="en">
- Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM)
- spam. It allows you to ignore IMs unless the sender is in your Buddy List,
- the sender is in your Allow List, or the sender correctly answers a question
- you have predefined.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">pidgin-bs</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <longdescription lang="en">
+ Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM)
+ spam. It allows you to ignore IMs unless the sender is in your Buddy List,
+ the sender is in your Allow List, or the sender correctly answers a question
+ you have predefined.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">pidgin-bs</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/
@ 2021-09-09 7:11 Yixun Lan
0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2021-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 55b1b53d5af8357a0cec04d56395214f4ff671fb
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 06:18:14 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:04:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b1b53d
x11-plugins/pidgin-bot-sentry: keyword ~riscv
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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.ebuild
index 576645b15f0..a7a0b561c70 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.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
IUSE=""
RDEPEND="net-im/pidgin[gtk]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/
@ 2024-04-13 9:31 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-13 9:31 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/
@ 2025-03-22 3:57 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-03-22 3:57 UTC (permalink / raw
To: gentoo-commits
commit: 6f968e998e8f9ebfd7750d967ecc49f4ce9b9660
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 03:56:02 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 03:56:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f968e99
x11-plugins/pidgin-bot-sentry: handle pidgin[gtk] -> pidgin[gui]
Signed-off-by: Sam James <sam <AT> gentoo.org>
...n-bot-sentry-1.3.0-r1.ebuild => pidgin-bot-sentry-1.3.0-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r2.ebuild
similarity index 89%
rename from x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild
rename to x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r2.ebuild
index 59620f315418..97eb80e999b3 100644
--- a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r1.ebuild
+++ b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-RDEPEND="net-im/pidgin[gtk]
+RDEPEND="net-im/pidgin[gui]
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-util/intltool-0.40
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-22 3:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 3:57 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 9:31 Arthur Zamarin
2021-09-09 7:11 Yixun Lan
2017-11-26 23:33 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox