summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-02-26 10:01:15 +0000
committerJustin Lecher <jlec@gentoo.org>2010-02-26 10:01:15 +0000
commitc63ab9ac9b2e601e9a0e24599efb86df8fdd5aac (patch)
tree4d8f60b7167cea2c49c6bd55465783145d9683e7 /app-shells
parentwww-apps/davical: New version for davical (diff)
downloadsunrise-c63ab9ac9b2e601e9a0e24599efb86df8fdd5aac.tar.gz
sunrise-c63ab9ac9b2e601e9a0e24599efb86df8fdd5aac.tar.bz2
sunrise-c63ab9ac9b2e601e9a0e24599efb86df8fdd5aac.zip
app-shells/ prll: InCvs
svn path=/sunrise/; revision=10193
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/prll/ChangeLog21
-rw-r--r--app-shells/prll/Manifest4
-rw-r--r--app-shells/prll/metadata.xml5
-rw-r--r--app-shells/prll/prll-0.4.ebuild23
4 files changed, 0 insertions, 53 deletions
diff --git a/app-shells/prll/ChangeLog b/app-shells/prll/ChangeLog
deleted file mode 100644
index 919bce27f..000000000
--- a/app-shells/prll/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for app-shells/prll
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 21 Feb 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
- -prll-0.3.1.ebuild, +prll-0.4.ebuild:
- Version bump for prll. Now installs the NEWS file.
-
- 28 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
- -prll-0.3.ebuild, +prll-0.3.1.ebuild:
- Version bump for prll.
-
- 21 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
- -prll-0.2.ebuild, -files/prll-0.2-makefile.patch, +prll-0.3.ebuild:
- Version bump for prll. Makefile fixed upstream, removing patch.
-
- 08 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
- +prll-0.2.ebuild, +files/prll-0.2-makefile.patch, +metadata.xml:
- New ebuild for bug #299798. Thanks to dilfridge and Tommy[D]. Also thanks to
- Wizzleby for amd64 testing.
-
diff --git a/app-shells/prll/Manifest b/app-shells/prll/Manifest
deleted file mode 100644
index ba6cd8222..000000000
--- a/app-shells/prll/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST prll-0.4.tar.bz2 29934 RMD160 53a1a963fd9eed0dbacec7996f6058c63ff75f28 SHA1 08a8f65a9bdda147c1874777769b6604e15345f9 SHA256 d39eef661e9225edc8910565bda24c4de795c93d19e2ec83532c81273600c762
-EBUILD prll-0.4.ebuild 567 RMD160 5a4b67798e010ebd23f1c5fc4bcd8d64a163de7b SHA1 634837a51405b72ec2f8cfbb74fe09b5081483bf SHA256 63b22bbccf7405aa2560b1e07d2c55ef8e769af6fa8aba5888cf3002014e095e
-MISC ChangeLog 838 RMD160 5d3f75abc0bdd4130c0a3177b7288308a555619b SHA1 8faeb976e96c61970ddcd6481b4a16282df906ab SHA256 3fae48df7cdc5229c17f960b5eb75327d0655ec6fa48d8311749ffc0d9aebef1
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-shells/prll/metadata.xml b/app-shells/prll/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-shells/prll/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/app-shells/prll/prll-0.4.ebuild b/app-shells/prll/prll-0.4.ebuild
deleted file mode 100644
index 0543c1a23..000000000
--- a/app-shells/prll/prll-0.4.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 NEWS || die "dodoc failed"
-}