diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 16:36:41 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 16:36:41 +0000 |
commit | 25eca091c60ce8f0d7a923b1089af914da81b99a (patch) | |
tree | 1000f862d1fc7a75658792a860a8e818617d728a /dev-vcs/git-sh | |
parent | dev-vcs/svn2git: Propagate move of dev-util/git to dev-vcs/git (diff) | |
download | gentoo-2-25eca091c60ce8f0d7a923b1089af914da81b99a.tar.gz gentoo-2-25eca091c60ce8f0d7a923b1089af914da81b99a.tar.bz2 gentoo-2-25eca091c60ce8f0d7a923b1089af914da81b99a.zip |
dev-vcs/git-sh: Propagate move of dev-util/git to dev-vcs/git
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r-- | dev-vcs/git-sh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.0-r1.ebuild | 6 |
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 } |