summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-15 16:28:59 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-15 16:28:59 +0300
commitd518a392be8cd4e926bb53f5843408ee429f4f1e (patch)
tree76c11a7da3ecf1e303a2120ea21806c9ab53a800 /app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
parentapp-text/wgetpaste: Drop old (diff)
downloadgentoo-d518a392be8cd4e926bb53f5843408ee429f4f1e.tar.gz
gentoo-d518a392be8cd4e926bb53f5843408ee429f4f1e.tar.bz2
gentoo-d518a392be8cd4e926bb53f5843408ee429f4f1e.zip
app-text/wgetpaste: change LICENSE
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text/wgetpaste/wgetpaste-2.29-r1.ebuild')
-rw-r--r--app-text/wgetpaste/wgetpaste-2.29-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
index 664406626a3a..3f189edaa450 100644
--- a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -7,12 +7,11 @@ DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="http://wgetpaste.zlin.dk/"
SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
-LICENSE="public-domain"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="+ssl"
-DEPEND=""
RDEPEND="net-misc/wget[ssl?]"
PATCHES=( "${FILESDIR}/${P}-fix-bpaste.patch" )