public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ostinato-0.5.1.ebuild ostinato-0.5.ebuild ChangeLog
@ 2013-03-02 22:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 22:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 22:46:36

  Modified:             ostinato-0.5.1.ebuild ostinato-0.5.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.2                  net-analyzer/ostinato/ostinato-0.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?r1=1.1&r2=1.2

Index: ostinato-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ostinato-0.5.1.ebuild	14 Oct 2012 19:18:32 -0000	1.1
+++ ostinato-0.5.1.ebuild	2 Mar 2013 22:46:36 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.1 2012/10/14 19:18:32 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.2 2013/03/02 22:46:36 hwoarang Exp $
 
 EAPI=4
 inherit qt4-r2
@@ -16,9 +16,9 @@
 
 DEPEND="dev-libs/protobuf
 	net-libs/libpcap
-	x11-libs/qt-core:4
-	x11-libs/qt-gui:4
-	x11-libs/qt-script:4"
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtscript:4"
 RDEPEND="${DEPEND}"
 
 src_configure(){



1.4                  net-analyzer/ostinato/ostinato-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?r1=1.3&r2=1.4

Index: ostinato-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ostinato-0.5.ebuild	5 Apr 2012 05:02:24 -0000	1.3
+++ ostinato-0.5.ebuild	2 Mar 2013 22:46:36 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v 1.3 2012/04/05 05:02:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v 1.4 2013/03/02 22:46:36 hwoarang Exp $
 
 EAPI=2
 inherit qt4-r2
@@ -16,9 +16,9 @@
 
 DEPEND="dev-libs/protobuf
 	net-libs/libpcap
-	x11-libs/qt-core:4
-	x11-libs/qt-gui:4
-	x11-libs/qt-script:4"
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtscript:4"
 RDEPEND="${DEPEND}"
 
 src_configure(){



1.15                 net-analyzer/ostinato/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	14 Oct 2012 19:18:32 -0000	1.14
+++ ChangeLog	2 Mar 2013 22:46:36 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/ostinato
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.14 2012/10/14 19:18:32 c1pher Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.15 2013/03/02 22:46:36 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> ostinato-0.5.1.ebuild,
+  ostinato-0.5.ebuild:
+  Move Qt dependencies to the new category
 
 *ostinato-0.5.1 (14 Oct 2012)
 
@@ -63,4 +67,3 @@
   23 Oct 2010; Dane Smith <c1pher@gentoo.org> +ostinato-0.2.ebuild,
   +metadata.xml:
   New ebuild for Ostinato. Moved from Sunrise overlay wrt bug 317201.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-02 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02 22:46 [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ostinato-0.5.1.ebuild ostinato-0.5.ebuild ChangeLog 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