diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-25 12:54:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-25 12:54:23 +0000 |
commit | 96e5b239b322ff21528e295694855358bbb798c3 (patch) | |
tree | bce5590d8740c673d0450a2cee524a9bfc8df1ef /net-analyzer/bmon | |
parent | Version bump. This is stable candidate. (diff) | |
download | gentoo-2-96e5b239b322ff21528e295694855358bbb798c3.tar.gz gentoo-2-96e5b239b322ff21528e295694855358bbb798c3.tar.bz2 gentoo-2-96e5b239b322ff21528e295694855358bbb798c3.zip |
Correct license thanks to Luke-Jr (bug #301973).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/bmon')
-rw-r--r-- | net-analyzer/bmon/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/bmon/bmon-2.1.0-r3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/bmon/bmon-2.1.1_pre1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/bmon/ChangeLog b/net-analyzer/bmon/ChangeLog index 1cb8036cf63d..ef8e57944e89 100644 --- a/net-analyzer/bmon/ChangeLog +++ b/net-analyzer/bmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/bmon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.42 2009/10/17 07:47:56 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.43 2010/01/25 12:54:23 jer Exp $ + + 25 Jan 2010; Jeroen Roovers <jer@gentoo.org> bmon-2.1.0-r3.ebuild, + bmon-2.1.1_pre1.ebuild: + Correct license thanks to Luke-Jr (bug #301973). 17 Oct 2009; Markus Meier <maekke@gentoo.org> metadata.xml: remove dbi description as it is global now diff --git a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild b/net-analyzer/bmon/bmon-2.1.0-r3.ebuild index b09470c9e752..20162a20e8b9 100644 --- a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild +++ b/net-analyzer/bmon/bmon-2.1.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.0-r3.ebuild,v 1.8 2008/08/14 15:06:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.0-r3.ebuild,v 1.9 2010/01/25 12:54:23 jer Exp $ inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="interface bandwidth monitor" HOMEPAGE="http://people.suug.ch/~tgr/bmon/" SRC_URI="http://people.suug.ch/~tgr/bmon/files/${P}.tar.gz" -LICENSE="Artistic" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 hppa ~ppc ~sparc x86" IUSE="dbi rrdtool" diff --git a/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild b/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild index 287e3baece48..cc28746387a4 100644 --- a/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild +++ b/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.1 2009/01/20 17:14:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.2 2010/01/25 12:54:23 jer Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ DESCRIPTION="interface bandwidth monitor" HOMEPAGE="http://people.suug.ch/~tgr/bmon/" SRC_URI="http://people.suug.ch/~tgr/bmon/files/${PN}-${MY_PV}.tar.gz" -LICENSE="Artistic" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="dbi rrdtool" |