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: Fri, 10 Feb 2017 09:44:37
Message-Id: 1486719814.dab8ed0de1d5fb617ca95b27aa1c6900a5b798f5.xmw@gentoo
1 commit: dab8ed0de1d5fb617ca95b27aa1c6900a5b798f5
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 10 09:11:35 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 10 09:43:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab8ed0d
7
8 app-shells/push: Remove old versions.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-shells/push/Manifest | 2 --
13 app-shells/push/push-1.11.ebuild | 21 ---------------------
14 app-shells/push/push-1.8.ebuild | 21 ---------------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
18 index f053d22eee..ae3a1c8265 100644
19 --- a/app-shells/push/Manifest
20 +++ b/app-shells/push/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST push-1.11.tar.gz 2037 SHA256 04a141b4de60f20a328b0e410f12b277b017369fbf3143822bf59788cbd904d5 SHA512 f94ad1f8ebbebb0235617a7f3305f68872ad1a2f03edba6848dafe6b19161b93677417fd8bd5681f329b28a3f0edecbae783e7c162da900c9215313495f49490 WHIRLPOOL 4f625324fb73137a645e8534187de3f35e2b3d2f242dc5417f9d161eeb04f81124156d88e582211505be596ac902ebe36e3598e393275cbee78464cf9d35d12e
23 DIST push-1.6.tar.gz 1955 SHA256 713dea172ede55971ff82da932782503c2aa6703eba73c1ac317ec4c8eb22e80 SHA512 4623f51249138bacb7251fb5d5d1ae8dd070de7ce628e42b6eed90a4b6ffd36d28eb58b116f5b1833bc1affa8db539da9b94d104ffe03c6bd1e294b56c393c86 WHIRLPOOL 787f65542e92fd10c411969d03ec17b45a90b35e9c8e17b9fb3e732fb1d97813f04c3a03cc329a469a5bea2a194f879f4c600e2e534dd8c778f7f712d4c171b1
24 -DIST push-1.8.tar.gz 1942 SHA256 99ae56c932b59b8b74c6a6d0972dfe5b65458d6871581168918264c5aa50bdbd SHA512 518568fc72d161d3abaea0a0c529d94fc9ad6dc46d18d300990de1367617e095befb8436e69267ebc11bd4dcbbbd9bca6375fc184666e442af6e2eaa68a992e5 WHIRLPOOL 5a763560b8afd4593aa1d0afc8f3ed5b053041c63d5aa742e485c25046191e8c733cdaf265117e23726c2c7cc8aeb87d3858a6228932192c2ee87ff4682e626d
25 DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1
26
27 diff --git a/app-shells/push/push-1.11.ebuild b/app-shells/push/push-1.11.ebuild
28 deleted file mode 100644
29 index b787d82972..0000000000
30 --- a/app-shells/push/push-1.11.ebuild
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -inherit vcs-snapshot
39 -
40 -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
41 -HOMEPAGE="https://github.com/vaeth/push/"
42 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -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"
47 -IUSE=""
48 -
49 -src_install() {
50 - insinto /usr/bin
51 - doins push.sh
52 - dodoc README
53 -}
54
55 diff --git a/app-shells/push/push-1.8.ebuild b/app-shells/push/push-1.8.ebuild
56 deleted file mode 100644
57 index b787d82972..0000000000
58 --- a/app-shells/push/push-1.8.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI=6
66 -inherit vcs-snapshot
67 -
68 -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
69 -HOMEPAGE="https://github.com/vaeth/push/"
70 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="BSD"
73 -SLOT="0"
74 -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"
75 -IUSE=""
76 -
77 -src_install() {
78 - insinto /usr/bin
79 - doins push.sh
80 - dodoc README
81 -}