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 3A25E139694 for ; Fri, 5 May 2017 18:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA1A9E0DA2; Fri, 5 May 2017 18:20:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89817E0DA2 for ; Fri, 5 May 2017 18:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 85D7F3416D0 for ; Fri, 5 May 2017 18:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B94744C for ; Fri, 5 May 2017 18:20:49 +0000 (UTC) From: "Michael Orlitzky" 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 Orlitzky" Message-ID: <1494008329.0b1342f61705b5fbf55d4f010fc98c170d528548.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-sh/Manifest dev-vcs/git-sh/git-sh-1.1.ebuild X-VCS-Directories: dev-vcs/git-sh/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0b1342f61705b5fbf55d4f010fc98c170d528548 X-VCS-Branch: master Date: Fri, 5 May 2017 18:20:49 +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: c9f28400-5c5e-45dd-9413-66dea9a1a230 X-Archives-Hash: d6f54b330682ad6359caba99d008818a commit: 0b1342f61705b5fbf55d4f010fc98c170d528548 Author: Michael Orlitzky gentoo org> AuthorDate: Fri May 5 18:18:32 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri May 5 18:18:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1342f6 dev-vcs/git-sh: remove unused version 1.1. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-vcs/git-sh/Manifest | 1 - dev-vcs/git-sh/git-sh-1.1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-vcs/git-sh/Manifest b/dev-vcs/git-sh/Manifest index 14811dbd282..bf08bd2a09b 100644 --- a/dev-vcs/git-sh/Manifest +++ b/dev-vcs/git-sh/Manifest @@ -1,2 +1 @@ -DIST git-sh-1.1.tar.gz 26616 SHA256 2947304d328c9db77268840e29eb19abba7252f84b98f1d5ea957c8b906638ab SHA512 c6704b7340b2da5ca1a0484461cbf6f51c2428254f036254aa6bd2577b8e492ab65dbf7b2c7b2e6c944e3f9df9f3fb8bdca768ed7ce7a26554c821bc3f231882 WHIRLPOOL 22b578c631130bf3f951daf20258b356dfed48a69595383dbf0cbe6ecd6861940a721c03763511b45cf3f25d6334df9f4b85f63b989990343f8618c715bbfcb0 DIST git-sh-1.3.tar.gz 26757 SHA256 461848dfa52ea6dd6cd0a374c52404b632204dc637cde17c0532529107d52358 SHA512 8ab742d0ff86e8387d03e2e190eec8ffd4725b1bfa58940f6673f5eac8c749931e3b3f8f20b898d933db36f56b323f800dba47a35294f865f456512f19a7846c WHIRLPOOL 01cd40187e0fe5930c1f53fba9708bc56ed14db20a5ecda897bdef1fe8a36bcfddda317a6cddef9297deb8956592c5003f15516afe22b9175354d4f0ac9b4aa4 diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild deleted file mode 100644 index 3183c55ec72..00000000000 --- a/dev-vcs/git-sh/git-sh-1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit vcs-snapshot - -DESCRIPTION="A customized bash environment suitable for git work" -HOMEPAGE="https://github.com/rtomayko/git-sh" -SRC_URI="https://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-vcs/git" - -src_prepare() { - sed \ - -e 's/git-completion\.bash //' \ - -e 's:/local::' -i Makefile || die "sed failed" -} - -pkg_postinst() { - echo - einfo "For bash completion in git commands emerge dev-vcs/git" - einfo "with bash-completion USE flag." - echo -}