* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2017-06-06 21:32 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-06-06 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 70e472c4b06ac7d705f9ce33f2dae7189032613d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 21:31:47 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 21:31:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e472c4
x11-plugins/pidgin-xmpp-receipts: Version bump to 0.8
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-plugins/pidgin-xmpp-receipts/Manifest | 1 +
.../pidgin-xmpp-receipts-0.8.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/x11-plugins/pidgin-xmpp-receipts/Manifest b/x11-plugins/pidgin-xmpp-receipts/Manifest
index 217e00f333a..47d6c29fb11 100644
--- a/x11-plugins/pidgin-xmpp-receipts/Manifest
+++ b/x11-plugins/pidgin-xmpp-receipts/Manifest
@@ -1 +1,2 @@
DIST pidgin-xmpp-receipts-0.6.tar.gz 15946 SHA256 a7aa5ab7375dc996d769dd83fdf6f7c68ac6ef9fd25cfb04eb7bf2becd381174 SHA512 160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff WHIRLPOOL 00349394518cb44d3a25c0ed66b0e0446ca9bdeddb68b818e1c4b493e38ee22a550d27e4a9170360f73c9ec449a8602c2ab2a0f451411862e32cd33d8782a94f
+DIST pidgin-xmpp-receipts-0.8.tar.gz 16021 SHA256 0bceff237c6eb23e0564f7560d0ff491b37c01c8f6e3a3a7d8c4fdd6781d6524 SHA512 04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8 WHIRLPOOL 72423367225e4a80b16d6bea776ce411324b888f1a77e49e2a4e7a12d92662071a9d8f7bd12d6b2292ee6fc54bbae4aa9837bab14d40ec18f2e624a1e651882e
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
new file mode 100644
index 00000000000..ecb5f4ae29f
--- /dev/null
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vcs-snapshot toolchain-funcs
+
+DESCRIPTION="Implementation of xmpp message delivery receipts (XEP-0184) for Pidgin"
+HOMEPAGE="https://github.com/noonien-d/pidgin-xmpp-receipts"
+SRC_URI="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="net-im/pidgin[gtk]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_compile() {
+ GTK_PIDGIN_INCLUDES=$(pkg-config --cflags gtk+-2.0 pidgin)
+ $(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
+}
+
+src_install() {
+ PLUGIN_DIR_PIDGIN=$(pkg-config --variable=plugindir pidgin)
+ dodir "${PLUGIN_DIR_PIDGIN}"
+ insinto "${PLUGIN_DIR_PIDGIN}"
+ doins ${PN/pidgin-/}.so
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2017-07-23 11:47 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-07-23 11:47 UTC (permalink / raw
To: gentoo-commits
commit: f406cdc00256a396a7ec20997ca43977ad8a65b2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 11:46:20 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 11:46:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f406cdc0
x11-plugins/pidgin-xmpp-receipts: Drop myself as maintainer
Package-Manager: Portage-2.3.6, Repoman-2.3.3
x11-plugins/pidgin-xmpp-receipts/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/metadata.xml b/x11-plugins/pidgin-xmpp-receipts/metadata.xml
index 97df2a00971..1b2becffa26 100644
--- a/x11-plugins/pidgin-xmpp-receipts/metadata.xml
+++ b/x11-plugins/pidgin-xmpp-receipts/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2018-04-03 9:34 Jason Zaman
0 siblings, 0 replies; 8+ messages in thread
From: Jason Zaman @ 2018-04-03 9:34 UTC (permalink / raw
To: gentoo-commits
commit: db26daa9b897e554680bff36df0192e768f3b0f7
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 08:14:40 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 08:50:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db26daa9
x11-plugins/pidgin-xmpp-receipts: amd64 stable
Gentoo-bug: 651706
Package-Manager: Portage-2.3.24, Repoman-2.3.6
x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
index ecb5f4ae29f..601b7d04adf 100644
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
RDEPEND="net-im/pidgin[gtk]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2018-04-06 21:48 Jonas Stein
0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2018-04-06 21:48 UTC (permalink / raw
To: gentoo-commits
commit: c04e049f45a7359f4feba32c72acb4b2d1814bd3
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 11:04:16 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 21:47:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04e049f
x11-plugins/pidgin-xmpp-receipts: Clean up old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
x11-plugins/pidgin-xmpp-receipts/Manifest | 1 -
.../pidgin-xmpp-receipts-0.6.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/Manifest b/x11-plugins/pidgin-xmpp-receipts/Manifest
index 1ffe69a6786..95a4f56556a 100644
--- a/x11-plugins/pidgin-xmpp-receipts/Manifest
+++ b/x11-plugins/pidgin-xmpp-receipts/Manifest
@@ -1,2 +1 @@
-DIST pidgin-xmpp-receipts-0.6.tar.gz 15946 BLAKE2B e611f2eb5a69db9447f0e14188b624a37d85a24f5e2abdbafe280f3d22b69197daa1bd29dd960317a7d35c0aef8bd03de03d4c542b3191b33cd534b35d23b61b SHA512 160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff
DIST pidgin-xmpp-receipts-0.8.tar.gz 16021 BLAKE2B ba6eb7cb49ec75981e2c15f8aa471e6169ca4f9e6b03061248ff99669b7e31c838c466b1b476fed20bf3c1321954de13b053bbdd599f1ac4f58defacebabf383 SHA512 04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild
deleted file mode 100644
index 1d538ae464f..00000000000
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Implementation of xmpp message delivery receipts (XEP-0184) for Pidgin"
-HOMEPAGE="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents"
-SRC_URI="https://www.assembla.com/spaces/pidgin-xmpp-receipts/documents/ckA6jCV5Kr4OkjacwqjQXA/download/ckA6jCV5Kr4OkjacwqjQXA -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- GTK_PIDGIN_INCLUDES=$(pkg-config --cflags gtk+-2.0 pidgin)
- $(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
-}
-
-src_install() {
- PLUGIN_DIR_PIDGIN=$(pkg-config --variable=plugindir pidgin)
- dodir "${PLUGIN_DIR_PIDGIN}"
- insinto "${PLUGIN_DIR_PIDGIN}"
- doins ${PN/pidgin-/}.so
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2021-04-13 0:26 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-13 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 5d586db58f70f21c44b84e7ef9e9051be8502ef7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 05:15:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 00:26:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d586db5
x11-plugins/pidgin-xmpp-receipts: call pkg-config via toolchain-funcs.eclass helper
This ensures we call the correct pkg-config in e.g. cross.
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
index 601b7d04adf..f16b5e0b5d7 100644
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.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=5
@@ -19,12 +19,12 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
- GTK_PIDGIN_INCLUDES=$(pkg-config --cflags gtk+-2.0 pidgin)
+ GTK_PIDGIN_INCLUDES=$($(tc-getPKG_CONFIG) --cflags gtk+-2.0 pidgin)
$(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
}
src_install() {
- PLUGIN_DIR_PIDGIN=$(pkg-config --variable=plugindir pidgin)
+ PLUGIN_DIR_PIDGIN=$($(tc-getPKG_CONFIG) --variable=plugindir pidgin)
dodir "${PLUGIN_DIR_PIDGIN}"
insinto "${PLUGIN_DIR_PIDGIN}"
doins ${PN/pidgin-/}.so
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2021-04-20 1:42 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-20 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 6c80cd6b64de6fa402412eae6b1dd0b8f51cc135
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 01:29:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:42:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c80cd6b
x11-plugins/pidgin-xmpp-receipts: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
index f16b5e0b5d7..c62d3d1c907 100644
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vcs-snapshot toolchain-funcs
@@ -12,20 +12,19 @@ SRC_URI="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
-IUSE=""
RDEPEND="net-im/pidgin[gtk]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_compile() {
- GTK_PIDGIN_INCLUDES=$($(tc-getPKG_CONFIG) --cflags gtk+-2.0 pidgin)
+ GTK_PIDGIN_INCLUDES="$($(tc-getPKG_CONFIG) --cflags gtk+-2.0 pidgin)"
$(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die
}
src_install() {
PLUGIN_DIR_PIDGIN=$($(tc-getPKG_CONFIG) --variable=plugindir pidgin)
- dodir "${PLUGIN_DIR_PIDGIN}"
+
insinto "${PLUGIN_DIR_PIDGIN}"
doins ${PN/pidgin-/}.so
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2021-09-09 7:11 Yixun Lan
0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2021-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: beb223e32f228efc1d8eee95b67b1e0317307173
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 07:00:28 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:05:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb223e3
x11-plugins/pidgin-xmpp-receipts: keyword ~riscv
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
index c62d3d1c907..abef73d1260 100644
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
RDEPEND="net-im/pidgin[gtk]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/
@ 2023-02-22 19:56 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 483d0852a812ba2608352cafed58612ee7cd2c05
Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:48:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483d0852
x11-plugins/pidgin-xmpp-receipts: fix MissingRemoteId for maintainer-needed packages
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/pidgin-xmpp-receipts/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-xmpp-receipts/metadata.xml b/x11-plugins/pidgin-xmpp-receipts/metadata.xml
index bef24d2c2337..d0bb041ddfbb 100644
--- a/x11-plugins/pidgin-xmpp-receipts/metadata.xml
+++ b/x11-plugins/pidgin-xmpp-receipts/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">noonien-d/pidgin-xmpp-receipts</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-02-22 19:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-23 11:47 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2023-02-22 19:56 Sam James
2021-09-09 7:11 Yixun Lan
2021-04-20 1:42 Sam James
2021-04-13 0:26 Sam James
2018-04-06 21:48 Jonas Stein
2018-04-03 9:34 Jason Zaman
2017-06-06 21:32 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox