public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-extras/
@ 2021-03-19 11:26 Andrew Ammerlaan
  2021-03-19 11:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-19 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6a82049f212f1e13c579ebca63711647bb54a901
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 11:25:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>petrus.zy.07@gmail.com</email>
-    <name>Petrus Zhao</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">tj/git-extras</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-10-04  9:03 Petrus Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Petrus Zhao @ 2020-10-04  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     45968e08106988ad83e39e56a7d16fb9756ec300
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Sun Oct  4 09:03:20 2020 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Sun Oct  4 09:03:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45968e08

dev-vcs/git-extras: version bump 6.10 and drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>

 dev-vcs/git-extras/Manifest                                             | 2 +-
 dev-vcs/git-extras/{git-extras-6.0.0.ebuild => git-extras-6.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest
index 748da69c..47bb99cf 100644
--- a/dev-vcs/git-extras/Manifest
+++ b/dev-vcs/git-extras/Manifest
@@ -1 +1 @@
-DIST git-extras-6.0.0.tar.gz 149480 BLAKE2B 2b9152303f3b27f343727e95100147588e941c51d3a6c09888644cdfa49e007603c5f9b4f4fccdab4497ec94e85b925519b2ca05c30f23cf7c1092aff47c1dea SHA512 54ed9d12f42024eba77d2d08f0d17e72af65bd21a98bc921a556788f18e01fba9e25e250bf12248b6dfa38b93fb763fad1aa623de7dccb1dc28da7b9296fb58b
+DIST git-extras-6.1.0.tar.gz 153503 BLAKE2B 3450edecb3116e19ffcf918b118aee04f025c06d812e29e8701f35a3c466b13d2578d41c8e1ee93327743d0019bf98bb3f397189e19435f89e3a259ff1b82747 SHA512 098415339177f802299d93947e2979a2fc6c2935eb2d735cd71ad76e035d5489e4c8d9009e2673c109b28e393319745be249cc195814087d59b436f4a56dabab

diff --git a/dev-vcs/git-extras/git-extras-6.0.0.ebuild b/dev-vcs/git-extras/git-extras-6.1.0.ebuild
similarity index 100%
rename from dev-vcs/git-extras/git-extras-6.0.0.ebuild
rename to dev-vcs/git-extras/git-extras-6.1.0.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-06-23  4:08 Petrus Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Petrus Zhao @ 2020-06-23  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fe11fe9747000b0339b10efd8f67d92f28379e1d
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 23 04:08:21 2020 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Tue Jun 23 04:08:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe11fe97

dev-vcs/git-extras: drop version 5.1.0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>

 dev-vcs/git-extras/Manifest                |  1 -
 dev-vcs/git-extras/git-extras-5.1.0.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest
index 6c688e6..748da69 100644
--- a/dev-vcs/git-extras/Manifest
+++ b/dev-vcs/git-extras/Manifest
@@ -1,2 +1 @@
-DIST git-extras-5.1.0.tar.gz 147104 BLAKE2B 279f0476c2ec6f30531d77d5c348bc6c0a823a622f7ec96ae65b1b2861a7c3ab1bf66eb246d031d0cfb4e1cc5fd3c2bfbf1418bc619dc3b81c6f0d7ffdcccd0a SHA512 c9409444339b1f4cb1ab6cc6dba48facbf9b8ba1f253567749ab84a2c3be39bc6720467f3064de4b4e44083a4cafda6d470dbaf5652515c4cb6fa8b2d691b2dc
 DIST git-extras-6.0.0.tar.gz 149480 BLAKE2B 2b9152303f3b27f343727e95100147588e941c51d3a6c09888644cdfa49e007603c5f9b4f4fccdab4497ec94e85b925519b2ca05c30f23cf7c1092aff47c1dea SHA512 54ed9d12f42024eba77d2d08f0d17e72af65bd21a98bc921a556788f18e01fba9e25e250bf12248b6dfa38b93fb763fad1aa623de7dccb1dc28da7b9296fb58b

diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild
deleted file mode 100644
index 3ab7c35..0000000
--- a/dev-vcs/git-extras/git-extras-5.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}"
-
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-06-23  4:08 Petrus Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Petrus Zhao @ 2020-06-23  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b33f450c7672e3a27493815f0029f26c863576f5
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 23 04:06:50 2020 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
CommitDate: Tue Jun 23 04:08:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b33f450c

dev-vcs/git-extras: version bump 6.0.0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Petrus Zhao <petrus.zy.07 <AT> gmail.com>

 dev-vcs/git-extras/Manifest                |  1 +
 dev-vcs/git-extras/git-extras-6.0.0.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest
index ec5f746..6c688e6 100644
--- a/dev-vcs/git-extras/Manifest
+++ b/dev-vcs/git-extras/Manifest
@@ -1 +1,2 @@
 DIST git-extras-5.1.0.tar.gz 147104 BLAKE2B 279f0476c2ec6f30531d77d5c348bc6c0a823a622f7ec96ae65b1b2861a7c3ab1bf66eb246d031d0cfb4e1cc5fd3c2bfbf1418bc619dc3b81c6f0d7ffdcccd0a SHA512 c9409444339b1f4cb1ab6cc6dba48facbf9b8ba1f253567749ab84a2c3be39bc6720467f3064de4b4e44083a4cafda6d470dbaf5652515c4cb6fa8b2d691b2dc
