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: 1621085267.31b4bd94b729b7806ab36d5a3cd961c411d7ce9e.zlogene@gentoo
1 commit: 31b4bd94b729b7806ab36d5a3cd961c411d7ce9e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 13:27:47 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 13:27:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b4bd94
7
8 app-text/wgetpaste: Drop old
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild
17 deleted file mode 100644
18 index c3eb7ed4512..00000000000
19 --- a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="7"
26 -
27 -DESCRIPTION="Command-line interface to various pastebins"
28 -HOMEPAGE="http://wgetpaste.zlin.dk/"
29 -
30 -COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22"
31 -SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="public-domain"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
36 -IUSE="+ssl"
37 -
38 -RDEPEND="net-misc/wget[ssl?]"
39 -
40 -S="${WORKDIR}/${PN}-${COMMIT_HASH}"
41 -
42 -src_prepare() {
43 - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
44 - default
45 -}
46 -
47 -src_install() {
48 - dobin ${PN}
49 - insinto /usr/share/zsh/site-functions
50 - doins _wgetpaste
51 -}