diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-19 16:23:07 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-19 16:23:07 +0000 |
commit | 4477bba2df48730673cf36151318828c901bfc4c (patch) | |
tree | 3bcd22673d7571065bf9ddd6f8f9c47b1644141e /dev-vcs/gitosis | |
parent | dev-util/gitosis-gentoo renamed to dev-vcs/gitosis-gentoo (bug #56967). (diff) | |
download | gentoo-2-4477bba2df48730673cf36151318828c901bfc4c.tar.gz gentoo-2-4477bba2df48730673cf36151318828c901bfc4c.tar.bz2 gentoo-2-4477bba2df48730673cf36151318828c901bfc4c.zip |
dev-util/gitosis-gentoo renamed to dev-vcs/gitosis-gentoo (bug #56967).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/gitosis')
-rw-r--r-- | dev-vcs/gitosis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/gitosis/ChangeLog b/dev-vcs/gitosis/ChangeLog index 8f0fe2cd67d1..490287cccf41 100644 --- a/dev-vcs/gitosis/ChangeLog +++ b/dev-vcs/gitosis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/gitosis # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/ChangeLog,v 1.1 2010/06/19 16:05:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/ChangeLog,v 1.2 2010/06/19 16:23:07 arfrever Exp $ + + 19 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + gitosis-0.2_p20080626.ebuild, gitosis-0.2_p20080825.ebuild: + dev-util/gitosis-gentoo renamed to dev-vcs/gitosis-gentoo (bug #56967). 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> gitosis-0.2_p20080626.ebuild, gitosis-0.2_p20080825.ebuild: diff --git a/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild b/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild index a6104c9343dc..07e90097df6c 100644 --- a/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild +++ b/dev-vcs/gitosis/gitosis-0.2_p20080626.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/gitosis/gitosis-0.2_p20080626.ebuild,v 1.1 2010/06/19 16:05:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild,v 1.2 2010/06/19 16:23:07 arfrever Exp $ inherit eutils distutils @@ -19,7 +19,7 @@ DEPEND_GIT=">=dev-vcs/git-1.5.3.6" DEPEND="${DEPEND_GIT} >=dev-python/setuptools-0.6_rc5" RDEPEND="${DEPEND} - !dev-util/gitosis-gentoo" + !dev-vcs/gitosis-gentoo" S=${WORKDIR}/gitosis diff --git a/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild b/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild index f188879734b9..1aa03b40fefd 100644 --- a/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild +++ b/dev-vcs/gitosis/gitosis-0.2_p20080825.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/gitosis/gitosis-0.2_p20080825.ebuild,v 1.1 2010/06/19 16:05:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild,v 1.2 2010/06/19 16:23:07 arfrever Exp $ inherit eutils distutils @@ -19,7 +19,7 @@ DEPEND_GIT=">=dev-vcs/git-1.5.5.4" DEPEND="${DEPEND_GIT} >=dev-python/setuptools-0.6_rc5" RDEPEND="${DEPEND} - !dev-util/gitosis-gentoo" + !dev-vcs/gitosis-gentoo" S=${WORKDIR}/gitosis |