diff options
author | 2013-02-01 15:05:24 +0000 | |
---|---|---|
committer | 2013-02-01 15:05:24 +0000 | |
commit | 3072a630e45e03a2edc7e0867a7778224a79c957 (patch) | |
tree | 25b3b129aa5cd1153feedbca0c2366d629caa0f4 /net-analyzer | |
parent | sci-biology/readseq: Drop old; Resolve file collision sci-biology/meme, #455010 (diff) | |
download | gentoo-2-3072a630e45e03a2edc7e0867a7778224a79c957.tar.gz gentoo-2-3072a630e45e03a2edc7e0867a7778224a79c957.tar.bz2 gentoo-2-3072a630e45e03a2edc7e0867a7778224a79c957.zip |
Remove check_wxuse.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fe3d/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/fe3d/fe3d-0.11.2.ebuild | 26 |
2 files changed, 15 insertions, 18 deletions
diff --git a/net-analyzer/fe3d/ChangeLog b/net-analyzer/fe3d/ChangeLog index 76c33c7bc775..748beed7976a 100644 --- a/net-analyzer/fe3d/ChangeLog +++ b/net-analyzer/fe3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fe3d -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/ChangeLog,v 1.15 2011/11/22 17:57:34 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/ChangeLog,v 1.16 2013/02/01 15:05:24 jer Exp $ + + 01 Feb 2013; Jeroen Roovers <jer@gentoo.org> fe3d-0.11.2.ebuild: + Remove check_wxuse. 22 Nov 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #82110 diff --git a/net-analyzer/fe3d/fe3d-0.11.2.ebuild b/net-analyzer/fe3d/fe3d-0.11.2.ebuild index f8a77bc5c965..8ae8102e4bd2 100644 --- a/net-analyzer/fe3d/fe3d-0.11.2.ebuild +++ b/net-analyzer/fe3d/fe3d-0.11.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2010 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/fe3d/fe3d-0.11.2.ebuild,v 1.6 2010/11/01 15:35:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fe3d/fe3d-0.11.2.ebuild,v 1.7 2013/02/01 15:05:24 jer Exp $ -EAPI=2 -WX_GTK_VER="2.8" -inherit autotools eutils wxwidgets +EAPI=5 +inherit autotools eutils if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then inherit subversion @@ -23,28 +22,23 @@ SLOT="0" KEYWORDS="~alpha amd64 x86" IUSE="" -RDEPEND="x11-libs/wxGTK:2.8 +DOCS=( AUTHORS doc/{ChangeLog,README}.txt ) + +RDEPEND=" >=dev-libs/xerces-c-2.7 - net-analyzer/nmap" + net-analyzer/nmap + x11-libs/wxGTK:2.8[opengl] +" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN}_${PV} -pkg_setup() { - check_wxuse opengl -} - src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch \ "${FILESDIR}"/${P}-coreutils.patch eautoreconf } -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS doc/{ChangeLog,README}.txt -} - pkg_postinst() { ewarn "This package has known issues:" ewarn "1. The radius of the geometry nodes is wrong, causing overlap" |