diff --git a/net-analyzer/iptraf-ng/Manifest b/net-analyzer/iptraf-ng/Manifest deleted file mode 100644 index 55755f9..0000000 --- a/net-analyzer/iptraf-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD iptraf-ng-9999.ebuild 656 RMD160 0de148d53171a25437dc45a7a4bdc7e98e30a9d5 SHA1 af7e45b15e8e2124d888c95502ec628d94225864 SHA256 6fa99d9f75086c20705b7cf92cfd658dfcd2925c12052ba83c1d5127301203a3 diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild deleted file mode 100644 index 3421627..0000000 --- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit git-2 autotools-utils - -DESCRIPTION="A console-based network monitoring utility" -HOMEPAGE="http://fedorahosted.org/iptraf-ng/" -SRC_URI="" -EGIT_REPO_URI="git://git.fedorahosted.org/git/iptraf-ng.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=">=sys-libs/ncurses-5.7-r7" -DEPEND="${RDEPEND} - !net-analyzer/iptraf" - -AUTOTOOLS_AUTORECONF="1" - -src_prepare() { - ./gen-version - autotools-utils_src_prepare -} - -src_install() { - autotools-utils_src_install - dohtml -r Documentation - keepdir /var/{lib,log,lock}/iptraf-ng #376157 -}