public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/prll: prll-0.6.1.ebuild ChangeLog
@ 2011-10-19 15:36 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-10-19 15:36 UTC (permalink / raw
  To: gentoo-commits

jlec        11/10/19 15:36:59

  Modified:             ChangeLog
  Added:                prll-0.6.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-shells/prll/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/prll/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/prll/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/prll/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/prll/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Aug 2011 14:30:24 -0000	1.10
+++ ChangeLog	19 Oct 2011 15:36:59 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/prll
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/ChangeLog,v 1.10 2011/08/14 14:30:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/ChangeLog,v 1.11 2011/10/19 15:36:59 jlec Exp $
+
+*prll-0.6.1 (19 Oct 2011)
+
+  19 Oct 2011; Justin Lecher <jlec@gentoo.org> +prll-0.6.1.ebuild, metadata.xml:
+  Version Bump
 
   14 Aug 2011; Justin Lecher <jlec@gentoo.org> prll-0.6.ebuild, metadata.xml:
   Don't test with random shells, but with bash, #378563



1.1                  app-shells/prll/prll-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/prll/prll-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/prll/prll-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: prll-0.6.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/prll-0.6.1.ebuild,v 1.1 2011/10/19 15:36:59 jlec Exp $

EAPI=4

inherit eutils prefix toolchain-funcs

DESCRIPTION="A utility for parallelizing execution of shell functions"
HOMEPAGE="http://prll.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

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

src_prepare() {
	sed \
		-e '/then sh/d' \
		-e '/then zsh/d' \
		-e '/then dash/d' \
		-i tests/Makefile || die
	tc-export CC
}

src_install() {
	dobin ${PN}_{qer,bfr}
	insinto /etc/profile.d/
	doins ${PN}.sh
	dodoc AUTHORS README NEWS
	doman ${PN}.1
}






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

only message in thread, other threads:[~2011-10-19 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 15:36 [gentoo-commits] gentoo-x86 commit in app-shells/prll: prll-0.6.1.ebuild ChangeLog Justin Lecher (jlec)

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