summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-09-13 21:22:32 +0000
committerJustin Lecher <jlec@gentoo.org>2011-09-13 21:22:32 +0000
commitf1a4942490952e830535212ff5e301027fbfe169 (patch)
treeef47e7a06922aa020decf98bc70abb555c2328c7 /dev-vcs
parentVersion Bump (diff)
downloadgentoo-2-f1a4942490952e830535212ff5e301027fbfe169.tar.gz
gentoo-2-f1a4942490952e830535212ff5e301027fbfe169.tar.bz2
gentoo-2-f1a4942490952e830535212ff5e301027fbfe169.zip
Taken over maintainer ship, moved to EAPI=4
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-sh/ChangeLog5
-rw-r--r--dev-vcs/git-sh/git-sh-1.1.ebuild20
-rw-r--r--dev-vcs/git-sh/metadata.xml3
3 files changed, 13 insertions, 15 deletions
diff --git a/dev-vcs/git-sh/ChangeLog b/dev-vcs/git-sh/ChangeLog
index f55f59625f17..97678822ef03 100644
--- a/dev-vcs/git-sh/ChangeLog
+++ b/dev-vcs/git-sh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git-sh
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.4 2011/09/13 19:13:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.5 2011/09/13 21:22:32 jlec Exp $
+
+ 13 Sep 2011; Justin Lecher <jlec@gentoo.org> git-sh-1.1.ebuild, metadata.xml:
+ Taken over maintainer ship, moved to EAPI=4
13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -git-sh-1.0-r1.ebuild,
metadata.xml:
diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild
index d59b822a9c18..88cf43268cb8 100644
--- a/dev-vcs/git-sh/git-sh-1.1.ebuild
+++ b/dev-vcs/git-sh/git-sh-1.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.1 2011/03/27 15:06:22 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.2 2011/09/13 21:22:32 jlec Exp $
-EAPI="2"
+EAPI=4
-DESCRIPTION="A customized bash environment suitable for git work."
+DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="http://github.com/rtomayko/git-sh"
SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz"
@@ -19,18 +19,14 @@ RDEPEND="dev-vcs/git"
S="${WORKDIR}/rtomayko-${PN}-a59681d"
src_prepare() {
- sed -e 's/git-completion\.bash //' \
- -e 's:/local::' -i Makefile || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES README.markdown || die "dodoc failed"
+ sed \
+ -e 's/git-completion\.bash //' \
+ -e 's:/local::' -i Makefile || die "sed failed"
}
pkg_postinst() {
- einfo
+ echo
einfo "For bash completion in git commands emerge dev-vcs/git"
einfo "with bash-completion USE flag."
- einfo
+ echo
}
diff --git a/dev-vcs/git-sh/metadata.xml b/dev-vcs/git-sh/metadata.xml
index 216b90211b00..a9c69a12964b 100644
--- a/dev-vcs/git-sh/metadata.xml
+++ b/dev-vcs/git-sh/metadata.xml
@@ -3,9 +3,8 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>jlec@gentoo.org</email>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>
-