Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/
Date: Mon, 26 Aug 2019 23:14:42
Message-Id: 1566861170.f70ea72b8ecf5f51646ae27ca81d9fb1509bbeb3.sbraz@gentoo
1 commit: f70ea72b8ecf5f51646ae27ca81d9fb1509bbeb3
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 23:11:55 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 23:12:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70ea72b
7
8 app-text/wgetpaste: remove old
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.16
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 app-text/wgetpaste/wgetpaste-2.29.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/app-text/wgetpaste/wgetpaste-2.29.ebuild b/app-text/wgetpaste/wgetpaste-2.29.ebuild
17 deleted file mode 100644
18 index ff53674f069..00000000000
19 --- a/app-text/wgetpaste/wgetpaste-2.29.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2019 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 -SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
30 -
31 -LICENSE="public-domain"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
34 -IUSE="+ssl"
35 -
36 -DEPEND=""
37 -RDEPEND="net-misc/wget[ssl?]"
38 -
39 -src_prepare() {
40 - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
41 - default
42 -}
43 -
44 -src_install() {
45 - dobin ${PN}
46 - insinto /usr/share/zsh/site-functions
47 - doins _wgetpaste
48 -}