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 483FC1382C5 for ; Fri, 19 Mar 2021 11:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A46E092F; Fri, 19 Mar 2021 11:26:22 +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 51A1CE0930 for ; Fri, 19 Mar 2021 11:26:22 +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 37C4A335DB8 for ; Fri, 19 Mar 2021 11:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83925C5 for ; Fri, 19 Mar 2021 11:26:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616153141.6a82049f212f1e13c579ebca63711647bb54a901.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-extras/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/git-extras/Manifest dev-vcs/git-extras/git-extras-6.1.0.ebuild dev-vcs/git-extras/git-extras-9999.ebuild dev-vcs/git-extras/metadata.xml X-VCS-Directories: dev-vcs/git-extras/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6a82049f212f1e13c579ebca63711647bb54a901 X-VCS-Branch: master Date: Fri, 19 Mar 2021 11:26:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b49b211-f350-4711-a81a-80c8c15820b2 X-Archives-Hash: 9f8bb88188ebf32fab8f402e6acd9ef8 commit: 6a82049f212f1e13c579ebca63711647bb54a901 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 11:25:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 19 11:25:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a82049f dev-vcs/git-extras: moved to ::gentoo Signed-off-by: Andrew Ammerlaan riseup.net> dev-vcs/git-extras/Manifest | 1 - dev-vcs/git-extras/git-extras-6.1.0.ebuild | 36 ------------------------------ dev-vcs/git-extras/git-extras-9999.ebuild | 36 ------------------------------ dev-vcs/git-extras/metadata.xml | 11 --------- 4 files changed, 84 deletions(-) diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest deleted file mode 100644 index 47bb99cf..00000000 --- a/dev-vcs/git-extras/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-extras-6.1.0.tar.gz 153503 BLAKE2B 3450edecb3116e19ffcf918b118aee04f025c06d812e29e8701f35a3c466b13d2578d41c8e1ee93327743d0019bf98bb3f397189e19435f89e3a259ff1b82747 SHA512 098415339177f802299d93947e2979a2fc6c2935eb2d735cd71ad76e035d5489e4c8d9009e2673c109b28e393319745be249cc195814087d59b436f4a56dabab diff --git a/dev-vcs/git-extras/git-extras-6.1.0.ebuild b/dev-vcs/git-extras/git-extras-6.1.0.ebuild deleted file mode 100644 index 3ab7c359..00000000 --- a/dev-vcs/git-extras/git-extras-6.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}" -else - SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-vcs/git" - -src_compile() { :; } - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh "${PN}" - - insinto /usr/share/zsh/site-functions - newins etc/git-extras-completion.zsh "_${PN}" - -} diff --git a/dev-vcs/git-extras/git-extras-9999.ebuild b/dev-vcs/git-extras/git-extras-9999.ebuild deleted file mode 100644 index 3ab7c359..00000000 --- a/dev-vcs/git-extras/git-extras-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}" -else - SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-vcs/git" - -src_compile() { :; } - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh "${PN}" - - insinto /usr/share/zsh/site-functions - newins etc/git-extras-completion.zsh "_${PN}" - -} diff --git a/dev-vcs/git-extras/metadata.xml b/dev-vcs/git-extras/metadata.xml deleted file mode 100644 index 87ca0f17..00000000 --- a/dev-vcs/git-extras/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - petrus.zy.07@gmail.com - Petrus Zhao - - - tj/git-extras - - 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 94AFE1382C5 for ; Fri, 19 Mar 2021 11:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C03C7E0923; Fri, 19 Mar 2021 11:26:17 +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 A2AA1E0923 for ; Fri, 19 Mar 2021 11:26:17 +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 69134335DB7 for ; Fri, 19 Mar 2021 11:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994AA573 for ; Fri, 19 Mar 2021 11:26:14 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616153141.6a82049f212f1e13c579ebca63711647bb54a901.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/git-extras/Manifest dev-vcs/git-extras/git-extras-6.1.0.ebuild dev-vcs/git-extras/git-extras-9999.ebuild dev-vcs/git-extras/metadata.xml X-VCS-Directories: dev-vcs/git-extras/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6a82049f212f1e13c579ebca63711647bb54a901 X-VCS-Branch: dev Date: Fri, 19 Mar 2021 11:26:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2abbdaea-7281-493e-92e9-f359843d2792 X-Archives-Hash: a40ff2b4513ad0326382fc307bbf3f88 Message-ID: <20210319112614.HJ5xOOPLVOXoNiB_IUY0RD-0AvVOVeu6unhP78DIV6c@z> commit: 6a82049f212f1e13c579ebca63711647bb54a901 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 11:25:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 19 11:25:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a82049f dev-vcs/git-extras: moved to ::gentoo Signed-off-by: Andrew Ammerlaan riseup.net> dev-vcs/git-extras/Manifest | 1 - dev-vcs/git-extras/git-extras-6.1.0.ebuild | 36 ------------------------------ dev-vcs/git-extras/git-extras-9999.ebuild | 36 ------------------------------ dev-vcs/git-extras/metadata.xml | 11 --------- 4 files changed, 84 deletions(-) diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest deleted file mode 100644 index 47bb99cf..00000000 --- a/dev-vcs/git-extras/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-extras-6.1.0.tar.gz 153503 BLAKE2B 3450edecb3116e19ffcf918b118aee04f025c06d812e29e8701f35a3c466b13d2578d41c8e1ee93327743d0019bf98bb3f397189e19435f89e3a259ff1b82747 SHA512 098415339177f802299d93947e2979a2fc6c2935eb2d735cd71ad76e035d5489e4c8d9009e2673c109b28e393319745be249cc195814087d59b436f4a56dabab diff --git a/dev-vcs/git-extras/git-extras-6.1.0.ebuild b/dev-vcs/git-extras/git-extras-6.1.0.ebuild deleted file mode 100644 index 3ab7c359..00000000 --- a/dev-vcs/git-extras/git-extras-6.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}" -else - SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-vcs/git" - -src_compile() { :; } - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh "${PN}" - - insinto /usr/share/zsh/site-functions - newins etc/git-extras-completion.zsh "_${PN}" - -} diff --git a/dev-vcs/git-extras/git-extras-9999.ebuild b/dev-vcs/git-extras/git-extras-9999.ebuild deleted file mode 100644 index 3ab7c359..00000000 --- a/dev-vcs/git-extras/git-extras-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Little git extras" -HOMEPAGE="https://github.com/tj/git-extras" - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}" -else - SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-vcs/git" - -src_compile() { :; } - -src_install() { - emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}" - - rm -rf "${D}"/etc/bash_completion.d - - newbashcomp etc/bash_completion.sh "${PN}" - - insinto /usr/share/zsh/site-functions - newins etc/git-extras-completion.zsh "_${PN}" - -} diff --git a/dev-vcs/git-extras/metadata.xml b/dev-vcs/git-extras/metadata.xml deleted file mode 100644 index 87ca0f17..00000000 --- a/dev-vcs/git-extras/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - petrus.zy.07@gmail.com - Petrus Zhao - - - tj/git-extras - -