public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2014-11-10 20:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-11-10 20:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/11/10 20:09:55

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Remove the gtk desktop file when compiled with Qt4 support. Bug #528728
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcpcd-ui-0.7.4.ebuild	9 Nov 2014 11:20:48 -0000	1.1
+++ dhcpcd-ui-0.7.4.ebuild	10 Nov 2014 20:09:55 -0000	1.2
@@ -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.1 2014/11/09 11:20:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.2 2014/11/10 20:09:55 hwoarang Exp $
 
 EAPI=5
 
@@ -46,6 +46,7 @@
 		$(usex gtk3 '--with-gtk=gtk+-3.0' '')
 		$(use_with qt4 qt)
 		$(use_enable libnotify notification)
+		$(use gtk || use gtk3 || echo '--without-gtk')
 	)
 	econf "${myeconfargs[@]}"
 }



1.9                  net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	9 Nov 2014 11:20:48 -0000	1.8
+++ ChangeLog	10 Nov 2014 20:09:55 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2014/11/09 11:20:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.9 2014/11/10 20:09:55 hwoarang Exp $
+
+  10 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Remove the gtk desktop file when compiled with Qt4 support. Bug #528728
 
 *dhcpcd-ui-0.7.4 (09 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2014-11-11 17:51 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-11-11 17:51 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/11/11 17:51:31

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Set the icons useflag enabled by default
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dhcpcd-ui-0.7.4.ebuild	10 Nov 2014 20:09:55 -0000	1.2
+++ dhcpcd-ui-0.7.4.ebuild	11 Nov 2014 17:51:31 -0000	1.3
@@ -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.2 2014/11/10 20:09:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.3 2014/11/11 17:51:31 hwoarang Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk gtk3 icons qt4 libnotify"
+IUSE="debug gtk gtk3 +icons qt4 libnotify"
 REQUIRED_USE="|| ( gtk gtk3 qt4 )
 	gtk3? ( !gtk ) gtk? ( !gtk3 )
 	qt4? ( icons )"



1.10                 net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Nov 2014 20:09:55 -0000	1.9
+++ ChangeLog	11 Nov 2014 17:51:31 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2014/11/10 20:09:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.10 2014/11/11 17:51:31 hwoarang Exp $
+
+  11 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Set the icons useflag enabled by default
 
   10 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
   Remove the gtk desktop file when compiled with Qt4 support. Bug #528728





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

* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2014-11-12 19:28 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-11-12 19:28 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/11/12 19:28:24

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Allow building without gtk/gtk3/qt4 in order to get only the dhcpcd-online application. Fix icon restrictions. Bug #528904
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dhcpcd-ui-0.7.4.ebuild	11 Nov 2014 17:51:31 -0000	1.3
+++ dhcpcd-ui-0.7.4.ebuild	12 Nov 2014 19:28:24 -0000	1.4
@@ -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.3 2014/11/11 17:51:31 hwoarang Exp $
+# $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 $
 
 EAPI=5
 
@@ -14,9 +14,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug gtk gtk3 +icons qt4 libnotify"
-REQUIRED_USE="|| ( gtk gtk3 qt4 )
+REQUIRED_USE="?? ( gtk gtk3 qt4 )
 	gtk3? ( !gtk ) gtk? ( !gtk3 )
-	qt4? ( icons )"
+	icons? ( || ( gtk gtk3 qt4 ) )"
 
 DEPEND="${DEPEND}
 	virtual/libintl



1.11                 net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Nov 2014 17:51:31 -0000	1.10
+++ ChangeLog	12 Nov 2014 19:28:24 -0000	1.11
@@ -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.10 2014/11/11 17:51:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.11 2014/11/12 19:28:24 hwoarang Exp $
+
+  12 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Allow building without gtk/gtk3/qt4 in order to get only the dhcpcd-online
+  application. Fix icon restrictions. Bug #528904
 
   11 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
   Set the icons useflag enabled by default





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

* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2014-11-13 17:11 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-11-13 17:11 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/11/13 17:11:35

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Really disable Qt4 UI for IUSE=-qt4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.6&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.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dhcpcd-ui-0.7.4.ebuild	13 Nov 2014 17:07:38 -0000	1.5
+++ dhcpcd-ui-0.7.4.ebuild	13 Nov 2014 17:11:35 -0000	1.6
@@ -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.5 2014/11/13 17:07:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.6 2014/11/13 17:11:35 hwoarang Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
 		$(use_enable debug)
 		$(usex gtk  '--with-gtk=gtk+-2.0 --with-icons' '')
 		$(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
-		$(usex qt4 '--with-qt --with-icons' '')
+		$(usex qt4 '--with-qt --with-icons' '--without-qt')
 		$(use_enable libnotify notification)
 		$(use gtk || use gtk3 || echo '--without-gtk')
 		$(use gtk || use gtk3 || use qt4 || echo '--without-icons')



1.13                 net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Nov 2014 17:07:38 -0000	1.12
+++ ChangeLog	13 Nov 2014 17:11:35 -0000	1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/11/13 17:07:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.13 2014/11/13 17:11:35 hwoarang Exp $
+
+  13 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Really disable Qt4 UI for IUSE=-qt4
 
   13 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2015-05-21 13:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-21 13:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/21 13:27:23

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #550034
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.7&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.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dhcpcd-ui-0.7.4.ebuild	13 Nov 2014 17:11:35 -0000	1.6
+++ dhcpcd-ui-0.7.4.ebuild	21 May 2015 13:27:23 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.6 2014/11/13 17:11:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.7 2015/05/21 13:27:23 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug gtk gtk3 qt4 libnotify"
 REQUIRED_USE="?? ( gtk gtk3 qt4 )
 	gtk3? ( !gtk ) gtk? ( !gtk3 )"



1.14                 net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Nov 2014 17:11:35 -0000	1.13
+++ ChangeLog	21 May 2015 13:27:23 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2014/11/13 17:11:35 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.14 2015/05/21 13:27:23 ago Exp $
+
+  21 May 2015; Agostino Sarubbo <ago@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Stable for amd64, wrt bug #550034
 
   13 Nov 2014; Markos Chandras <hwoarang@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
   Really disable Qt4 UI for IUSE=-qt4





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

* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog
@ 2015-05-27 11:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-27 11:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/27 11:06:20

  Modified:             dhcpcd-ui-0.7.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #550034
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dhcpcd-ui-0.7.4.ebuild	21 May 2015 13:27:23 -0000	1.7
+++ dhcpcd-ui-0.7.4.ebuild	27 May 2015 11:06:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.7 2015/05/21 13:27:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 1.8 2015/05/27 11:06:20 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug gtk gtk3 qt4 libnotify"
 REQUIRED_USE="?? ( gtk gtk3 qt4 )
 	gtk3? ( !gtk ) gtk? ( !gtk3 )"



1.15                 net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	21 May 2015 13:27:23 -0000	1.14
+++ ChangeLog	27 May 2015 11:06:20 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dhcpcd-ui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.14 2015/05/21 13:27:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.15 2015/05/27 11:06:20 ago Exp $
+
+  27 May 2015; Agostino Sarubbo <ago@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
+  Stable for x86, wrt bug #550034
 
   21 May 2015; Agostino Sarubbo <ago@gentoo.org> dhcpcd-ui-0.7.4.ebuild:
   Stable for amd64, wrt bug #550034





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

end of thread, other threads:[~2015-05-27 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 19:28 [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: dhcpcd-ui-0.7.4.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-27 11:06 Agostino Sarubbo (ago)
2015-05-21 13:27 Agostino Sarubbo (ago)
2014-11-13 17:11 Markos Chandras (hwoarang)
2014-11-11 17:51 Markos Chandras (hwoarang)
2014-11-10 20:09 Markos Chandras (hwoarang)

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