diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-06 23:50:06 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-06 23:50:06 +0000 |
commit | 7eb0eb4f83de26d8beb01d00ecce784308ab5a2a (patch) | |
tree | f8cb1252ffcd3bfb0825950beb42efca052cec26 /net-analyzer | |
parent | Version bump. (diff) | |
download | gentoo-2-7eb0eb4f83de26d8beb01d00ecce784308ab5a2a.tar.gz gentoo-2-7eb0eb4f83de26d8beb01d00ecce784308ab5a2a.tar.bz2 gentoo-2-7eb0eb4f83de26d8beb01d00ecce784308ab5a2a.zip |
Remove old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch | 15 | ||||
-rw-r--r-- | net-analyzer/nload/files/nload-0.7.1-gcc43.patch | 31 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.7.1.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.7.2.ebuild | 29 |
5 files changed, 6 insertions, 106 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index 1f4c8eb9d81d..dc706838570b 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nload # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.38 2012/02/06 23:49:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.39 2012/02/06 23:50:06 radhermit Exp $ + + 06 Feb 2012; Tim Harder <radhermit@gentoo.org> + -files/nload-0.6.0-prevent-stripping.patch, -nload-0.7.1.ebuild, + -files/nload-0.7.1-gcc43.patch, -nload-0.7.2.ebuild: + Remove old. *nload-0.7.4 (06 Feb 2012) diff --git a/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch b/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch deleted file mode 100644 index a856f8ece058..000000000000 --- a/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: nload-0.6.0/configure.in -=================================================================== ---- nload-0.6.0.orig/configure.in -+++ nload-0.6.0/configure.in -@@ -76,8 +76,8 @@ fi - dnl Adds extra arguments to configure script. - AC_ARG_ENABLE(debug, - AC_HELP_STRING([--enable-debug], [do not strip debugging symbols (default no)]), -- test "$enableval" = "no" && LDFLAGS="$LDFLAGS -s", -- LDFLAGS="$LDFLAGS -s") -+ test "$enableval" = "no" && LDFLAGS="$LDFLAGS", -+ LDFLAGS="$LDFLAGS") - - dnl Checks for library functions. - AC_TYPE_SIGNAL diff --git a/net-analyzer/nload/files/nload-0.7.1-gcc43.patch b/net-analyzer/nload/files/nload-0.7.1-gcc43.patch deleted file mode 100644 index c51e1d934818..000000000000 --- a/net-analyzer/nload/files/nload-0.7.1-gcc43.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -NrU5 nload-0.7.1.orig/src/device.cpp nload-0.7.1/src/device.cpp ---- nload-0.7.1.orig/src/device.cpp 2008-02-02 17:14:34.000000000 +0100 -+++ nload-0.7.1/src/device.cpp 2008-04-22 08:08:40.000000000 +0200 -@@ -19,10 +19,11 @@ - #include "devreader.h" - #include "graph.h" - #include "setting.h" - #include "settingstore.h" - #include "window.h" -+#include <climits> - - #include <iomanip> - - using namespace std; - -diff -NrU5 nload-0.7.1.orig/src/main.cpp nload-0.7.1/src/main.cpp ---- nload-0.7.1.orig/src/main.cpp 2008-02-27 21:22:35.000000000 +0100 -+++ nload-0.7.1/src/main.cpp 2008-04-22 08:11:26.000000000 +0200 -@@ -50,10 +50,12 @@ - - #include <ctype.h> - #include <time.h> - #include <curses.h> - #include <signal.h> -+#include <cstring> -+ - #undef clear - #undef erase - #undef refresh - - #define STANDARD_AVERAGE_WINDOW 300 diff --git a/net-analyzer/nload/nload-0.7.1.ebuild b/net-analyzer/nload/nload-0.7.1.ebuild deleted file mode 100644 index c14aa330a5b6..000000000000 --- a/net-analyzer/nload/nload-0.7.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.1.ebuild,v 1.5 2011/04/20 00:10:14 jer Exp $ - -inherit eutils autotools - -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" -HOMEPAGE="http://www.roland-riegel.de/nload/index.html" -SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.6.0-prevent-stripping.patch \ - "${FILESDIR}"/${P}-gcc43.patch - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README -} diff --git a/net-analyzer/nload/nload-0.7.2.ebuild b/net-analyzer/nload/nload-0.7.2.ebuild deleted file mode 100644 index 92649611fbff..000000000000 --- a/net-analyzer/nload/nload-0.7.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.2.ebuild,v 1.1 2011/04/20 00:10:13 jer Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" -HOMEPAGE="http://www.roland-riegel.de/nload/index.html" -SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND="${DEPEND}" - -src_configure() { - # --enable-debug do not strip debugging symbols (default no) - econf --enable-debug -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README -} |