summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r--dev-vcs/git-sh/ChangeLog5
-rw-r--r--dev-vcs/git-sh/git-sh-1.0-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/git-sh/ChangeLog b/dev-vcs/git-sh/ChangeLog
index d031fca6e879..3f6aa4ba6c86 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.1 2010/03/07 12:38:50 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.2 2010/03/17 16:36:41 sping Exp $
+
+ 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> git-sh-1.0-r1.ebuild:
+ Propagate move of dev-util/git to dev-vcs/git
07 Mar 2010; Dominik Kapusta <ayoy@gentoo.org> +git-sh-1.0-r1.ebuild,
+metadata.xml:
diff --git a/dev-vcs/git-sh/git-sh-1.0-r1.ebuild b/dev-vcs/git-sh/git-sh-1.0-r1.ebuild
index 4c0812f21aa7..2b946c7664f0 100644
--- a/dev-vcs/git-sh/git-sh-1.0-r1.ebuild
+++ b/dev-vcs/git-sh/git-sh-1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.0-r1.ebuild,v 1.1 2010/03/07 12:38:50 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.0-r1.ebuild,v 1.2 2010/03/17 16:36:41 sping Exp $
EAPI="2"
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-util/git"
+RDEPEND="dev-vcs/git"
S="${WORKDIR}/rtomayko-${PN}-bedba53"
@@ -31,7 +31,7 @@ src_install() {
pkg_postinst() {
einfo
- einfo "For bash completion in git commands emerge dev-util/git"
+ einfo "For bash completion in git commands emerge dev-vcs/git"
einfo "with bash-completion USE flag."
einfo
}