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 168D8138350 for ; Fri, 13 Mar 2020 17:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A934E0BA3; Fri, 13 Mar 2020 17:45:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35D2EE0BA3 for ; Fri, 13 Mar 2020 17:45:54 +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 2FDB534EF6E for ; Fri, 13 Mar 2020 17:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60F5A186 for ; Fri, 13 Mar 2020 17:45:50 +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: <1584089127.f0ffd2b8fb88a2b7562b255b9322f93059351b54.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-5.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: f0ffd2b8fb88a2b7562b255b9322f93059351b54 X-VCS-Branch: master Date: Fri, 13 Mar 2020 17:45:50 +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: dcc71cb6-6e0d-4c1b-8d0a-ab4d98aa4246 X-Archives-Hash: 7179b92d47b93c44aad7c94e81386785 commit: f0ffd2b8fb88a2b7562b255b9322f93059351b54 Author: Petrus Zhao gmail com> AuthorDate: Fri Mar 13 08:45:27 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 13 08:45:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0ffd2b8 dev-vcs/git-extras: new package Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Petrus Zhao gmail.com> dev-vcs/git-extras/Manifest | 1 + dev-vcs/git-extras/git-extras-5.1.0.ebuild | 1 + dev-vcs/git-extras/git-extras-9999.ebuild | 36 ++++++++++++++++++++++++++++++ dev-vcs/git-extras/metadata.xml | 11 +++++++++ 4 files changed, 49 insertions(+) diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest new file mode 100644 index 0000000..ec5f746 --- /dev/null +++ b/dev-vcs/git-extras/Manifest @@ -0,0 +1 @@ +DIST git-extras-5.1.0.tar.gz 147104 BLAKE2B 279f0476c2ec6f30531d77d5c348bc6c0a823a622f7ec96ae65b1b2861a7c3ab1bf66eb246d031d0cfb4e1cc5fd3c2bfbf1418bc619dc3b81c6f0d7ffdcccd0a SHA512 c9409444339b1f4cb1ab6cc6dba48facbf9b8ba1f253567749ab84a2c3be39bc6720467f3064de4b4e44083a4cafda6d470dbaf5652515c4cb6fa8b2d691b2dc diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild new file mode 120000 index 0000000..d3040b3 --- /dev/null +++ b/dev-vcs/git-extras/git-extras-5.1.0.ebuild @@ -0,0 +1 @@ +git-extras-9999.ebuild \ No newline at end of file diff --git a/dev-vcs/git-extras/git-extras-9999.ebuild b/dev-vcs/git-extras/git-extras-9999.ebuild new file mode 100644 index 0000000..c43eeb5 --- /dev/null +++ b/dev-vcs/git-extras/git-extras-9999.ebuild @@ -0,0 +1,36 @@ +# 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="${HOMEPAGE}/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 new file mode 100644 index 0000000..87ca0f1 --- /dev/null +++ b/dev-vcs/git-extras/metadata.xml @@ -0,0 +1,11 @@ + + + + + petrus.zy.07@gmail.com + Petrus Zhao + + + tj/git-extras + +