hwoarang    14/11/13 17:07:38

  Modified:             metadata.xml ChangeLog dhcpcd-ui-0.7.4.ebuild
  Log:
  Drop icons useflag and reword configure code
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.6                  net-misc/dhcpcd-ui/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/metadata.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/metadata.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        9 Nov 2014 11:20:48 -0000       1.5
+++ metadata.xml        13 Nov 2014 17:07:38 -0000      1.6
@@ -10,7 +10,5 @@
        <flag name="gtk3">
                Add support for <pkg>x11-libs/gtk+</pkg> (The GIMP Toolkit)
        </flag>
-       <flag name="icons">
-       Install bundled-in user interface icons</flag>
 </use>
 </pkgmetadata>



1.12                 net-misc/dhcpcd-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Nov 2014 19:28:24 -0000      1.11
+++ ChangeLog   13 Nov 2014 17:07:38 -0000      1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/dhcpcd-ui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.11 
2014/11/12 19:28:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.12 
2014/11/13 17:07:38 hwoarang Exp $
+
+  13 Nov 2014; Markos Chandras <[email protected]> dhcpcd-ui-0.7.4.ebuild,
+  metadata.xml:
+  Drop icons useflag and reword configure code
 
   12 Nov 2014; Markos Chandras <[email protected]> dhcpcd-ui-0.7.4.ebuild:
   Allow building without gtk/gtk3/qt4 in order to get only the dhcpcd-online



1.5                  net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?r1=1.4&r2=1.5

Index: dhcpcd-ui-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dhcpcd-ui-0.7.4.ebuild      12 Nov 2014 19:28:24 -0000      1.4
+++ dhcpcd-ui-0.7.4.ebuild      13 Nov 2014 17:07:38 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 
1.4 2014/11/12 19:28:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 
1.5 2014/11/13 17:07:38 hwoarang Exp $
 
 EAPI=5
 
@@ -13,10 +13,9 @@
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk gtk3 +icons qt4 libnotify"
+IUSE="debug gtk gtk3 qt4 libnotify"
 REQUIRED_USE="?? ( gtk gtk3 qt4 )
-       gtk3? ( !gtk ) gtk? ( !gtk3 )
-       icons? ( || ( gtk gtk3 qt4 ) )"
+       gtk3? ( !gtk ) gtk? ( !gtk3 )"
 
 DEPEND="${DEPEND}
        virtual/libintl
@@ -29,8 +28,7 @@
        gtk3? ( x11-libs/gtk+:3 )
        qt4?  ( dev-qt/qtgui:4 )"
 
-RDEPEND=">=net-misc/dhcpcd-6.4.4
-       !icons? ( x11-themes/hicolor-icon-theme )"
+RDEPEND=">=net-misc/dhcpcd-6.4.4"
 
 src_prepare()
 {
@@ -41,12 +39,12 @@
 {
        local myeconfargs=(
                $(use_enable debug)
-               $(use_with icons)
-               $(usex gtk  '--with-gtk=gtk+-2.0' '')
-               $(usex gtk3 '--with-gtk=gtk+-3.0' '')
-               $(use_with qt4 qt)
+               $(usex gtk  '--with-gtk=gtk+-2.0 --with-icons' '')
+               $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
+               $(usex qt4 '--with-qt --with-icons' '')
                $(use_enable libnotify notification)
                $(use gtk || use gtk3 || echo '--without-gtk')
+               $(use gtk || use gtk3 || use qt4 || echo '--without-icons')
        )
        econf "${myeconfargs[@]}"
 }




Reply via email to