public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: clusterssh-3.28.ebuild ChangeLog
@ 2010-01-03 21:09 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 2+ messages in thread
From: Victor Ostorga (vostorga) @ 2010-01-03 21:09 UTC (permalink / raw
  To: gentoo-commits

vostorga    10/01/03 21:09:07

  Modified:             ChangeLog
  Added:                clusterssh-3.28.ebuild
  Log:
  Version bumpo to 3.28 , bug #297527
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.29                 x11-terms/clusterssh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Sep 2009 14:52:09 -0000	1.28
+++ ChangeLog	3 Jan 2010 21:09:07 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/clusterssh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.28 2009/09/27 14:52:09 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.29 2010/01/03 21:09:07 vostorga Exp $
+
+*clusterssh-3.28 (03 Jan 2010)
+
+  03 Jan 2010; Víctor Ostorga <vostorga@gentoo.org>
+  +clusterssh-3.28.ebuild:
+  Version bumpo to 3.28 , bug #297527
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> clusterssh-3.26.ebuild:
   ppc stable #281406



1.1                  x11-terms/clusterssh/clusterssh-3.28.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild?rev=1.1&content-type=text/plain

Index: clusterssh-3.28.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild,v 1.1 2010/01/03 21:09:07 vostorga Exp $

EAPI=2

DESCRIPTION="Concurrent Multi-Server Terminal Access."
HOMEPAGE="http://clusterssh.sourceforge.net"
SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/perl-5.6.1
	dev-perl/perl-tk
	dev-perl/Config-Simple
	dev-perl/X11-Protocol
	x11-apps/xlsfonts"
DEPEND="${RDEPEND}"

src_prepare() {
	# Gentoo perl ebuilds remove podchecker
	if grep -v podchecker "${S}"/src/Makefile.in \
		> "${S}"/src/Makefile.in.new; then
		mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in
	else
		die "Makefile.in update failed"
	fi
}

src_install() {
	dobin src/cssh || die "dobin failed"
	doman src/cssh.1
	dodoc AUTHORS NEWS README THANKS
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: clusterssh-3.28.ebuild ChangeLog
@ 2010-01-06 19:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-06 19:26 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/06 19:26:19

  Modified:             clusterssh-3.28.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-terms/clusterssh/clusterssh-3.28.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild?r1=1.1&r2=1.2

Index: clusterssh-3.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clusterssh-3.28.ebuild	3 Jan 2010 21:09:07 -0000	1.1
+++ clusterssh-3.28.ebuild	6 Jan 2010 19:26:18 -0000	1.2
@@ -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/x11-terms/clusterssh/clusterssh-3.28.ebuild,v 1.1 2010/01/03 21:09:07 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.28.ebuild,v 1.2 2010/01/06 19:26:18 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.6.1



1.30                 x11-terms/clusterssh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	3 Jan 2010 21:09:07 -0000	1.29
+++ ChangeLog	6 Jan 2010 19:26:18 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for x11-terms/clusterssh
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.29 2010/01/03 21:09:07 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.30 2010/01/06 19:26:18 fauli Exp $
+
+  06 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  clusterssh-3.28.ebuild:
+  Transfer Prefix keywords
 
 *clusterssh-3.28 (03 Jan 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-06 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 19:26 [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: clusterssh-3.28.ebuild ChangeLog Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-03 21:09 Victor Ostorga (vostorga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox