diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-24 15:44:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-24 15:44:19 +0000 |
commit | ffbb6214f480614ee8e6d9de127604794c82bfb9 (patch) | |
tree | 5a79a8f367c7193e5626179705818707443ac5dc /x11-misc/mgm | |
parent | Fix building with automake-1.13. (diff) | |
download | gentoo-2-ffbb6214f480614ee8e6d9de127604794c82bfb9.tar.gz gentoo-2-ffbb6214f480614ee8e6d9de127604794c82bfb9.tar.bz2 gentoo-2-ffbb6214f480614ee8e6d9de127604794c82bfb9.zip |
Fix LICENSE, released into the public domain, bug 446782.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'x11-misc/mgm')
-rw-r--r-- | x11-misc/mgm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/mgm/mgm-1.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/mgm/ChangeLog b/x11-misc/mgm/ChangeLog index 0cc24f65ff6d..f4ec6819d157 100644 --- a/x11-misc/mgm/ChangeLog +++ b/x11-misc/mgm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/mgm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.22 2012/12/17 19:19:02 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.23 2013/04/24 15:44:19 ulm Exp $ + + 24 Apr 2013; Ulrich Müller <ulm@gentoo.org> mgm-1.2.ebuild: + Fix LICENSE, released into the public domain, bug 446782. 17 Dec 2012; Jeroen Roovers <jer@gentoo.org> -mgm-1.1.ebuild, -mgm-1.1_p14506.ebuild, -files/mgm-1.1-gentoo.patch: diff --git a/x11-misc/mgm/mgm-1.2.ebuild b/x11-misc/mgm/mgm-1.2.ebuild index dfc08cd4033c..7a370a9272ea 100644 --- a/x11-misc/mgm/mgm-1.2.ebuild +++ b/x11-misc/mgm/mgm-1.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/mgm-1.2.ebuild,v 1.4 2012/03/18 15:52:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/mgm-1.2.ebuild,v 1.5 2013/04/24 15:44:19 ulm Exp $ DESCRIPTION="Moaning Goat Meter: load and status meter written in Perl" HOMEPAGE="http://www.linuxmafia.com/mgm" SRC_URI="http://downloads.xiph.org/releases/mgm/${P}.tgz" -KEYWORDS="~amd64 ppc x86" +LICENSE="public-domain" SLOT="0" -LICENSE="as-is" +KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND=">=dev-lang/perl-5.6.1 |