summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Matzkov (bapa) <bapabooiee@gmail.com>2011-02-18 13:45:14 +0000
committerDean Matzkov (bapa) <bapabooiee@gmail.com>2011-02-18 13:45:14 +0000
commit9ba5f1085c53d5f2c0ba3fdbf5aeb47544d5a35e (patch)
tree18e6b2017cbcc10971ffa3eafbe5a7247fd73baa
parentdev-python/venusian: New ebuild for 354619 (diff)
downloadsunrise-9ba5f1085c53d5f2c0ba3fdbf5aeb47544d5a35e.tar.gz
sunrise-9ba5f1085c53d5f2c0ba3fdbf5aeb47544d5a35e.tar.bz2
sunrise-9ba5f1085c53d5f2c0ba3fdbf5aeb47544d5a35e.zip
x11-plugins/pidgin-gfire: Tested on x86, and clarified a comment.
svn path=/sunrise/; revision=11776
-rw-r--r--x11-plugins/pidgin-gfire/ChangeLog4
-rw-r--r--x11-plugins/pidgin-gfire/Manifest4
-rw-r--r--x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild6
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-gfire/ChangeLog b/x11-plugins/pidgin-gfire/ChangeLog
index 2fc6bb080..567c18da2 100644
--- a/x11-plugins/pidgin-gfire/ChangeLog
+++ b/x11-plugins/pidgin-gfire/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Feb 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com>
+ pidgin-gfire-0.9.2.ebuild:
+ Tested on x86, and clarified a comment.
+
22 Jan 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com>
pidgin-gfire-0.9.2.ebuild, metadata.xml:
Punted gtk USE flag, since building Gfire without GTK enabled is pointless.
diff --git a/x11-plugins/pidgin-gfire/Manifest b/x11-plugins/pidgin-gfire/Manifest
index c7c16058d..fda9dba51 100644
--- a/x11-plugins/pidgin-gfire/Manifest
+++ b/x11-plugins/pidgin-gfire/Manifest
@@ -1,4 +1,4 @@
DIST pidgin-gfire-0.9.2.tar.bz2 494341 RMD160 c536b5c170c2c16c47a39efe5a5a060fdfecdbd2 SHA1 c26026462d6e29c0c9900ac7734df4b3cdbadcbc SHA256 02ddf8ae5f5a9593d2395639ded119d3760184c3659b1f45688e6b3f2ff1230f
-EBUILD pidgin-gfire-0.9.2.ebuild 1128 RMD160 9b0f12322ab61dff712db641b84a60dcbaec0a37 SHA1 c9e043f61c94fb84f6f6ee82c8dd7ce2adaededa SHA256 8ebd85bcc0ee20d22117766b00d4230bc44bd2e2d8cba4955e39e9eb35abcea4
-MISC ChangeLog 617 RMD160 150e7205f58a32560c25d21d1c83ca9b4bfd5b8c SHA1 00c271ef2bb2b14a3331f03278db4e7ff5f6625b SHA256 d0faf3eb9825ca6135f36f5bda7efb4396472a2a9f66392ecc8f0517bcaeea78
+EBUILD pidgin-gfire-0.9.2.ebuild 1155 RMD160 58dcb1ae15d1640605c435034ed174b45f2dcd2b SHA1 ed69821612116c7b4e1a59e3658bcd411d7f1abf SHA256 57d1371390ee4db7d71cfbf02902b33a8f3512ff6b30fb5197a56d14a74f77df
+MISC ChangeLog 747 RMD160 4b669f033e80641e93f4f7cf092e3efd4d42f210 SHA1 d556289fbf466cacb96522dd08601a968f7c9717 SHA256 c391d4dc0516280a6749649550f5e4a4b1f455d24fd741124d4ef75934d3316e
MISC metadata.xml 429 RMD160 106ea006ca0d98523a1416a8ecbb4791bb37a239 SHA1 5bfad2eac32f87542d47c968cc17b250457fe694 SHA256 967ace29c9762f3f7800470bc96d98e23ee0f1e82d34344a06139f2bc40fd666
diff --git a/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild b/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
index 3a1e8c077..81d5b2577 100644
--- a/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
+++ b/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gfire/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="debug kmess-status libnotify nls"
RDEPEND="
@@ -24,8 +24,8 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_configure() {
- # Note: Enabling dbus-status *only* publishes your
- # status to net-im/kmess; it does nothing else.
+ # Note: --enable-dbus-status is hard-coded to only publish
+ # your status to net-im/kmess via dbus; it does nothing else.
econf \
--enable-gtk \
$(use_enable kmess-status dbus-status) \