public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-rhythmbox/
@ 2023-07-17 14:35 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2023-07-17 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a2db81554903530d6b9c8f31fa3910a919ac372a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 14:30:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 14:35:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2db8155

x11-plugins/pidgin-rhythmbox: Drop to ~x86

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
index 242ddbd16662..dfed15d86197 100644
--- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
+++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://jon.oberheide.org/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 ~sparc"
 IUSE=""
 
 RDEPEND="net-im/pidgin


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-rhythmbox/
@ 2023-07-17 14:35 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2023-07-17 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b358389a471f2e075c9aac33c0d1746537ea7b01
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 14:34:54 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 14:35:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b358389a

x11-plugins/pidgin-rhythmbox: Drop sparc keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
index dfed15d86197..38b967a053ad 100644
--- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
+++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://jon.oberheide.org/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="net-im/pidgin


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

commit:     fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 23:56:12 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 13:17:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d054f

x11-plugins/pidgin-rhythmbox: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
index 215239d48b9..242ddbd1666 100644
--- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
+++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox"
 HOMEPAGE="http://jon.oberheide.org/pidgin-rhythmbox/"
@@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin
 	>=x11-libs/gtk+-2.4:2
 	dev-libs/dbus-glib"
 DEPEND="${RDEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}


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

end of thread, other threads:[~2023-07-17 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 14:35 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-rhythmbox/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-07-17 14:35 Matt Turner
2018-05-29 13:18 Aaron Bauman

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