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 | 86abc931d29994534031f01a6df1762017ca936d (patch) | |
tree | 241f19e8477ad039859273c0e7a7abcdf1550f83 /dev-vcs/gitosis | |
parent | Do not apply a patch already applied upstream, bug #324675 by nixtrian <nixtr... (diff) | |
download | historical-86abc931d29994534031f01a6df1762017ca936d.tar.gz historical-86abc931d29994534031f01a6df1762017ca936d.tar.bz2 historical-86abc931d29994534031f01a6df1762017ca936d.zip |
dev-util/gitosis-gentoo renamed to dev-vcs/gitosis-gentoo (bug #56967).
Package-Manager: portage-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 |