From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F38D139083 for ; Sat, 9 Dec 2017 01:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB67EE0FB4; Sat, 9 Dec 2017 01:36:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C619E0FB4 for ; Sat, 9 Dec 2017 01:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92BBE33C1EB for ; Sat, 9 Dec 2017 01:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32FE5AE7D for ; Sat, 9 Dec 2017 01:36:34 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1512783387.d55c7cd0634878b8a0e9a64338f01a00a5857934.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/push/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/push/Manifest app-shells/push/push-1.6.ebuild app-shells/push/push-2.0.ebuild X-VCS-Directories: app-shells/push/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: d55c7cd0634878b8a0e9a64338f01a00a5857934 X-VCS-Branch: master Date: Sat, 9 Dec 2017 01:36:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2da9e98-20d9-41b1-bb98-f8a84bbcf916 X-Archives-Hash: 4159441c1433d0be8e9c96e8e93ddd23 commit: d55c7cd0634878b8a0e9a64338f01a00a5857934 Author: Michael Weber gentoo org> AuthorDate: Sat Dec 9 01:36:06 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Sat Dec 9 01:36:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55c7cd0 app-shells/push: Remove old versions. Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-shells/push/Manifest | 1 - app-shells/push/push-1.6.ebuild | 20 -------------------- app-shells/push/push-2.0.ebuild | 19 ------------------- 3 files changed, 40 deletions(-) diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index ae3a1c82657..869e65d04fa 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1,2 +1 @@ -DIST push-1.6.tar.gz 1955 SHA256 713dea172ede55971ff82da932782503c2aa6703eba73c1ac317ec4c8eb22e80 SHA512 4623f51249138bacb7251fb5d5d1ae8dd070de7ce628e42b6eed90a4b6ffd36d28eb58b116f5b1833bc1affa8db539da9b94d104ffe03c6bd1e294b56c393c86 WHIRLPOOL 787f65542e92fd10c411969d03ec17b45a90b35e9c8e17b9fb3e732fb1d97813f04c3a03cc329a469a5bea2a194f879f4c600e2e534dd8c778f7f712d4c171b1 DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1 diff --git a/app-shells/push/push-1.6.ebuild b/app-shells/push/push-1.6.ebuild deleted file mode 100644 index ff5477353fc..00000000000 --- a/app-shells/push/push-1.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -inherit vcs-snapshot - -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" -HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -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" -IUSE="" - -src_install() { - insinto /usr/bin - doins push.sh - dodoc README -} diff --git a/app-shells/push/push-2.0.ebuild b/app-shells/push/push-2.0.ebuild deleted file mode 100644 index 4311d1b624b..00000000000 --- a/app-shells/push/push-2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vcs-snapshot - -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" -HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -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" -IUSE="" - -src_install() { - dobin bin/push.sh - dodoc README -}