summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-14 13:06:34 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-14 13:06:34 +0000
commited6d2663746ac0d63119123092cc7b9efde9c64e (patch)
tree4b1b967b12610ddfd9d05536e1ca3e473eac8452 /net-analyzer/nbtscan
parentfreetype is not directly needed. Fix bug #515768 (diff)
downloadgentoo-2-ed6d2663746ac0d63119123092cc7b9efde9c64e.tar.gz
gentoo-2-ed6d2663746ac0d63119123092cc7b9efde9c64e.tar.bz2
gentoo-2-ed6d2663746ac0d63119123092cc7b9efde9c64e.zip
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/nbtscan')
-rw-r--r--net-analyzer/nbtscan/ChangeLog5
-rw-r--r--net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/net-analyzer/nbtscan/ChangeLog b/net-analyzer/nbtscan/ChangeLog
index 70950df93691..64a93b97e919 100644
--- a/net-analyzer/nbtscan/ChangeLog
+++ b/net-analyzer/nbtscan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nbtscan
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/ChangeLog,v 1.32 2014/07/14 12:37:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/ChangeLog,v 1.33 2014/07/14 13:06:34 jer Exp $
+
+ 14 Jul 2014; Jeroen Roovers <jer@gentoo.org> -nbtscan-1.5.1-r2.ebuild:
+ Old.
*nbtscan-1.5.1-r3 (14 Jul 2014)
diff --git a/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild b/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild
deleted file mode 100644
index 4957ba32d036..000000000000
--- a/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.5.1-r2.ebuild,v 1.2 2010/09/15 01:24:39 jer Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information"
-HOMEPAGE="http://www.inetcat.net/software/nbtscan.html"
-SRC_URI="http://www.sourcefiles.org/Networking/Tools/Miscellanenous/${P}.tar.gz"
-SRC_URI="http://www.inetcat.net/software/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-S=${WORKDIR}/${P}a
-
-src_prepare() {
- sed -i Makefile.in \
- -e 's| -o | $(LDFLAGS)&|g' \
- -e 's| \($(BINDIR)\)| $(DESTDIR)/\1|g' \
- || die "sed Makefile.in"
- epatch \
- "${FILESDIR}"/${P}-script-whitespace.patch \
- "${FILESDIR}"/${P}-includes-declarations.patch
-}
-
-src_install () {
- dobin ${PN} || die "dobin ${PN}"
- dodoc ChangeLog README
-}