zerochaos 14/11/01 20:26:28 Modified: gr-fosphor-9999.ebuild ChangeLog Log: fixing deps and REQUIRED_USE wrt python-r1 and depcheck (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.4 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild?r1=1.3&r2=1.4 Index: gr-fosphor-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gr-fosphor-9999.ebuild 4 May 2014 12:57:45 -0000 1.3 +++ gr-fosphor-9999.ebuild 1 Nov 2014 20:26:28 -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-analyzer/gr-fosphor/gr-fosphor-9999.ebuild,v 1.3 2014/05/04 12:57:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild,v 1.4 2014/11/01 20:26:28 zerochaos Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -20,6 +20,8 @@ KEYWORDS="~amd64 ~x86" fi +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + LICENSE="GPL-3+" SLOT="0" IUSE="+glfw qt4 wxwidgets" @@ -29,10 +31,13 @@ dev-qt/qtgui:4 dev-qt/qtopengl:4 ) - >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?] + >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}] + media-libs/freetype + dev-libs/boost glfw? ( >=media-libs/glfw-3 ) virtual/opencl virtual/opengl + ${PYTHON_DEPS} " DEPEND="${RDEPEND} dev-lang/swig:0 1.4 net-analyzer/gr-fosphor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 4 May 2014 12:57:45 -0000 1.3 +++ ChangeLog 1 Nov 2014 20:26:28 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/gr-fosphor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog,v 1.3 2014/05/04 12:57:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog,v 1.4 2014/11/01 20:26:28 zerochaos Exp $ + + 01 Nov 2014; Rick Farina <[email protected]> gr-fosphor-9999.ebuild: + fixing deps and REQUIRED_USE wrt python-r1 and depcheck 04 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]> gr-fosphor-9999.ebuild:
