public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/parallel: ChangeLog parallel-20101222.ebuild
@ 2010-12-24  6:25 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-24  6:25 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/24 06:25:48

  Modified:             ChangeLog
  Added:                parallel-20101222.ebuild
  Log:
  version bump for bug 349365
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-process/parallel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Dec 2010 11:10:15 -0000	1.2
+++ ChangeLog	24 Dec 2010 06:25:48 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sys-process/parallel
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.2 2010/12/21 11:10:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.3 2010/12/24 06:25:48 fauli Exp $
+
+*parallel-20101222 (24 Dec 2010)
+
+  24 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  +parallel-20101222.ebuild:
+  version bump for bug 349365
 
   21 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
   parallel-20101202.ebuild:



1.1                  sys-process/parallel/parallel-20101222.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/parallel-20101222.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/parallel-20101222.ebuild?rev=1.1&content-type=text/plain

Index: parallel-20101222.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20101222.ebuild,v 1.1 2010/12/24 06:25:48 fauli Exp $

EAPI=3

DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines"
HOMEPAGE="http://www.gnu.org/software/parallel/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="dev-lang/perl"
# File collision
DEPEND="${RDEPEND}
	!sys-apps/moreutils"

src_install() {
	emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html \
		|| die
	dodoc NEWS README || die
}

pkg_postinst() {
	elog "To distribute jobs to remote machines you'll need these dependencies:"
	echo
	elog "  net-misc/openssh"
	elog "  net-misc/rsync"
}






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

* [gentoo-commits] gentoo-x86 commit in sys-process/parallel: ChangeLog parallel-20101222.ebuild
@ 2011-01-25 15:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-25 15:30 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/25 15:30:52

  Modified:             ChangeLog
  Removed:              parallel-20101222.ebuild
  Log:
  clean up
  
  (Portage version: 2.1.9.34/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-process/parallel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 Jan 2011 15:29:26 -0000	1.5
+++ ChangeLog	25 Jan 2011 15:30:52 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/parallel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.5 2011/01/25 15:29:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.6 2011/01/25 15:30:52 fauli Exp $
+
+  25 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+  -parallel-20101222.ebuild:
+  clean up
 
 *parallel-20110122 (25 Jan 2011)
 






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

end of thread, other threads:[~2011-01-25 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 15:30 [gentoo-commits] gentoo-x86 commit in sys-process/parallel: ChangeLog parallel-20101222.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-24  6:25 Christian Faulhammer (fauli)

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