diff options
author | 2013-01-15 20:22:01 +0000 | |
---|---|---|
committer | 2013-01-15 20:22:01 +0000 | |
commit | 2fb8977e96831f4094ec83d7569d793376e761b3 (patch) | |
tree | 401502ceef27a964627f87a473af0dbba913cf5a /app-text | |
parent | Fix LICENSE, bug 449954. (diff) | |
download | gentoo-2-2fb8977e96831f4094ec83d7569d793376e761b3.tar.gz gentoo-2-2fb8977e96831f4094ec83d7569d793376e761b3.tar.bz2 gentoo-2-2fb8977e96831f4094ec83d7569d793376e761b3.zip |
Fix LICENSE, see notice in rfc-3.2.3 file, bug 452194.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rfcutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/rfcutil/rfcutil-3.2.3-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog index 8918251de902..923a24cd2726 100644 --- a/app-text/rfcutil/ChangeLog +++ b/app-text/rfcutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rfcutil -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.39 2012/10/17 05:04:42 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.40 2013/01/15 20:22:01 ulm Exp $ + + 15 Jan 2013; Ulrich Müller <ulm@gentoo.org> rfcutil-3.2.3-r2.ebuild: + Fix LICENSE, see notice in rfc-3.2.3 file, bug 452194. 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> -files/rfc-3.2.3.diff, -rfcutil-3.2.3-r1.ebuild: diff --git a/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild b/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild index 8dadf564a5d4..c0c8a6c8d56d 100644 --- a/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild +++ b/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild @@ -1,6 +1,6 @@ -# 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/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild,v 1.4 2012/10/17 03:20:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3-r2.ebuild,v 1.5 2013/01/15 20:22:01 ulm Exp $ EAPI=4 @@ -14,7 +14,7 @@ DESCRIPTION="return all related RFCs based upon a number or a search string" HOMEPAGE="http://www.dewn.com/rfc/" SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="freedist" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" |