commit: 16fb0105db4ac9955ad2f01f9a5c7db16e7afcce Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Jul 25 06:06:30 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 06:06:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fb0105
net-analyzer/nbwmon: Old. Package-Manager: portage-2.3.0 net-analyzer/nbwmon/Manifest | 2 -- net-analyzer/nbwmon/files/nbwmon-0.4.3-tinfo.patch | 11 --------- net-analyzer/nbwmon/nbwmon-0.4.3.ebuild | 27 ---------------------- net-analyzer/nbwmon/nbwmon-0.5.1.ebuild | 27 ---------------------- 4 files changed, 67 deletions(-) diff --git a/net-analyzer/nbwmon/Manifest b/net-analyzer/nbwmon/Manifest index 35dbb8e..6fa6d72 100644 --- a/net-analyzer/nbwmon/Manifest +++ b/net-analyzer/nbwmon/Manifest @@ -1,3 +1 @@ -DIST nbwmon-0.4.3.tar.gz 5273 SHA256 e05822e9c4deea1d6e52ed5998400a1f660280b7da4e0fa7b681b56c5b4e302b SHA512 8508249488bbfa365af4060cad2840d15e77248c4d9ab51b69e905e048243868f3e899118b36d48df7e83dd2a80d047c6ddc144e95c47c3634bf03ddde0a170c WHIRLPOOL 59b46fb8f42fbd007bd88dbf56c7d88f3ed0512ccabda49f24a6a17358f3e812e60f961d00106af1cbbc08a3030804c18d8a3096ddff1746da2117f5464bcdb7 -DIST nbwmon-0.5.1.tar.gz 5638 SHA256 ea2314ededf963c3f22e9d61b1e0f7c61f80bcb07f1ee1fa8446222ef2f74c13 SHA512 bd26a731b6fa2edefa76d3620f09e62de7906fcb312219b90da8c3d8a0bf7b19fa0a5d9eca55217df5bcb4203a6f893c0ed34b1dcd8afc2e08aa653ccd926c24 WHIRLPOOL be0845cd8e8561627e3b36c196fe4a930a2423d4d69608a8d78713e63d44037d287dad027d1e06d7965603bfca9efbfd4f1080d57634182d204e9e1743c2dc7a DIST nbwmon-0.5.2.tar.gz 5807 SHA256 3244e8504168db04cf3b2b89769b83bb4663be803d4a5dd044b092f3a96c507f SHA512 11502015b8a04d8a65c2f06d9e921c193c2e4968dbbd781791c30f35a2cf1135bbf784280b9070670be2b58c4355bf7bdf631d5932ec3a01637db803a4c88bf4 WHIRLPOOL 80a224d6fef11bdf0a778d06f8f074a106bb99f900afaecc838319d787d836bb054ca0bec517a6db82434338326d3e468b566cba4936a2535d36b80f5ee6f6ca diff --git a/net-analyzer/nbwmon/files/nbwmon-0.4.3-tinfo.patch b/net-analyzer/nbwmon/files/nbwmon-0.4.3-tinfo.patch deleted file mode 100644 index cb2b7a3..0000000 --- a/net-analyzer/nbwmon/files/nbwmon-0.4.3-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -2,7 +2,7 @@ - # add -I/usr/pkg/include and -L/usr/pkg/lib to the options - # below. - CFLAGS+=-std=c99 -pedantic -Wall -Wextra --LDLIBS=-lncurses -+LDLIBS=$(shell $(PKG_CONFIG) --libs ncurses) - - BIN=nbwmon - diff --git a/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild b/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild deleted file mode 100644 index 2f8b5f3..0000000 --- a/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="ncurses bandwidth monitor" -HOMEPAGE="https://github.com/defer-/nbwmon" -SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND=" - sys-libs/ncurses -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - tc-export CC PKG_CONFIG -} diff --git a/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild b/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild deleted file mode 100644 index c332614..0000000 --- a/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="ncurses bandwidth monitor" -HOMEPAGE="http://causes.host.funtoo.org/?p=nbwmon https://github.com/causes-/nbwmon" -SRC_URI="https://github.com/causes-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND=" - sys-libs/ncurses -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.4.3-tinfo.patch - tc-export CC PKG_CONFIG -}