diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:46:36 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:46:36 +0000 |
commit | ffac91246adb93035b3c20b3a6a9f8ea7820ea49 (patch) | |
tree | 52a8202b5bba822d607e3a792e3123ec8d90d2ac /net-analyzer/ostinato | |
parent | Drop old revision (diff) | |
download | gentoo-2-ffac91246adb93035b3c20b3a6a9f8ea7820ea49.tar.gz gentoo-2-ffac91246adb93035b3c20b3a6a9f8ea7820ea49.tar.bz2 gentoo-2-ffac91246adb93035b3c20b3a6a9f8ea7820ea49.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'net-analyzer/ostinato')
-rw-r--r-- | net-analyzer/ostinato/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.5.1.ebuild | 10 | ||||
-rw-r--r-- | net-analyzer/ostinato/ostinato-0.5.ebuild | 10 |
3 files changed, 16 insertions, 13 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog index 257ed24d1abe..4f14faa4fc26 100644 --- a/net-analyzer/ostinato/ChangeLog +++ b/net-analyzer/ostinato/ChangeLog @@ -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. - diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild index 441d481cc7c4..132ed5e519cc 100644 --- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild +++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild @@ -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 @@ IUSE="" 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(){ diff --git a/net-analyzer/ostinato/ostinato-0.5.ebuild b/net-analyzer/ostinato/ostinato-0.5.ebuild index d4259fa8fe68..1c144fac7e06 100644 --- a/net-analyzer/ostinato/ostinato-0.5.ebuild +++ b/net-analyzer/ostinato/ostinato-0.5.ebuild @@ -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 @@ IUSE="" 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(){ |