Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/
Date: Sat, 15 May 2021 13:29:44
Message-Id: 1621085339.d518a392be8cd4e926bb53f5843408ee429f4f1e.zlogene@gentoo
1 commit: d518a392be8cd4e926bb53f5843408ee429f4f1e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 13:28:59 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 13:28:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d518a392
7
8 app-text/wgetpaste: change LICENSE
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/wgetpaste/wgetpaste-2.29-r1.ebuild | 5 ++---
14 app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
18 index 664406626a3..3f189edaa45 100644
19 --- a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
20 +++ b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -7,12 +7,11 @@ DESCRIPTION="Command-line interface to various pastebins"
28 HOMEPAGE="http://wgetpaste.zlin.dk/"
29 SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
30
31 -LICENSE="public-domain"
32 +LICENSE="MIT"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
35 IUSE="+ssl"
36
37 -DEPEND=""
38 RDEPEND="net-misc/wget[ssl?]"
39
40 PATCHES=( "${FILESDIR}/${P}-fix-bpaste.patch" )
41
42 diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
43 index 62b07cb4f81..95f415fdbb8 100644
44 --- a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
45 +++ b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
46 @@ -9,7 +9,7 @@ HOMEPAGE="http://wgetpaste.zlin.dk/"
47 COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22"
48 SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
49
50 -LICENSE="public-domain"
51 +LICENSE="MIT"
52 SLOT="0"
53 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 amd64-linux ~x86-linux ~x64-macos"
54 IUSE="+ssl"