* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2016-06-14 18:37 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2016-06-14 18:37 UTC (permalink / raw
To: gentoo-commits
commit: eed58fcfc03f9e421c2222092f02d8aae108aef8
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 18:30:12 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 18:37:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed58fcf
x11-plugins/pidgin-window_merge: new package, all pidgin UI in a single window, bug #412149
Bug: https://bugs.gentoo.org/412149
Package-Manager: portage-2.3.0_rc1
x11-plugins/pidgin-window_merge/Manifest | 1 +
x11-plugins/pidgin-window_merge/metadata.xml | 9 ++++++++
.../pidgin-window_merge-0.3.ebuild | 27 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/x11-plugins/pidgin-window_merge/Manifest b/x11-plugins/pidgin-window_merge/Manifest
new file mode 100644
index 0000000..94b62cb
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/Manifest
@@ -0,0 +1 @@
+DIST window_merge-0.3.tar.gz 328953 SHA256 e890c829f8f074ca0bbf32a0bd3c9b8008802f2795d6f40a19756379e2ce6531 SHA512 6863c58b3054aac51ed109ca8fff5e02459220648e6afa700c7231e259e71893ec7ca237263c230632a512d470c6907d3e8cfc9516cb752c1e78bbfdb05a50d3 WHIRLPOOL 8c459459078b6ca4b06e8afc5273426344bda8b939068c91facf527ac3f1ca8c8a4c65cdc5ede7eda6bd036c61e897c685f857fec86a1c2fc9275500820afb8f
diff --git a/x11-plugins/pidgin-window_merge/metadata.xml b/x11-plugins/pidgin-window_merge/metadata.xml
new file mode 100644
index 0000000..248be00
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slyfox@gentoo.org</email>
+ <name>Sergei Trofimovich</name>
+ <description>Primary Maintainer</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
new file mode 100644
index 0000000..ea2779c
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
+HOMEPAGE="https://github.com/dm0-/window_merge"
+SRC_URI="mirror://github/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2=
+ net-im/pidgin:0=[gtk]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${P#pidgin-}
+
+pkg_postinst() {
+ ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
+ ewarn "at the same time cause a segfault in pidgin"
+ ewarn "see https://github.com/dm0-/window_merge/issues/4"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2018-02-11 11:36 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 857581db26e48eee0e130e55e3363a4328796311
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:33 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857581db
x11-plugins/pidgin-window_merge: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
x11-plugins/pidgin-window_merge/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-plugins/pidgin-window_merge/metadata.xml b/x11-plugins/pidgin-window_merge/metadata.xml
index c6cf990e291..f248290784f 100644
--- a/x11-plugins/pidgin-window_merge/metadata.xml
+++ b/x11-plugins/pidgin-window_merge/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>slyfox@gentoo.org</email>
<name>Sergei Trofimovich</name>
- <description>Primary Maintainer</description>
</maintainer>
<upstream>
<remote-id type="github">dm0-/window_merge</remote-id>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2019-09-15 17:17 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 0981c53c27b5cd452e93ed314965c108d0c0f38d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:49 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0981c53c
x11-plugins/pidgin-window_merge: Inline mirror://github
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
index 2b81415d216..95abeb68696 100644
--- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
HOMEPAGE="https://github.com/dm0-/window_merge"
-SRC_URI="mirror://github/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2021-07-17 10:55 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2021-07-17 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 3c99ca3ba8d955afefadccb4be23affce8e6642f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 10:51:19 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 10:55:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c99ca3b
x11-plugins/pidgin-window_merge: bump up to EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../pidgin-window_merge-0.3-r1.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
new file mode 100644
index 00000000000..5fbc5481155
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
+HOMEPAGE="https://github.com/dm0-/window_merge"
+SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2=
+ net-im/pidgin:0=[gtk]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${P#pidgin-}
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
+ ewarn "at the same time cause a segfault in pidgin"
+ ewarn "see https://github.com/dm0-/window_merge/issues/4"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2021-07-22 9:45 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2021-07-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 0cdc682feddc97fd8a1a306e47268ad85c4110da
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 09:45:22 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 09:45:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdc682f
x11-plugins/pidgin-window_merge: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../pidgin-window_merge-0.3.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
deleted file mode 100644
index 9927a83926b..00000000000
--- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
-HOMEPAGE="https://github.com/dm0-/window_merge"
-SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2=
- net-im/pidgin:0=[gtk]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P#pidgin-}
-
-pkg_postinst() {
- ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
- ewarn "at the same time cause a segfault in pidgin"
- ewarn "see https://github.com/dm0-/window_merge/issues/4"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2021-08-04 9:01 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2021-08-04 9:01 UTC (permalink / raw
To: gentoo-commits
commit: d7b1124074c6eda30beecb2437b128737e4433f0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:57:45 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 09:01:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b11240
x11-plugins/pidgin-window_merge: drop slyfox@ from maintainers down to m-n
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-plugins/pidgin-window_merge/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-plugins/pidgin-window_merge/metadata.xml b/x11-plugins/pidgin-window_merge/metadata.xml
index 62c054355eb..b8624a921df 100644
--- a/x11-plugins/pidgin-window_merge/metadata.xml
+++ b/x11-plugins/pidgin-window_merge/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>slyfox@gentoo.org</email>
- <name>Sergei Trofimovich</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">dm0-/window_merge</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 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: 9ab0f7d35f9d7542458d5828aedb39fafaf31be4
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 06:59:51 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:05:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab0f7d3
x11-plugins/pidgin-window_merge: keyword ~riscv
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
index 5fbc5481155..698501dcb08 100644
--- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
IUSE=""
RDEPEND="dev-libs/glib:2=
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
@ 2023-05-01 12:37 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 346f677a19b968b3f6b04a304cf328c54547a139
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 12:15:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 12:36:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346f677a
x11-plugins/pidgin-window_merge: update SRC_URI to drop github.com/downloads
github.com/downloads is gone. Unfortunately, there's no tags on the upstream repo now.
Fixes: 0981c53c27b5cd452e93ed314965c108d0c0f38d
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
index 698501dcb085..daea5a9a1079 100644
--- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
HOMEPAGE="https://github.com/dm0-/window_merge"
-SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+SRC_URI="mirror://gentoo/${P#pidgin-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-05-01 12:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-22 9:45 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2023-05-01 12:37 Sam James
2021-09-09 7:11 Yixun Lan
2021-08-04 9:01 Sergei Trofimovich
2021-07-17 10:55 Sergei Trofimovich
2019-09-15 17:17 Michał Górny
2018-02-11 11:36 Michał Górny
2016-06-14 18:37 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox