summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-06-30 03:08:31 +0000
committerIan Delaney <idella4@gentoo.org>2015-06-30 03:08:31 +0000
commit046c660598316b81f2e410ced6ebd8d09cb06e16 (patch)
tree66c166b0cd593b700effbaa3cb18097516ae5a4e /sys-process/parallel
parentVersion bump. See https://www.winehq.org/announce/1.7.46 for the announcement. (diff)
downloadgentoo-2-046c660598316b81f2e410ced6ebd8d09cb06e16.tar.gz
gentoo-2-046c660598316b81f2e410ced6ebd8d09cb06e16.tar.bz2
gentoo-2-046c660598316b81f2e410ced6ebd8d09cb06e16.zip
cleanup for bug #552622
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'sys-process/parallel')
-rw-r--r--sys-process/parallel/ChangeLog7
-rw-r--r--sys-process/parallel/parallel-20140622.ebuild44
-rw-r--r--sys-process/parallel/parallel-20141122.ebuild44
-rw-r--r--sys-process/parallel/parallel-20150122.ebuild44
-rw-r--r--sys-process/parallel/parallel-20150222.ebuild44
-rw-r--r--sys-process/parallel/parallel-20150322.ebuild44
6 files changed, 6 insertions, 221 deletions
diff --git a/sys-process/parallel/ChangeLog b/sys-process/parallel/ChangeLog
index 423ba174c5d6..0d414b06f20e 100644
--- a/sys-process/parallel/ChangeLog
+++ b/sys-process/parallel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/parallel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.75 2015/06/26 08:57:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.76 2015/06/30 03:08:31 idella4 Exp $
+
+ 30 Jun 2015; Ian Delaney <idella4@gentoo.org> -parallel-20140622.ebuild,
+ -parallel-20141122.ebuild, -parallel-20150122.ebuild,
+ -parallel-20150222.ebuild, -parallel-20150322.ebuild:
+ cleanup for bug #552622
26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> parallel-20141122.ebuild:
Stable for x86, wrt bug #535688
diff --git a/sys-process/parallel/parallel-20140622.ebuild b/sys-process/parallel/parallel-20140622.ebuild
deleted file mode 100644
index 5fcde530599a..000000000000
--- a/sys-process/parallel/parallel-20140622.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20140622.ebuild,v 1.3 2014/09/21 09:59:27 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-20141122.ebuild b/sys-process/parallel/parallel-20141122.ebuild
deleted file mode 100644
index 891ca5beff6d..000000000000
--- a/sys-process/parallel/parallel-20141122.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20141122.ebuild,v 1.3 2015/06/26 08:57:02 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-20150122.ebuild b/sys-process/parallel/parallel-20150122.ebuild
deleted file mode 100644
index cea0f83f2f5a..000000000000
--- a/sys-process/parallel/parallel-20150122.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20150122.ebuild,v 1.1 2015/02/02 00:19: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-20150222.ebuild b/sys-process/parallel/parallel-20150222.ebuild
deleted file mode 100644
index c4a1e7779e32..000000000000
--- a/sys-process/parallel/parallel-20150222.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20150222.ebuild,v 1.1 2015/02/24 02:21:58 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-20150322.ebuild b/sys-process/parallel/parallel-20150322.ebuild
deleted file mode 100644
index f23716df0a7d..000000000000
--- a/sys-process/parallel/parallel-20150322.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20150322.ebuild,v 1.1 2015/04/01 23:02:27 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"
-}