* [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.1-r7.ebuild
@ 2013-02-04 7:03 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-04 7:03 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/04 07:03:24
Modified: ChangeLog distcc-3.1-r7.ebuild
Log:
sys-devel/distcc: Correct REQUIRED_USE logic, #455390
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.219 sys-devel/distcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.219&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.219&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.218&r2=1.219
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog 3 Feb 2013 18:59:23 -0000 1.218
+++ ChangeLog 4 Feb 2013 07:03:24 -0000 1.219
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.218 2013/02/03 18:59:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.219 2013/02/04 07:03:24 jlec Exp $
+
+ 04 Feb 2013; Justin Lecher <jlec@gentoo.org> distcc-3.1-r7.ebuild:
+ Correct REQUIRED_USE logic, #455390
*distcc-3.1-r7 (03 Feb 2013)
1.2 sys-devel/distcc/distcc-3.1-r7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?r1=1.1&r2=1.2
Index: distcc-3.1-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distcc-3.1-r7.ebuild 3 Feb 2013 18:59:23 -0000 1.1
+++ distcc-3.1-r7.ebuild 4 Feb 2013 07:03:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.1 2013/02/03 18:59:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.2 2013/02/04 07:03:24 jlec Exp $
EAPI=5
@@ -17,7 +17,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="avahi gnome gtk hardened ipv6 selinux xinetd"
-REQUIRED_USE="^^ ( gtk gnome )"
+REQUIRED_USE="gtk? ( !gnome )"
RESTRICT="test"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.1-r7.ebuild
@ 2013-02-04 9:02 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-04 9:02 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/04 09:02:54
Modified: ChangeLog distcc-3.1-r7.ebuild
Log:
sys-devel/distcc: Use EAPI=5 compliant REQUIRED_USE syntax
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.220 sys-devel/distcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.220&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.220&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.219&r2=1.220
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog 4 Feb 2013 07:03:24 -0000 1.219
+++ ChangeLog 4 Feb 2013 09:02:54 -0000 1.220
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.219 2013/02/04 07:03:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.220 2013/02/04 09:02:54 jlec Exp $
+
+ 04 Feb 2013; Justin Lecher <jlec@gentoo.org> distcc-3.1-r7.ebuild:
+ Use EAPI=5 compliant REQUIRED_USE syntax
04 Feb 2013; Justin Lecher <jlec@gentoo.org> distcc-3.1-r7.ebuild:
Correct REQUIRED_USE logic, #455390
1.3 sys-devel/distcc/distcc-3.1-r7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?r1=1.2&r2=1.3
Index: distcc-3.1-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- distcc-3.1-r7.ebuild 4 Feb 2013 07:03:24 -0000 1.2
+++ distcc-3.1-r7.ebuild 4 Feb 2013 09:02:54 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.2 2013/02/04 07:03:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.3 2013/02/04 09:02:54 jlec Exp $
EAPI=5
@@ -17,7 +17,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="avahi gnome gtk hardened ipv6 selinux xinetd"
-REQUIRED_USE="gtk? ( !gnome )"
+REQUIRED_USE="?? ( gtk gnome )"
RESTRICT="test"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.1-r7.ebuild
@ 2013-02-08 8:23 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-08 8:23 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/08 08:23:20
Modified: ChangeLog distcc-3.1-r7.ebuild
Log:
sys-devel/distcc: Drop USE gnome in favour of USE gtk, #416595
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.221 sys-devel/distcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.220&r2=1.221
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog 4 Feb 2013 09:02:54 -0000 1.220
+++ ChangeLog 8 Feb 2013 08:23:20 -0000 1.221
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.220 2013/02/04 09:02:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.221 2013/02/08 08:23:20 jlec Exp $
+
+ 08 Feb 2013; Justin Lecher <jlec@gentoo.org> distcc-3.1-r7.ebuild:
+ Drop USE gnome in favour of USE gtk, #416595
04 Feb 2013; Justin Lecher <jlec@gentoo.org> distcc-3.1-r7.ebuild:
Use EAPI=5 compliant REQUIRED_USE syntax
1.4 sys-devel/distcc/distcc-3.1-r7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild?r1=1.3&r2=1.4
Index: distcc-3.1-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- distcc-3.1-r7.ebuild 4 Feb 2013 09:02:54 -0000 1.3
+++ distcc-3.1-r7.ebuild 8 Feb 2013 08:23:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.3 2013/02/04 09:02:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.4 2013/02/08 08:23:20 jlec Exp $
EAPI=5
@@ -15,21 +15,13 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="avahi gnome gtk hardened ipv6 selinux xinetd"
-
-REQUIRED_USE="?? ( gtk gnome )"
+IUSE="avahi gtk hardened ipv6 selinux xinetd"
RESTRICT="test"
RDEPEND="
dev-libs/popt
avahi? ( >=net-dns/avahi-0.6[dbus] )
- gnome? (
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- x11-libs/gtk+:2
- x11-libs/pango
- )
gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -76,7 +68,6 @@
econf \
$(use_with avahi) \
$(use_with gtk) \
- $(use_with gnome) \
${myconf}
}
@@ -120,7 +111,7 @@
keepdir /var/run/distccd
fowners distcc:daemon /var/run/distccd
- if use gnome || use gtk; then
+ if use gtk; then
einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
einfo "This is to have a little sensability in naming schemes between distccmon programs"
mv "${D}/usr/bin/distccmon-gnome" "${D}/usr/bin/distccmon-gui" || die
@@ -141,7 +132,7 @@
}
pkg_postinst() {
- use gnome && fdo-mime_desktop_database_update
+ use gtk && fdo-mime_desktop_database_update
if use ipv6; then
elog
@@ -158,7 +149,7 @@
elog "To use the distccmon programs with Gentoo you should use this command:"
elog "# DISTCC_DIR=\"${DISTCC_DIR}\" distccmon-text 5"
- if use gnome || use gtk; then
+ if use gtk; then
elog "Or:"
elog "# DISTCC_DIR=\"${DISTCC_DIR}\" distccmon-gnome"
fi
@@ -172,5 +163,5 @@
}
pkg_postrm() {
- use gnome && fdo-mime_desktop_database_update
+ use gtk && fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-08 8:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 7:03 [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.1-r7.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2013-02-04 9:02 Justin Lecher (jlec)
2013-02-08 8:23 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox