summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-12-23 00:54:40 +0000
committerTim Harder <radhermit@gentoo.org>2013-12-23 00:54:40 +0000
commitd17df18ca64dcb34f9b95cf1edf040ccab453704 (patch)
tree588344864e3b5419dca707d92498cfb7922d6ac0 /sys-process
parentVersion bump. (diff)
downloadgentoo-2-d17df18ca64dcb34f9b95cf1edf040ccab453704.tar.gz
gentoo-2-d17df18ca64dcb34f9b95cf1edf040ccab453704.tar.bz2
gentoo-2-d17df18ca64dcb34f9b95cf1edf040ccab453704.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/parallel/ChangeLog8
-rw-r--r--sys-process/parallel/parallel-20130222.ebuild44
-rw-r--r--sys-process/parallel/parallel-20130422.ebuild44
-rw-r--r--sys-process/parallel/parallel-20130622.ebuild44
-rw-r--r--sys-process/parallel/parallel-20130722.ebuild44
-rw-r--r--sys-process/parallel/parallel-20130822.ebuild44
-rw-r--r--sys-process/parallel/parallel-20130922.ebuild44
-rw-r--r--sys-process/parallel/parallel-20131022.ebuild44
8 files changed, 7 insertions, 309 deletions
diff --git a/sys-process/parallel/ChangeLog b/sys-process/parallel/ChangeLog
index f6ba61d2ce5a..003dc3362a01 100644
--- a/sys-process/parallel/ChangeLog
+++ b/sys-process/parallel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-process/parallel
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.56 2013/12/23 00:53:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.57 2013/12/23 00:54:40 radhermit Exp $
+
+ 23 Dec 2013; Tim Harder <radhermit@gentoo.org> -parallel-20130222.ebuild,
+ -parallel-20130422.ebuild, -parallel-20130622.ebuild,
+ -parallel-20130722.ebuild, -parallel-20130822.ebuild,
+ -parallel-20130922.ebuild, -parallel-20131022.ebuild:
+ Remove old.
*parallel-20131222 (23 Dec 2013)
diff --git a/sys-process/parallel/parallel-20130222.ebuild b/sys-process/parallel/parallel-20130222.ebuild
deleted file mode 100644
index 2397b3f58c16..000000000000
--- a/sys-process/parallel/parallel-20130222.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130222.ebuild,v 1.3 2013/05/20 08:25:51 ago Exp $
-
-EAPI=5
-
-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="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20130422.ebuild b/sys-process/parallel/parallel-20130422.ebuild
deleted file mode 100644
index 80ccf8dfa968..000000000000
--- a/sys-process/parallel/parallel-20130422.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130422.ebuild,v 1.1 2013/04/27 08:43:20 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20130622.ebuild b/sys-process/parallel/parallel-20130622.ebuild
deleted file mode 100644
index 32b52334d499..000000000000
--- a/sys-process/parallel/parallel-20130622.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130622.ebuild,v 1.1 2013/06/23 04:25:50 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20130722.ebuild b/sys-process/parallel/parallel-20130722.ebuild
deleted file mode 100644
index e6ecc9d6ef6a..000000000000
--- a/sys-process/parallel/parallel-20130722.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130722.ebuild,v 1.1 2013/07/22 23:13:04 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20130822.ebuild b/sys-process/parallel/parallel-20130822.ebuild
deleted file mode 100644
index e460f5772c59..000000000000
--- a/sys-process/parallel/parallel-20130822.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130822.ebuild,v 1.1 2013/08/25 05:28:05 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20130922.ebuild b/sys-process/parallel/parallel-20130922.ebuild
deleted file mode 100644
index 1e35e27996b9..000000000000
--- a/sys-process/parallel/parallel-20130922.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130922.ebuild,v 1.1 2013/09/23 05:46:28 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}
diff --git a/sys-process/parallel/parallel-20131022.ebuild b/sys-process/parallel/parallel-20131022.ebuild
deleted file mode 100644
index 4df3ba105a4f..000000000000
--- a/sys-process/parallel/parallel-20131022.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20131022.ebuild,v 1.1 2013/10/23 03:55:15 radhermit Exp $
-
-EAPI=5
-
-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="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Devel-Size
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO"
-# moreutils for `parallel` and grass for 'sql.1' manpage
-DEPEND="${RDEPEND}
- !<sys-apps/moreutils-0.45-r1
- !<sci-geosciences/grass-6.4.1-r1"
-
-DOCS="NEWS README"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
-
- # See src/Makefile.am for this one:
- rm -f "${ED}"usr/bin/sem
- dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
- elog "To distribute jobs to remote machines you'll need these dependencies"
- elog " net-misc/openssh"
- elog " net-misc/rsync"
-}