From d6632014689123ff819ea89fb81533bcdf8594c0 Mon Sep 17 00:00:00 2001 From: "Jure Varlec (exzombie)" Date: Thu, 28 Jan 2010 18:27:12 +0000 Subject: app-shells/prll: Version bump for prll. svn path=/sunrise/; revision=9922 --- app-shells/prll/ChangeLog | 4 ++++ app-shells/prll/Manifest | 6 +++--- app-shells/prll/prll-0.3.1.ebuild | 23 +++++++++++++++++++++++ app-shells/prll/prll-0.3.ebuild | 23 ----------------------- 4 files changed, 30 insertions(+), 26 deletions(-) create mode 100644 app-shells/prll/prll-0.3.1.ebuild delete mode 100644 app-shells/prll/prll-0.3.ebuild (limited to 'app-shells') diff --git a/app-shells/prll/ChangeLog b/app-shells/prll/ChangeLog index 07f2dbb89..130153b6f 100644 --- a/app-shells/prll/ChangeLog +++ b/app-shells/prll/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Jan 2010; Jure Varlec (exzombie) + -prll-0.3.ebuild, +prll-0.3.1.ebuild: + Version bump for prll. + 21 Jan 2010; Jure Varlec (exzombie) -prll-0.2.ebuild, -files/prll-0.2-makefile.patch, +prll-0.3.ebuild: Version bump for prll. Makefile fixed upstream, removing patch. diff --git a/app-shells/prll/Manifest b/app-shells/prll/Manifest index 919888b70..e2103da21 100644 --- a/app-shells/prll/Manifest +++ b/app-shells/prll/Manifest @@ -1,4 +1,4 @@ -DIST prll-0.3.tar.bz2 17660 RMD160 8e0a8c10e238ea15da09f4df553f9e875968261c SHA1 9b08c746eb4c1f6ffe40b2781177b54515396921 SHA256 0d1905df1fefb365a8c4b956cc27a6fca2ef678141faa2dee95ece0783bf6aba -EBUILD prll-0.3.ebuild 562 RMD160 0b0722f3e305facd4b6f5c3cb137f9e74cf7b1a7 SHA1 0badee6c3624417d48396d191267332ae4d6e4fe SHA256 badb6cb44668252986b78f11b9b0e3bd5bbd162b947cbf0fdcdd1ddae8cbdd38 -MISC ChangeLog 554 RMD160 e2aa72fe7ca83bf46cdcd4206b21a1787c92f061 SHA1 a78f41afea32390a7f9457fb0fee67c80aae57a0 SHA256 8fba288f4f53800949a0f94c6f2d4a881a68091f71fc79032d92570d48275ef3 +DIST prll-0.3.1.tar.bz2 17825 RMD160 5431972b1ab183ca69a842748249cad06a22c933 SHA1 3cd23f389a865c776ec95c2510792e1f28a58d71 SHA256 ff02e393c19ef8284b6da3acf9570e23390feb0992c3f78f277782ffb09626da +EBUILD prll-0.3.1.ebuild 562 RMD160 0b0722f3e305facd4b6f5c3cb137f9e74cf7b1a7 SHA1 0badee6c3624417d48396d191267332ae4d6e4fe SHA256 badb6cb44668252986b78f11b9b0e3bd5bbd162b947cbf0fdcdd1ddae8cbdd38 +MISC ChangeLog 682 RMD160 c47cdfdda289b8f5997d2f79203c60f0bfd2ee4d SHA1 2ad1e7bae238c6c677e84806dca40ea815222b19 SHA256 28879f3d4257ea89d48d0761c3a195b0a7a48c565f15a322c298542124db25fe MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-shells/prll/prll-0.3.1.ebuild b/app-shells/prll/prll-0.3.1.ebuild new file mode 100644 index 000000000..82c83ba1c --- /dev/null +++ b/app-shells/prll/prll-0.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit eutils + +DESCRIPTION="A utility for parallelizing execution in bash or zsh" +HOMEPAGE="http://prll.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3 WTFPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +src_install() { + dobin ${PN}_jobserver || die "installation failed" + insinto /etc/profile.d/ + doins ${PN}.sh || die "installation failed" + dodoc ChangeLog AUTHORS README || die "dodoc failed" +} diff --git a/app-shells/prll/prll-0.3.ebuild b/app-shells/prll/prll-0.3.ebuild deleted file mode 100644 index 82c83ba1c..000000000 --- a/app-shells/prll/prll-0.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="A utility for parallelizing execution in bash or zsh" -HOMEPAGE="http://prll.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3 WTFPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -src_install() { - dobin ${PN}_jobserver || die "installation failed" - insinto /etc/profile.d/ - doins ${PN}.sh || die "installation failed" - dodoc ChangeLog AUTHORS README || die "dodoc failed" -} -- cgit v1.2.3-65-gdbad