diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-30 08:14:36 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-30 08:14:36 +0000 |
commit | 91c819358ab5dc34683b88669cd1b2ad6cca1333 (patch) | |
tree | 3ea18d42f421bde568283b4d4170258ab4ee45fc /net-analyzer | |
parent | Add typo fix patch for help output wrt bug #263326 (diff) | |
download | gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.tar.gz gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.tar.bz2 gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.zip |
Remove RESTRICT="mirror" cause package licenses does not forbid mirroring
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/bwmon/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3-r1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/bwmon/ChangeLog b/net-analyzer/bwmon/ChangeLog index ee31d1e61a9b..e429dd713be2 100644 --- a/net-analyzer/bwmon/ChangeLog +++ b/net-analyzer/bwmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/bwmon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/ChangeLog,v 1.19 2012/09/30 08:13:06 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/ChangeLog,v 1.20 2012/09/30 08:14:36 pinkbyte Exp $ + + 30 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> bwmon-1.3.ebuild, + bwmon-1.3-r1.ebuild: + Remove RESTRICT="mirror" cause package licenses does not forbid mirroring 30 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> bwmon-1.3-r1.ebuild, +files/bwmon-1.3-typo-fix.patch: diff --git a/net-analyzer/bwmon/bwmon-1.3-r1.ebuild b/net-analyzer/bwmon/bwmon-1.3-r1.ebuild index 7ce3300ad51c..7914eb6e5734 100644 --- a/net-analyzer/bwmon/bwmon-1.3-r1.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3-r1.ebuild,v 1.3 2012/09/30 08:13:06 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3-r1.ebuild,v 1.4 2012/09/30 08:14:36 pinkbyte Exp $ EAPI="4" @@ -9,7 +9,6 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="mirror" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 62c0325f7c5d..63c26767602f 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.20 2011/12/15 16:16:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.21 2012/09/30 08:14:36 pinkbyte Exp $ inherit toolchain-funcs flag-o-matic DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="mirror" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |