public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: ChangeLog clusterssh-3.24.ebuild
@ 2009-01-15 20:32 Michael Imhof (tantive)
  0 siblings, 0 replies; only message in thread
From: Michael Imhof (tantive) @ 2009-01-15 20:32 UTC (permalink / raw
  To: gentoo-commits

tantive     09/01/15 20:32:07

  Modified:             ChangeLog
  Added:                clusterssh-3.24.ebuild
  Log:
  Version bumped. Closes #246948.
  (Portage version: 2.1.6.6/cvs/Linux 2.6.28 i686)

Revision  Changes    Path
1.24                 x11-terms/clusterssh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	17 Sep 2008 11:40:19 -0000	1.23
+++ ChangeLog	15 Jan 2009 20:32:07 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/clusterssh
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.23 2008/09/17 11:40:19 tantive Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.24 2009/01/15 20:32:07 tantive Exp $
+
+*clusterssh-3.24 (15 Jan 2009)
+
+  15 Jan 2009; Michael Imhof <tantive@gentoo.org> +clusterssh-3.24.ebuild:
+  Version bumped. Closes #246948.
 
   06 Jun 2008; Markus Rothe <corsair@gentoo.org> clusterssh-3.21.ebuild:
   Added ~ppc64; bug #225057
@@ -10,6 +15,11 @@
   17 Sep 2008; Michael Imhof <tantive@gentoo.org> +clusterssh-3.22.ebuild:
   Version bumped. Closes #237449.
 
+*clusterssh-3.22 (17 Sep 2008)
+
+  17 Sep 2008; Michael Imhof <tantive@gentoo.org> +clusterssh-3.22.ebuild:
+  Version bumped. Closes #237449.
+
   31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
   -clusterssh-2.16.ebuild, -clusterssh-2.17.ebuild, -clusterssh-2.20.ebuild,
   -clusterssh-3.17.1.ebuild, -clusterssh-3.18.1.ebuild:



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

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

Index: clusterssh-3.24.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.24.ebuild,v 1.1 2009/01/15 20:32:07 tantive Exp $

inherit eutils

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

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

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

src_compile() {
	# 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

	econf || die "configuration failed"
	emake || die "compiling failed"
}

src_install() {
	dodoc AUTHORS INSTALL NEWS README THANKS
	dobin src/cssh
	doman src/cssh.1
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-15 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 20:32 [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: ChangeLog clusterssh-3.24.ebuild Michael Imhof (tantive)

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