* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2021-09-09 7:11 Yixun Lan
0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 762eca4d1f5a42ecbdff5b17f4667f368c0e28f5
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 06:28:54 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:04:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762eca4d
x11-plugins/pidgin-libnotify: keyword ~riscv
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild
index 17b95492ef4..d433f1a15a1 100644
--- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild
+++ b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.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
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
IUSE="nls debug"
RDEPEND=">=x11-libs/libnotify-0.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-02-25 11:37 Andreas Schuerch
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schuerch @ 2024-02-25 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 2dc060c1f907e35648bacaafd25e6221ddd90bc9
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 11:35:41 2024 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 11:37:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc060c1
x11-plugins/pidgin-libnotify: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>
.../pidgin-libnotify-0.14-r2.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
new file mode 100644
index 000000000000..355ebc642121
--- /dev/null
+++ b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Pidgin-libnotify provides popups for pidgin via a libnotify interface"
+HOMEPAGE="https://gaim-libnotify.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
+ mirror://debian/pool/main/p/${PN}/${PN}_${PV}-4.debian.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE="nls debug"
+
+RDEPEND=">=x11-libs/libnotify-0.3.2
+ net-im/pidgin[gtk]
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${WORKDIR}/debian/patches"
+ "${FILESDIR}/${P}-libnotify-0.7.patch"
+)
+
+src_prepare() {
+ default
+ sed -i -e '/CFLAGS/s:-g3::' configure || die "sed failed"
+}
+
+src_configure() {
+ econf \
+ --disable-static \
+ $(use_enable debug) \
+ $(use_enable nls)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die "Pruning failed"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-02-25 11:39 Andreas Schuerch
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schuerch @ 2024-02-25 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 8417eefe85dc7b0bf7bc295e1526698d96624880
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 11:38:48 2024 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 11:38:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8417eefe
x11-plugins/pidgin-libnotify: add myself as a maintainer
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>
x11-plugins/pidgin-libnotify/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-libnotify/metadata.xml b/x11-plugins/pidgin-libnotify/metadata.xml
index d2ead32ea16b..caaf7205d7df 100644
--- a/x11-plugins/pidgin-libnotify/metadata.xml
+++ b/x11-plugins/pidgin-libnotify/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>nativemad@gentoo.org</email>
+ <name>Andreas Schuerch</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">gaim-libnotify</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-04-19 10:28 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-04-19 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 93cfed287d7b65c943712659ecd7b1de3847a540
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:28:23 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:28:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cfed28
x11-plugins/pidgin-libnotify: Stabilize 0.14-r2 amd64, #930229
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
index 355ebc642121..91cca8c33005 100644
--- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
+++ b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
IUSE="nls debug"
RDEPEND=">=x11-libs/libnotify-0.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-04-19 10:46 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-04-19 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 09ea88a523ca50385c5eb70c4f28d8766f5a7487
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:45:44 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:45:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ea88a5
x11-plugins/pidgin-libnotify: Stabilize 0.14-r2 x86, #930229
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
index 91cca8c33005..ff1d02dbb9d5 100644
--- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
+++ b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv x86"
IUSE="nls debug"
RDEPEND=">=x11-libs/libnotify-0.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-04-19 10:51 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-04-19 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 09729be390f3a5175331acb38ca916e3b4e1b385
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:51:45 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:51:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09729be3
x11-plugins/pidgin-libnotify: Stabilize 0.14-r2 ppc, #930229
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
index ff1d02dbb9d5..1fe661eb8869 100644
--- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
+++ b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ppc ~riscv x86"
IUSE="nls debug"
RDEPEND=">=x11-libs/libnotify-0.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/
@ 2024-04-19 11:19 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-04-19 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 468cf7a650ee1eb62b4b727a2f43d830ea4b59f7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:18:40 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:18:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468cf7a6
x11-plugins/pidgin-libnotify: drop 0.14-r1, EAPI6--
Closes: https://bugs.gentoo.org/930229
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../pidgin-libnotify-0.14-r1.ebuild | 42 ----------------------
1 file changed, 42 deletions(-)
diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild
deleted file mode 100644
index d433f1a15a12..000000000000
--- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface"
-HOMEPAGE="http://gaim-libnotify.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz
- mirror://debian/pool/main/p/${PN}/${PN}_${PV}-4.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86"
-IUSE="nls debug"
-
-RDEPEND=">=x11-libs/libnotify-0.3.2
- net-im/pidgin[gtk]
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${WORKDIR}/debian/patches"
- "${FILESDIR}/${P}-libnotify-0.7.patch"
-)
-
-src_prepare() {
- default
- sed -i -e '/CFLAGS/s:-g3::' configure || die "sed failed"
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable debug) \
- $(use_enable nls)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die "Pruning failed"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-19 11:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 11:39 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/ Andreas Schuerch
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 11:19 Arthur Zamarin
2024-04-19 10:51 Arthur Zamarin
2024-04-19 10:46 Sam James
2024-04-19 10:28 Arthur Zamarin
2024-02-25 11:37 Andreas Schuerch
2021-09-09 7:11 Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox