diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 09:04:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 09:04:52 +0000 |
commit | 53b66637c89240e24e7f29c2d9e746ef99e55c05 (patch) | |
tree | 36af6b7c379feb0ebe08e91512539a9697a67fcc /sys-cluster/vzctl | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-53b66637c89240e24e7f29c2d9e746ef99e55c05.tar.gz gentoo-2-53b66637c89240e24e7f29c2d9e746ef99e55c05.tar.bz2 gentoo-2-53b66637c89240e24e7f29c2d9e746ef99e55c05.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r-- | sys-cluster/vzctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-9999.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog index 175a91ffcb09..394229d61f02 100644 --- a/sys-cluster/vzctl/ChangeLog +++ b/sys-cluster/vzctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/vzctl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.83 2011/09/11 13:10:30 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.84 2011/09/21 09:04:52 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> vzctl-9999.ebuild: + Migrate to git-2. *vzctl-3.0.28.3-r1 (11 Sep 2011) diff --git a/sys-cluster/vzctl/vzctl-9999.ebuild b/sys-cluster/vzctl/vzctl-9999.ebuild index d6164a8fc425..a7f75ec983e5 100644 --- a/sys-cluster/vzctl/vzctl-9999.ebuild +++ b/sys-cluster/vzctl/vzctl-9999.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.7 2011/04/01 11:34:55 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.8 2011/09/21 09:04:52 mgorny Exp $ EAPI="4" -inherit bash-completion autotools git +inherit bash-completion autotools git-2 DESCRIPTION="OpenVZ ConTainers control utility" HOMEPAGE="http://openvz.org/" -EGIT_REPO_URI="git://git.openvz.org/pub/vzctl" +EGIT_REPO_URI="git://git.openvz.org/pub/${PN} + http://git.openvz.org/pub/${PN}" LICENSE="GPL-2" SLOT="0" |