public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener (swegener)" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/shmux: ChangeLog shmux-1.0.2.ebuild
Date: Sat, 03 Jan 2009 13:54:10 +0000	[thread overview]
Message-ID: <E1LJ6x8-0007Ba-Qm@stork.gentoo.org> (raw)

swegener    09/01/03 13:54:10

  Modified:             ChangeLog
  Added:                shmux-1.0.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.25                 net-misc/shmux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shmux/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	26 Jan 2008 15:58:23 -0000	1.24
+++ ChangeLog	3 Jan 2009 13:54:10 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/shmux
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.24 2008/01/26 15:58:23 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.25 2009/01/03 13:54:10 swegener Exp $
+
+*shmux-1.0.2 (03 Jan 2009)
+
+  03 Jan 2009; Sven Wegener <swegener@gentoo.org> +shmux-1.0.2.ebuild:
+  Version bump.
 
   26 Jan 2008; Raúl Porcel <armin76@gentoo.org> shmux-1.0.1.ebuild:
   x86 stable



1.1                  net-misc/shmux/shmux-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: shmux-1.0.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.1 2009/01/03 13:54:10 swegener Exp $

DESCRIPTION="Program for executing the same command on many hosts in parallel"
HOMEPAGE="http://web.taranis.org/shmux/"
SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="pcre"
RESTRICT="test"
RDEPEND="pcre? ( dev-libs/libpcre )"
DEPEND="${RDEPEND}
	sys-apps/gawk"

src_compile() {
	econf $(use_with pcre) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	dobin src/shmux || die "dobin failed"
	doman shmux.1 || die "doman failed"
	dodoc CHANGES || die "dodoc failed"
}






             reply	other threads:[~2009-01-03 13:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-03 13:54 Sven Wegener (swegener) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-21  8:27 [gentoo-commits] gentoo-x86 commit in net-misc/shmux: ChangeLog shmux-1.0.2.ebuild PaweA Hajdan (phajdan.jr)
2014-10-31 11:11 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LJ6x8-0007Ba-Qm@stork.gentoo.org \
    --to=swegener@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox