Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ed/
Date: Mon, 23 Jan 2017 19:44:34
Message-Id: 1485200664.41a6240049dfaa9ccc2c5d8d69f898f803263154.robbat2@gentoo
1 commit: 41a6240049dfaa9ccc2c5d8d69f898f803263154
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 19:14:28 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 19:44:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a62400
7
8 sys-apps/ed: upstream switched to GPL-3 license long ago, and we missed it.
9
10 Package-Manager: portage-2.3.2
11
12 sys-apps/ed/ed-1.10.ebuild | 4 ++--
13 sys-apps/ed/ed-1.13.ebuild | 2 +-
14 sys-apps/ed/ed-1.14.1.ebuild | 2 +-
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-apps/ed/ed-1.10.ebuild b/sys-apps/ed/ed-1.10.ebuild
18 index c67131f..7f39dba 100644
19 --- a/sys-apps/ed/ed-1.10.ebuild
20 +++ b/sys-apps/ed/ed-1.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -10,7 +10,7 @@ DESCRIPTION="Your basic line editor"
28 HOMEPAGE="https://www.gnu.org/software/ed/"
29 SRC_URI="mirror://gnu/ed/${P}.tar.lz"
30
31 -LICENSE="GPL-2"
32 +LICENSE="GPL-3"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 IUSE=""
36
37 diff --git a/sys-apps/ed/ed-1.13.ebuild b/sys-apps/ed/ed-1.13.ebuild
38 index 25480cf..b6c435e 100644
39 --- a/sys-apps/ed/ed-1.13.ebuild
40 +++ b/sys-apps/ed/ed-1.13.ebuild
41 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/ed/"
42 # Using gzip instead -- the filesize diff is small and lzip uncommon #545344
43 SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz"
44
45 -LICENSE="GPL-2"
46 +LICENSE="GPL-3"
47 SLOT="0"
48 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 IUSE=""
50
51 diff --git a/sys-apps/ed/ed-1.14.1.ebuild b/sys-apps/ed/ed-1.14.1.ebuild
52 index 4aef3ce..1131364 100644
53 --- a/sys-apps/ed/ed-1.14.1.ebuild
54 +++ b/sys-apps/ed/ed-1.14.1.ebuild
55 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/ed/"
56 # Using gzip instead -- the filesize diff is small and lzip uncommon #545344
57 SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz"
58
59 -LICENSE="GPL-2"
60 +LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""