summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXU Benda <heroxbd@gmail.com>2013-04-07 12:10:53 +0900
committerXU Benda <heroxbd@gmail.com>2013-04-07 12:10:53 +0900
commite7872b375321ffa4d912782c5cd75100b3aca53b (patch)
treeed3ac908c7596892702e21dd49d092932a6bfd98 /net-analyzer
parentremove integrated ebuild and add numpy (diff)
downloadandroid-e7872b375321ffa4d912782c5cd75100b3aca53b.tar.gz
android-e7872b375321ffa4d912782c5cd75100b3aca53b.tar.bz2
android-e7872b375321ffa4d912782c5cd75100b3aca53b.zip
drop powerpc-softfloat-linux-gnu, glibc and wxPython updates
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/netcat-openbsd/ChangeLog9
-rw-r--r--net-analyzer/netcat-openbsd/Manifest4
-rw-r--r--net-analyzer/netcat-openbsd/metadata.xml13
-rw-r--r--net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild59
4 files changed, 0 insertions, 85 deletions
diff --git a/net-analyzer/netcat-openbsd/ChangeLog b/net-analyzer/netcat-openbsd/ChangeLog
deleted file mode 100644
index 7d86ea3..0000000
--- a/net-analyzer/netcat-openbsd/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for net-analyzer/netcat-openbsd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*netcat-openbsd (12 Sep 2008)
-
- 12 Sep 2008; Luca Pasquali <lpasquali@staff.dada.net> netcat-openbsd-1.84-r0.ebuild:
- just started the ebuild.
- package is initially put tidled in my two test environments: amd64 and x86.
diff --git a/net-analyzer/netcat-openbsd/Manifest b/net-analyzer/netcat-openbsd/Manifest
deleted file mode 100644
index 2655886..0000000
--- a/net-analyzer/netcat-openbsd/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST nc-1.84-10.fc6.src.rpm 56606 RMD160 04303dbd107b488708a5763accaf12ca1c500080 SHA1 1c129a485b0afaf1c13ac47f5b039336157d4b1d SHA256 55a324a13b60c02214e9953912c9321004b59d9777476cf009da520ea58b4425
-EBUILD netcat-openbsd-1.84.ebuild 1608 RMD160 c6a6e61db8996830bc18a33e097117d5f284ea31 SHA1 8dc294d3d87b3967819ee7c113b1a5f257636130 SHA256 9f263650cd291391b16a493ff44fdd485ecd77689992e781f814613e93d179f0
-MISC ChangeLog 351 RMD160 dc5f5e44886cb1e727b401a01c43a1afd4bcf726 SHA1 0c730b8a4d0a2b1c41759d6d32004e203c150af4 SHA256 4334637420f914dac5abdf0abc9e40a9e1c4d87e5834919be343ca598eca4262
-MISC metadata.xml 420 RMD160 4212d62ec91079fe3b2df9298f01dfe8dbd401d9 SHA1 5822bf9028692f39b1386da1a79496ee3c61e304 SHA256 87b7f281abe848c1105842d89a44da4438262f527990c4b081d321ec1488b098
diff --git a/net-analyzer/netcat-openbsd/metadata.xml b/net-analyzer/netcat-openbsd/metadata.xml
deleted file mode 100644
index 917de2e..0000000
--- a/net-analyzer/netcat-openbsd/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>netcat-openbsd</herd>
-<maintainer>
- <email>luca.pasquali@staff.dada.net</email>
- <name>Luca Pasquali</name>
-</maintainer>
-<longdescription lang="en">
- This package provides the openbsd linux port of netcat.
- Why I Packaged it? see bug #237277
-</longdescription>
-</pkgmetadata>
diff --git a/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild b/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild
deleted file mode 100644
index 3094417..0000000
--- a/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils toolchain-funcs rpm
-
-DESCRIPTION="the OpenBSD network swiss army knife"
-HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"
-SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/nc-1.84-22.el6.src.rpm"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/nc
-
-src_unpack() {
- #unpack the source and do package patching
- rpm_src_unpack
- cd "${S}"
- epatch "../nc-1.84-glib.patch"
- epatch "../nc-1.78-pollhup.patch"
- epatch "../nc-1.82-reuseaddr.patch"
- epatch "../nc-gcc_signess.patch"
- epatch "../nc-1.84-connect_with_timeout.patch"
- epatch "../nc-1.84-udp_stop.patch"
- epatch "../nc-1.84-udp_port_scan.patch"
- epatch "../nc-1.84-crlf.patch"
- epatch "../nc-1.84-verb.patch"
- epatch "../nc-1.84-man.patch"
- epatch "../nc-1.84-gcc4.3.patch"
- epatch "../nc-1.84-efficient_reads.patch"
- epatch "../nc-1.84-verbose-segfault.patch"
-}
-
-src_compile() {
- use static && export STATIC="-static"
- COMPILER=$(tc-getCC)
- ${COMPILER} ${CFLAGS} `pkg-config --cflags --libs glib-2.0` netcat.c \
- atomicio.c socks.c -o nc.openbsd || die
-}
-
-src_install() {
- # INSTDIR is an ugly hack. I bet that there is a better way do define this
- INSTDIR="/usr/bin"
- dobin nc.openbsd || die "dobin failed"
- dodoc README*
- doman nc.1
- docinto scripts
- dodoc scripts/*
- dosym ${INSTDIR}/nc.openbsd ${INSTDIR}/nc
-}