* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2017-03-26 16:33 Michael Orlitzky
0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2017-03-26 16:33 UTC (permalink / raw
To: gentoo-commits
commit: d2f6a1fc46b631339c8c04ba73382f9be045eb68
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 16:32:40 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 16:32:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6a1fc
x11-plugins/pidgin-indicator: remove unused version 0.9.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-plugins/pidgin-indicator/Manifest | 1 -
.../pidgin-indicator/pidgin-indicator-0.9.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest
index 747c5e7158f..f7708eedd11 100644
--- a/x11-plugins/pidgin-indicator/Manifest
+++ b/x11-plugins/pidgin-indicator/Manifest
@@ -1,2 +1 @@
-DIST pidgin-indicator-0.9.tar.gz 28350 SHA256 bf7b3c8914a96ef7953adb503b37e0e238682f264a21355fb99e7bf148db6b5c SHA512 bf16a47d44bb184815437c6bc70021777fb8e438838eb916351c59e82879e9bdaebd430ffa77c7d36e6b66d923813bcfb7c17759c8310eb6f9e260def4189ece WHIRLPOOL 29f23d84a327a8f885ef4fa1e64f422bd4b278582601f0d58a564fede66685ed20192453c1018e6ce4b171e5d03b63e00b82014926c03668394805d238f0e475
DIST pidgin-indicator-1.0.tar.gz 29583 SHA256 6fc6dfe29eb45fd855a4494e46eb83306a296f5225ea5f7c6a12f3ad475b8eae SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102 WHIRLPOOL 193e921caebd98f150279d5a9c2ca272eedf63b4b991fd596f1a282692899cde706f67338eabe7b14d9f453ba9ea8e0f18a4734214f73a8cd0fb884accf154a7
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild
deleted file mode 100644
index 89462063b45..00000000000
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-0.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="Indicator plugin for Pidgin"
-HOMEPAGE="https://github.com/philipl/pidgin-indicator"
-SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- dev-libs/libappindicator:2
- net-im/pidgin[gtk]
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- default
- find "${D}" -name "*.la" -exec rm {} + || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2024-12-20 11:21 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2024-12-20 11:21 UTC (permalink / raw
To: gentoo-commits
commit: c925b66532c32fbd39e0d5be2b6f72d1f5aa3d32
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 11:21:07 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 11:21:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c925b665
x11-plugins/pidgin-indicator: Fix EmptyGlobalAssignment warning
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild
index 063da242face..4bbf0644ee01 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild
@@ -11,7 +11,6 @@ SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
-IUSE=""
# No direct gtk3 until pidgin migrates:
# https://github.com/philipl/pidgin-indicator/issues/32
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2024-12-20 11:21 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2024-12-20 11:21 UTC (permalink / raw
To: gentoo-commits
commit: 4c01c231a9a64fbf7f65ec7ee258d6b00d130a6d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 11:20:11 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 11:21:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c01c231
x11-plugins/pidgin-indicator: add 1.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/Manifest | 1 +
.../pidgin-indicator/pidgin-indicator-1.0.2.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest
index 7f72b3049513..4357f73c8963 100644
--- a/x11-plugins/pidgin-indicator/Manifest
+++ b/x11-plugins/pidgin-indicator/Manifest
@@ -1 +1,2 @@
DIST pidgin-indicator-1.0.1.tar.bz2 311197 BLAKE2B 53c29c5c549f77caabbbbea69c447c2c092e063ee8d1a082507ec195ef7be45bf150e7831ff27c7759c79fc31ce289cd374fb7734f5171a9853e5fd37ac05bd3 SHA512 a39a285309242cfd121cff6aa6466cc2d6b4e37787cce87b9b7ed00a4147fee8ce2e9c6817212680c81b20b9c0bf7dac5d501861e6feffd8d0479a8293ad8201
+DIST pidgin-indicator-1.0.2.tar.bz2 309475 BLAKE2B b8ce1fe5248cde5ad1261ad1b5bb30c8bbc5681d2ddd0414b8b156aea509c0a8494692ba70cf5fdb584dfb44e5ca3264c72305a5e1f86dd2c48ab7f6707f09e8 SHA512 e8f13cdb975bd96c3edfbd75210a093bdef0216774860c85fbf8b7f4caa90a7da7ec32cd0143dd43c283e90f210d93b32fc54f8f718c18f1c49381a8f4e3a5ab
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild
new file mode 100644
index 000000000000..063da242face
--- /dev/null
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg
+
+DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
+HOMEPAGE="https://github.com/philipl/pidgin-indicator"
+SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE=""
+
+# No direct gtk3 until pidgin migrates:
+# https://github.com/philipl/pidgin-indicator/issues/32
+RDEPEND="
+ dev-libs/libayatana-appindicator
+ net-im/pidgin[gtk]
+"
+DEPEND="${RDEPEND}
+ dev-perl/XML-Parser
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_install() {
+ default
+ find "${ED}" -type f -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2023-04-18 15:08 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2023-04-18 15:08 UTC (permalink / raw
To: gentoo-commits
commit: a25c355dfb4e43786ea764d1ea9eb186a649ee83
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 15:05:54 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 15:05:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25c355d
x11-plugins/pidgin-indicator: drop 1.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
deleted file mode 100644
index 1a903c3269d2..000000000000
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools xdg
-
-DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
-HOMEPAGE="https://github.com/philipl/pidgin-indicator"
-SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE=""
-
-# No direct gtk3 until pidgin migrates:
-# https://github.com/philipl/pidgin-indicator/issues/32
-RDEPEND="
- dev-libs/libappindicator:3
- net-im/pidgin[gtk]
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}
- dev-perl/XML-Parser
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-appindicator3.patch"
-)
-
-src_prepare() {
- xdg_src_prepare
- eautoreconf
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die "Pruning failed"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2023-02-27 15:12 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2023-02-27 15:12 UTC (permalink / raw
To: gentoo-commits
commit: ff4d9a2c0de0a29aee6169ad85c2f3f3a59a6918
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 14:49:32 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 14:49:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4d9a2c
x11-plugins/pidgin-indicator: stabilize 1.0.1-r2 for amd64
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
index b02c7a8fd798..dba9659c6757 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
IUSE=""
# No direct gtk3 until pidgin migrates:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2023-01-24 18:05 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2023-01-24 18:05 UTC (permalink / raw
To: gentoo-commits
commit: 7058d94dfb9c4d459b18b4271c328361de265875
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:04:35 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:04:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7058d94d
x11-plugins/pidgin-indicator: depend on the right package
Closes: https://bugs.gentoo.org/891717
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
...idgin-indicator-1.0.1-r1.ebuild => pidgin-indicator-1.0.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
similarity index 96%
rename from x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r1.ebuild
rename to x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
index 1d3cef23947e..b02c7a8fd798 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r1.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1-r2.ebuild
@@ -16,7 +16,7 @@ IUSE=""
# No direct gtk3 until pidgin migrates:
# https://github.com/philipl/pidgin-indicator/issues/32
RDEPEND="
- dev-libs/libayatana-indicator
+ dev-libs/libayatana-appindicator
net-im/pidgin[gtk]
x11-libs/gtk+:2
"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2023-01-22 12:46 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2023-01-22 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 418e06037e0efe95e5b94fa0c6931b23e58dfac7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 12:46:12 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 12:46:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418e0603
x11-plugins/pidgin-indicator: add github upstream metadata
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/metadata.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-indicator/metadata.xml b/x11-plugins/pidgin-indicator/metadata.xml
index b04f4b7da0d0..b4940dcfe9a1 100644
--- a/x11-plugins/pidgin-indicator/metadata.xml
+++ b/x11-plugins/pidgin-indicator/metadata.xml
@@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>pacho@gentoo.org</email>
- <name>Pacho Ramos</name>
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
</maintainer>
+<upstream>
+ <remote-id type="github">philipl/pidgin-indicator</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2021-09-09 7:11 Yixun Lan
0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2021-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 90c56ffc2be13fc856b83e2aaa506168028a80d4
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 06:25:35 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:04:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c56ffc
x11-plugins/pidgin-indicator: keyword ~riscv
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
index b3e06a3579e..381a03e9919 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
IUSE=""
# No direct gtk3 until pidgin migrates:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2021-05-30 20:52 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2021-05-30 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 57bac3fdd36a117002b03e87c6cde961ef603051
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:51:57 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:52:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bac3fd
x11-plugins/pidgin-indicator: Stabilize
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
index 9cc906c6bfd..b3e06a3579e 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
# No direct gtk3 until pidgin migrates:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2021-05-30 20:14 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2021-05-30 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 2f379a54878ab3f7dad7fed6d92d202eeb62f959
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:09:24 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:09:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f379a54
x11-plugins/pidgin-indicator: Use xdg.eclass
Closes: https://bugs.gentoo.org/792387
Thanks-to: Agostino Sarubbo
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
index f3f67ac2bc9..9cc906c6bfd 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools xdg
DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
HOMEPAGE="https://github.com/philipl/pidgin-indicator"
@@ -34,7 +34,7 @@ PATCHES=(
)
src_prepare() {
- default
+ xdg_src_prepare
eautoreconf
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2016-05-20 20:19 Manuel Rüger
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2016-05-20 20:19 UTC (permalink / raw
To: gentoo-commits
commit: ff1eceb70ca45188eb192c9eca6076baa36eb5c3
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 20:19:36 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 20 20:19:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1eceb7
x11-plugins/pidgin-indicator: Version bump to 1.0
Package-Manager: portage-2.2.28
x11-plugins/pidgin-indicator/Manifest | 1 +
.../pidgin-indicator/pidgin-indicator-1.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/x11-plugins/pidgin-indicator/Manifest b/x11-plugins/pidgin-indicator/Manifest
index c685a4e..747c5e7 100644
--- a/x11-plugins/pidgin-indicator/Manifest
+++ b/x11-plugins/pidgin-indicator/Manifest
@@ -1 +1,2 @@
DIST pidgin-indicator-0.9.tar.gz 28350 SHA256 bf7b3c8914a96ef7953adb503b37e0e238682f264a21355fb99e7bf148db6b5c SHA512 bf16a47d44bb184815437c6bc70021777fb8e438838eb916351c59e82879e9bdaebd430ffa77c7d36e6b66d923813bcfb7c17759c8310eb6f9e260def4189ece WHIRLPOOL 29f23d84a327a8f885ef4fa1e64f422bd4b278582601f0d58a564fede66685ed20192453c1018e6ce4b171e5d03b63e00b82014926c03668394805d238f0e475
+DIST pidgin-indicator-1.0.tar.gz 29583 SHA256 6fc6dfe29eb45fd855a4494e46eb83306a296f5225ea5f7c6a12f3ad475b8eae SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102 WHIRLPOOL 193e921caebd98f150279d5a9c2ca272eedf63b4b991fd596f1a282692899cde706f67338eabe7b14d9f453ba9ea8e0f18a4734214f73a8cd0fb884accf154a7
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
new file mode 100644
index 0000000..5079f8b
--- /dev/null
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Indicator plugin for Pidgin"
+HOMEPAGE="https://github.com/philipl/pidgin-indicator"
+SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ dev-libs/libappindicator:2
+ net-im/pidgin[gtk]
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ default
+ find "${D}" -name "*.la" -exec rm {} + || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
@ 2016-01-16 17:53 Manuel Rüger
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2016-01-16 17:53 UTC (permalink / raw
To: gentoo-commits
commit: cd1951ed5e89fe7855c00f4fe9e4c532f7d5a38e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 17:53:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 17:53:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1951ed
x11-plugins/pidgin-indicator: Drop to maintainer-needed
Package-Manager: portage-2.2.26
x11-plugins/pidgin-indicator/metadata.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11-plugins/pidgin-indicator/metadata.xml b/x11-plugins/pidgin-indicator/metadata.xml
index 9b198d3..bc186e2 100644
--- a/x11-plugins/pidgin-indicator/metadata.xml
+++ b/x11-plugins/pidgin-indicator/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">philipl/pidgin-indicator</remote-id>
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-12-20 11:22 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-26 16:33 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 11:21 Pacho Ramos
2024-12-20 11:21 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-02-27 15:12 Pacho Ramos
2023-01-24 18:05 Pacho Ramos
2023-01-22 12:46 Pacho Ramos
2021-09-09 7:11 Yixun Lan
2021-05-30 20:52 Pacho Ramos
2021-05-30 20:14 Pacho Ramos
2016-05-20 20:19 Manuel Rüger
2016-01-16 17:53 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