diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:57:24 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:57:24 +0000 |
commit | 382b1b6def6e0fa37787365c28ac84603f812050 (patch) | |
tree | fb5ef67b7929f7bea4bb24c64ee78a2e41986ddd /net-misc/clusterssh | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-382b1b6def6e0fa37787365c28ac84603f812050.tar.gz gentoo-2-382b1b6def6e0fa37787365c28ac84603f812050.tar.bz2 gentoo-2-382b1b6def6e0fa37787365c28ac84603f812050.zip |
Migrate to git-2. Simplify.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/clusterssh')
-rw-r--r-- | net-misc/clusterssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/clusterssh/clusterssh-9999.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-misc/clusterssh/ChangeLog b/net-misc/clusterssh/ChangeLog index 8b5125c6dccf..26cc39981f77 100644 --- a/net-misc/clusterssh/ChangeLog +++ b/net-misc/clusterssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/clusterssh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.2 2011/08/29 07:49:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.3 2011/09/21 08:57:24 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> clusterssh-9999.ebuild: + Migrate to git-2. Simplify. 29 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> clusterssh-9999.ebuild: add missing dependencies, thanks to mduft diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild index 0aa0fde2c7c7..78c0be8b100e 100644 --- a/net-misc/clusterssh/clusterssh-9999.ebuild +++ b/net-misc/clusterssh/clusterssh-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild,v 1.2 2011/08/29 07:49:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild,v 1.3 2011/09/21 08:57:24 mgorny Exp $ EAPI=2 -inherit git perl-module +inherit git-2 perl-module EGIT_REPO_URI="git://clusterssh.git.sourceforge.net/gitroot/clusterssh/clusterssh" @@ -34,11 +34,6 @@ DEPEND=" SRC_TEST="do parallel" src_unpack() { - git_src_unpack + git-2_src_unpack perl-module_src_unpack } - -src_prepare() { - git_src_prepare - perl-module_src_prepare -} |