Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/push/
Date: Fri, 18 Sep 2020 09:38:19
Message-Id: 1600421876.90d43823f3ae9b451171cbeae71b8f66e0ce32e0.mgorny@gentoo
1 commit: 90d43823f3ae9b451171cbeae71b8f66e0ce32e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:24:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:37:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d43823
7
8 app-shells/push: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/push/Manifest | 1 -
13 app-shells/push/push-3.3.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
17 index 6f191e84e8a..4e5dec63d5e 100644
18 --- a/app-shells/push/Manifest
19 +++ b/app-shells/push/Manifest
20 @@ -1,3 +1,2 @@
21 DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff
22 -DIST push-3.3.tar.gz 2794 BLAKE2B 98bc36a27e10e4b548f35802eb56ccab0ecd59ae512cde946382653aff0d8744c9908abda748e07b7eb398780a7bc4e2fdbe157b409cc71c9a184d36fe4debb8 SHA512 e0b26af53eb89ba706c681d8fbdc77f7be8d18e02446aa9a1096faa2ead714fcea4687f4dd28c422a598465721b69b075485ef29289effc9c9dd58ed0d915c9a
23 DIST push-3.4.tar.gz 2839 BLAKE2B cc7dcdb0208b1eb9d36963acbbc1e0c852c4164d5ba2a35bd52848338bab7f66073c9c780c82e28b3f1bdd55d81f26f5281694ba76214fd7631f946e0fdc199c SHA512 aa118f42210b40d790c0b274045ff45c2067cf894731228f5065eb44a723fd813549204797c365329f409e36f564ec22f6d956341b1f2b62964b918e76991344
24
25 diff --git a/app-shells/push/push-3.3.ebuild b/app-shells/push/push-3.3.ebuild
26 deleted file mode 100644
27 index e47ede3a3d1..00000000000
28 --- a/app-shells/push/push-3.3.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
37 -HOMEPAGE="https://github.com/vaeth/push/"
38 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
43 -
44 -src_compile() { :; }
45 -
46 -src_install() {
47 - insinto /usr/share/${PN}
48 - doins bin/push.sh
49 - dodoc README.md
50 -}