public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/
Date: Fri,  5 May 2017 18:20:49 +0000 (UTC)	[thread overview]
Message-ID: <1494008328.f53a0177bd490b0567604a5d01002fe9c7169dc1.mjo@gentoo> (raw)

commit:     f53a0177bd490b0567604a5d01002fe9c7169dc1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 18:17:58 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May  5 18:18:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53a0177

dev-vcs/git-sh: new EAPI=6 revision.

A more-or-less standard revision bump. I've removed the postinst
message about bash-completion, because the flag is no longer present
in dev-vcs/git.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/git-sh/git-sh-1.3-r1.ebuild | 24 ++++++++++++++++++++++++
 dev-vcs/git-sh/git-sh-1.3.ebuild    | 31 -------------------------------
 2 files changed, 24 insertions(+), 31 deletions(-)

diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
new file mode 100644
index 00000000000..54b92f1a878
--- /dev/null
+++ b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A customized bash environment suitable for git work"
+HOMEPAGE="https://github.com/rtomayko/git-sh"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-vcs/git"
+
+src_prepare() {
+	default
+	sed -e 's/git-completion\.bash //' \
+		-e 's:/local::' \
+		-i Makefile \
+		|| die "sed failed"
+}

diff --git a/dev-vcs/git-sh/git-sh-1.3.ebuild b/dev-vcs/git-sh/git-sh-1.3.ebuild
deleted file mode 100644
index 39b2f16b8bb..00000000000
--- a/dev-vcs/git-sh/git-sh-1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/git-sh/archive/${PV}.tar.gz -> ${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
-}


             reply	other threads:[~2017-05-05 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-05 18:20 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/ Sam James
2017-10-04  9:09 Michał Górny
2017-05-05 18:20 Michael Orlitzky

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=1494008328.f53a0177bd490b0567604a5d01002fe9c7169dc1.mjo@gentoo \
    --to=mjo@gentoo.org \
    --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