diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-05 15:39:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-05 15:47:52 +0200 |
commit | 0fb9429930c4c8ffac3e125d9f95e063cc185013 (patch) | |
tree | fe00e7294ae3b259c69bebf7806424acfc45bca9 /net-analyzer | |
parent | dev-libs/m17n-lib: drop old (diff) | |
download | gentoo-0fb9429930c4c8ffac3e125d9f95e063cc185013.tar.gz gentoo-0fb9429930c4c8ffac3e125d9f95e063cc185013.tar.bz2 gentoo-0fb9429930c4c8ffac3e125d9f95e063cc185013.zip |
net-analyzer/fe3d: Remove last-rited pkg, #564100
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fe3d/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/fe3d/fe3d-0.11.2.ebuild | 54 | ||||
-rw-r--r-- | net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch | 39 | ||||
-rw-r--r-- | net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch | 12 | ||||
-rw-r--r-- | net-analyzer/fe3d/metadata.xml | 7 |
5 files changed, 0 insertions, 113 deletions
diff --git a/net-analyzer/fe3d/Manifest b/net-analyzer/fe3d/Manifest deleted file mode 100644 index 31293918db8d..000000000000 --- a/net-analyzer/fe3d/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fe3d_0.11.2-src.tar.bz2 322740 SHA256 8aef228d72c17d9dc060de15c751abbf12e1445f938f27c50cd33cb43d76d833 SHA512 989ca9d19f3f23c8c10afad978cc5226e190d6d0c28ea8402e1894598c136eda345258d96ffce3585af7a8cd993ce377f863a7c43620ceda8d3b0ce674eb616f WHIRLPOOL b5686ea9427149573be4b26a6786eda2ce091069ea22de9b607e30c46670553771c1d11379417ad8ccb29fd3706c151848b80aebe393a22b29353c4b91cee509 diff --git a/net-analyzer/fe3d/fe3d-0.11.2.ebuild b/net-analyzer/fe3d/fe3d-0.11.2.ebuild deleted file mode 100644 index b3a60faee33b..000000000000 --- a/net-analyzer/fe3d/fe3d-0.11.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER="2.8" -inherit autotools eutils wxwidgets - -if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then - inherit subversion - SRC_URI="" - FE3D_REV=${BASH_REMATCH[2]} - ESVN_REPO_URI="http://svn.icapsid.net/fe3d/fe3d/branches/fe3d_0.11/@${FE3D_REV}" -else - SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}-src.tar.bz2" -fi - -DESCRIPTION="A 3D visualization tool for network security information" -HOMEPAGE="http://projects.icapsid.net/fe3d/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 x86" - -DOCS=( AUTHORS doc/{ChangeLog,README}.txt ) - -RDEPEND=" - >=dev-libs/xerces-c-2.7 - net-analyzer/nmap - x11-libs/wxGTK:2.8[opengl] -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}_${PV} - -src_prepare() { - need-wxwidgets unicode - - epatch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-coreutils.patch - - eautoreconf -} - -pkg_postinst() { - ewarn "This package has known issues:" - ewarn "1. The radius of the geometry nodes is wrong, causing overlap" - ewarn "2. Earth (and other) textures are upside down" - ewarn "3. This package contains some minor memory leaks" - echo - elog "Example using a nmap log:" - elog "/usr/bin/nmap -oX test.xml -O --osscan_limit 192.168.0.0/24" - elog "/usr/bin/fe3d test.xml" -} diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch deleted file mode 100644 index 63d475194162..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,16 +46,15 @@ - ]) - fi - --CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" --CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" --CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" --LIBS="$LIBS $WX_LIBS" -+#CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" -+#CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" -+#CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" -+#LIBS="$LIBS $WX_LIBS" - - AM_CPPFLAGS="$AM_CPPFLAGS $GL_CFLAGS $GLU_CFLAGS" --AM_LDFLAGS="$AM_LDFLAGS $GL_LIBS $GLU_LIBS" - AC_SUBST([AM_CPPFLAGS]) - AC_SUBST([AM_LDFLAGS]) --AC_SUBST([$PREFIX]) -+#AC_SUBST([$PREFIX]) - - AC_OUTPUT - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,8 +1,10 @@ --fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" -+fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" @WX_CPPFLAGS@ - INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include - bin_PROGRAMS = fe3d - fe3d_SOURCES = fe_config.cpp fe_core.cpp fe_draw.cpp fe_events.cpp fe_host.cpp fe_hosts.cpp fe_match.cpp fe_node.cpp fe_os_rgx.cpp fe_port.cpp fe_root_node.cpp fe_tools.cpp geo_cache.cpp gl_util.cpp libfe3d.cpp nmap_parser.cpp tex_cache.cpp wxfe3d_app.cpp wxfe3d_frame.cpp wxfe3d_glcanvas.cpp ui_nmap_ctrl.cpp ./gui/fe3d_ui.cpp ./regexp/Matcher.cpp ./regexp/Pattern.cpp ./regexp/WCMatcher.cpp ./regexp/WCPattern.cpp -- -+fe3d_CFLAGS = @WX_CFLAGS@ -+fe3d_CXXFLAGS = @WX_CXXFLAGS_ONLY@ -+fe3d_LDADD = @GLU_LIBS@ @WX_LIBS@ - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img - fe3d_DATA = $(top_srcdir)/data/* diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch deleted file mode 100644 index 547d86fb5cab..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/330047 - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -5,5 +5,5 @@ - - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img --fe3d_DATA = $(top_srcdir)/data/* --fe3d_img_DATA = $(top_srcdir)/data/img/* -+fe3d_DATA = $(top_srcdir)/data/*.xml -+fe3d_img_DATA = $(top_srcdir)/data/img/*.png diff --git a/net-analyzer/fe3d/metadata.xml b/net-analyzer/fe3d/metadata.xml deleted file mode 100644 index d591884eb97a..000000000000 --- a/net-analyzer/fe3d/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<upstream> -<remote-id type="sourceforge">fe3d</remote-id> -</upstream> -</pkgmetadata> |