public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/
@ 2017-02-07 17:48 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7794c104a57fb3a43a8defcad30d46d111ed29f2
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb  7 15:48:35 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 17:46:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7794c104

x11-plugins/pidgin-musictracker: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867

 x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index c12cf17..6f92755 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="2"
 
 inherit autotools
 
-DESCRIPTION="A Pidgin now playing plugin to publicise the songs you are listening to in your status message"
+DESCRIPTION="A Pidgin now playing plugin to publicise the songs you are listening"
 HOMEPAGE="https://code.google.com/p/pidgin-musictracker/"
 SRC_URI="https://pidgin-musictracker.googlecode.com/files/${P}.tar.bz2"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/
@ 2018-05-26 20:31 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f174dee083dc6ecb50268e4c117d9dc16b9b0cca
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:16:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f174dee0

x11-plugins/pidgin-musictracker: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index c588abe41e5..f680cf2d2f3 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit autotools
 
@@ -21,6 +21,7 @@ DEPEND=">=net-im/pidgin-2.0.0[gtk]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	default
 	sed -i -e "s/DOMAIN/PACKAGE/g" po/Makefile.in.in || die "sed failed"
 	eautoreconf
 }
@@ -33,6 +34,6 @@ src_configure() {
 
 src_install() {
 	emake install DESTDIR="${D}" || die "make install failure"
-	dodoc AUTHORS ChangeLog INSTALL README THANKS || die "dodoc failed"
 	find "${D}" -name "*.la" -delete || die "error cleaning la file."
+	default
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     10bdf4218c7f5512486040661f01463d13921165
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:50:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bdf421

x11-plugins/pidgin-musictracker: fix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index f680cf2d2f3..e576da2c7f0 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -33,7 +33,6 @@ src_configure() {
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die "make install failure"
-	find "${D}" -name "*.la" -delete || die "error cleaning la file."
 	default
+	find "${D}" -name "*.la" -delete || die "error cleaning la file."
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/
@ 2021-09-09  7:11 Yixun Lan
  0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2021-09-09  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd44eacb6f4c756d66003a7d209a29f864c360e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 06:31:44 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 07:05:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd44eac

x11-plugins/pidgin-musictracker: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index 4b562484649..6f566c29d08 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://pidgin-musictracker.googlecode.com/files/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/
@ 2025-03-22  3:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-03-22  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     646dc2ca4f1ac6fcd855338e54b2ece74905cafa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 03:53:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 03:53:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646dc2ca

x11-plugins/pidgin-musictracker: handle pidgin[gtk] -> pidgin[gui]

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...usictracker-0.4.22.ebuild => pidgin-musictracker-0.4.22-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22-r1.ebuild
similarity index 92%
rename from x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
rename to x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22-r1.ebuild
index 6f566c29d08c..ff90f9ab6957 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="debug"
 DEPEND="
 	dev-libs/dbus-glib
 	dev-libs/libpcre
-	net-im/pidgin[gtk]"
+	net-im/pidgin[gui]"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/gettext"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-22  3:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 17:48 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-musictracker/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-05-26 20:31 Aaron Bauman
2018-05-27 18:23 Aaron Bauman
2021-09-09  7:11 Yixun Lan
2025-03-22  3:57 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox