diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:10:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:10:36 +0000 |
commit | 061499840dee616ae49b9857ff354ab543d7ecd2 (patch) | |
tree | ff0860273e646d57d706123c61c48ff8b7a065d0 /app-admin/clustershell | |
parent | Stable for x86, wrt bug #474424 (diff) | |
download | gentoo-2-061499840dee616ae49b9857ff354ab543d7ecd2.tar.gz gentoo-2-061499840dee616ae49b9857ff354ab543d7ecd2.tar.bz2 gentoo-2-061499840dee616ae49b9857ff354ab543d7ecd2.zip |
Stable for x86, wrt bug #474426
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin/clustershell')
-rw-r--r-- | app-admin/clustershell/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/clustershell/clustershell-1.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/clustershell/ChangeLog b/app-admin/clustershell/ChangeLog index 4923bfa02448..b03340887aff 100644 --- a/app-admin/clustershell/ChangeLog +++ b/app-admin/clustershell/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for app-admin/clustershell # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/ChangeLog,v 1.1 2013/02/05 14:10:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/ChangeLog,v 1.2 2013/06/25 12:10:36 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> clustershell-1.6.ebuild: + Stable for x86, wrt bug #474426 *clustershell-1.6 (05 Feb 2013) 05 Feb 2013; Julian Ospald <hasufell@gentoo.org> +clustershell-1.6.ebuild, +metadata.xml: initial import - diff --git a/app-admin/clustershell/clustershell-1.6.ebuild b/app-admin/clustershell/clustershell-1.6.ebuild index 3867dd02ae48..d23372965939 100644 --- a/app-admin/clustershell/clustershell-1.6.ebuild +++ b/app-admin/clustershell/clustershell-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/clustershell-1.6.ebuild,v 1.1 2013/02/05 14:10:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/clustershell-1.6.ebuild,v 1.2 2013/06/25 12:10:36 ago Exp $ # TODO: test phase @@ -16,7 +16,7 @@ SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.t LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc" RDEPEND="dev-libs/openssl" |