+DIST git-extras-6.0.0.tar.gz 149480 BLAKE2B 2b9152303f3b27f343727e95100147588e941c51d3a6c09888644cdfa49e007603c5f9b4f4fccdab4497ec94e85b925519b2ca05c30f23cf7c1092aff47c1dea SHA512 54ed9d12f42024eba77d2d08f0d17e72af65bd21a98bc921a556788f18e01fba9e25e250bf12248b6dfa38b93fb763fad1aa623de7dccb1dc28da7b9296fb58b

diff --git a/dev-vcs/git-extras/git-extras-6.0.0.ebuild b/dev-vcs/git-extras/git-extras-6.0.0.ebuild
new file mode 100644
index 0000000..3ab7c35
--- /dev/null
+++ b/dev-vcs/git-extras/git-extras-6.0.0.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="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}"
+
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-03-27 18:15 Alessandro Barbieri
  0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3799851a195c2c30e96f87e9e61e211f8c938c27
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 18:14:56 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 18:14:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3799851a

dev-vcs/git-extras: fixes

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-vcs/git-extras/git-extras-5.1.0.ebuild | 8 ++++----
 dev-vcs/git-extras/git-extras-9999.ebuild  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild
index da36261..3ab7c35 100644
--- a/dev-vcs/git-extras/git-extras-5.1.0.ebuild
+++ b/dev-vcs/git-extras/git-extras-5.1.0.ebuild
@@ -8,11 +8,11 @@ inherit bash-completion-r1
 DESCRIPTION="Little git extras"
 HOMEPAGE="https://github.com/tj/git-extras"
 
-if [[ $PV == 9999 ]]; then
+if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="${HOMEPAGE}"
 else
-	SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 
@@ -28,9 +28,9 @@ src_install() {
 
 	rm -rf "${D}"/etc/bash_completion.d
 
-	newbashcomp etc/bash_completion.sh ${PN}
+	newbashcomp etc/bash_completion.sh "${PN}"
 
 	insinto /usr/share/zsh/site-functions
-	newins etc/git-extras-completion.zsh _${PN}
+	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
index da36261..3ab7c35 100644
--- a/dev-vcs/git-extras/git-extras-9999.ebuild
+++ b/dev-vcs/git-extras/git-extras-9999.ebuild
@@ -8,11 +8,11 @@ inherit bash-completion-r1
 DESCRIPTION="Little git extras"
 HOMEPAGE="https://github.com/tj/git-extras"
 
-if [[ $PV == 9999 ]]; then
+if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="${HOMEPAGE}"
 else
-	SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 
@@ -28,9 +28,9 @@ src_install() {
 
 	rm -rf "${D}"/etc/bash_completion.d
 
-	newbashcomp etc/bash_completion.sh ${PN}
+	newbashcomp etc/bash_completion.sh "${PN}"
 
 	insinto /usr/share/zsh/site-functions
-	newins etc/git-extras-completion.zsh _${PN}
+	newins etc/git-extras-completion.zsh "_${PN}"
 
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-03-13 13:14 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-03-13 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     edeae188d9c7ec083f057164671e92d037f59e01
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 13 13:12:09 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 13 13:12:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edeae188

dev-vcs/git-extras: no symlinks please

I understand why you would want to do this,
however there are also very good reason to not
do this: https://forums.gentoo.org/viewtopic-p-8202534.html?sid=290d68129893b7435e6ecf9c528171a2

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-vcs/git-extras/git-extras-5.1.0.ebuild | 37 +++++++++++++++++++++++++++++-
 dev-vcs/git-extras/git-extras-9999.ebuild  |  2 +-
 2 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild
deleted file mode 120000
index d3040b3..0000000
--- a/dev-vcs/git-extras/git-extras-5.1.0.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-git-extras-9999.ebuild
\ No newline at end of file

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 100644
index 0000000..da36261
--- /dev/null
+++ b/dev-vcs/git-extras/git-extras-5.1.0.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/git-extras-9999.ebuild b/dev-vcs/git-extras/git-extras-9999.ebuild
index c43eeb5..da36261 100644
--- a/dev-vcs/git-extras/git-extras-9999.ebuild
+++ b/dev-vcs/git-extras/git-extras-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit bash-completion-r1
 
-DESCRIPTION="Little git extras."
+DESCRIPTION="Little git extras"
 HOMEPAGE="https://github.com/tj/git-extras"
 
 if [[ $PV == 9999 ]]; then


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-extras/
@ 2020-03-13  8:45 Petrus Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Petrus Zhao @ 2020-03-13  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f0ffd2b8fb88a2b7562b255b9322f93059351b54
Author:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 13 08:45:27 2020 +0000
Commit:     Petrus Zhao <petrus.zy.07 <AT> gmail <DOT> com>
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 <petrus.zy.07 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>petrus.zy.07@gmail.com</email>
+    <name>Petrus Zhao</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">tj/git-extras</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-19 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 11:26 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-extras/ Andrew Ammerlaan
2021-03-19 11:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-10-04  9:03 Petrus Zhao
2020-06-23  4:08 Petrus Zhao
2020-06-23  4:08 Petrus Zhao
2020-03-27 18:15 Alessandro Barbieri
2020-03-13 13:14 Andrew Ammerlaan
2020-03-13  8:45 Petrus Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox