Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/push/
Date: Sat, 09 Dec 2017 01:36:59
Message-Id: 1512783387.d55c7cd0634878b8a0e9a64338f01a00a5857934.xmw@gentoo
1 commit: d55c7cd0634878b8a0e9a64338f01a00a5857934
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 01:36:06 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 01:36:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55c7cd0
7
8 app-shells/push: Remove old versions.
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-shells/push/Manifest | 1 -
13 app-shells/push/push-1.6.ebuild | 20 --------------------
14 app-shells/push/push-2.0.ebuild | 19 -------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
18 index ae3a1c82657..869e65d04fa 100644
19 --- a/app-shells/push/Manifest
20 +++ b/app-shells/push/Manifest
21 @@ -1,2 +1 @@
22 -DIST push-1.6.tar.gz 1955 SHA256 713dea172ede55971ff82da932782503c2aa6703eba73c1ac317ec4c8eb22e80 SHA512 4623f51249138bacb7251fb5d5d1ae8dd070de7ce628e42b6eed90a4b6ffd36d28eb58b116f5b1833bc1affa8db539da9b94d104ffe03c6bd1e294b56c393c86 WHIRLPOOL 787f65542e92fd10c411969d03ec17b45a90b35e9c8e17b9fb3e732fb1d97813f04c3a03cc329a469a5bea2a194f879f4c600e2e534dd8c778f7f712d4c171b1
23 DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1
24
25 diff --git a/app-shells/push/push-1.6.ebuild b/app-shells/push/push-1.6.ebuild
26 deleted file mode 100644
27 index ff5477353fc..00000000000
28 --- a/app-shells/push/push-1.6.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="4"
35 -inherit vcs-snapshot
36 -
37 -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
38 -HOMEPAGE="https://github.com/vaeth/push/"
39 -SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
44 -IUSE=""
45 -
46 -src_install() {
47 - insinto /usr/bin
48 - doins push.sh
49 - dodoc README
50 -}
51
52 diff --git a/app-shells/push/push-2.0.ebuild b/app-shells/push/push-2.0.ebuild
53 deleted file mode 100644
54 index 4311d1b624b..00000000000
55 --- a/app-shells/push/push-2.0.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -inherit vcs-snapshot
63 -
64 -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
65 -HOMEPAGE="https://github.com/vaeth/push/"
66 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
67 -
68 -LICENSE="BSD"
69 -SLOT="0"
70 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
71 -IUSE=""
72 -
73 -src_install() {
74 - dobin bin/push.sh
75 - dodoc README
76 -}