From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-extras/
Date: Fri, 13 Mar 2020 17:45:50 +0000 (UTC) [thread overview]
Message-ID: <1584105129.edeae188d9c7ec083f057164671e92d037f59e01.andrewammerlaan@gentoo> (raw)
Message-ID: <20200313174550.YWx7VVA-oggPAkOGm8vpStNnltxEFDuyUyqElw2cbhA@z> (raw)
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>
| 37 +++++++++++++++++++++++++++++-
| 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
--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}
+
+}
--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
next reply other threads:[~2020-03-13 17:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-13 13:14 Andrew Ammerlaan [this message]
2020-03-13 17:45 ` [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-extras/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-03-19 11:26 Andrew Ammerlaan
2021-03-19 11:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
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 8:45 Petrus Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584105129.edeae188d9c7ec083f057164671e92d037f59e01.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox