diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-22 03:05:20 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-22 03:05:20 +0000 |
commit | 0b160d32f230360da8dcf315ca2a4e864a40c2b6 (patch) | |
tree | 019dd15c471fca51e37d04e271555ab73eca15ba /sys-process/parallel | |
parent | Version bump. (diff) | |
download | gentoo-2-0b160d32f230360da8dcf315ca2a4e864a40c2b6.tar.gz gentoo-2-0b160d32f230360da8dcf315ca2a4e864a40c2b6.tar.bz2 gentoo-2-0b160d32f230360da8dcf315ca2a4e864a40c2b6.zip |
Remove old.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/parallel')
-rw-r--r-- | sys-process/parallel/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20120622.ebuild | 44 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20121122.ebuild | 44 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20121222.ebuild | 44 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20130122.ebuild | 44 |
5 files changed, 6 insertions, 177 deletions
diff --git a/sys-process/parallel/ChangeLog b/sys-process/parallel/ChangeLog index b2d9e987d802..38ab3718f450 100644 --- a/sys-process/parallel/ChangeLog +++ b/sys-process/parallel/ChangeLog @@ -1,6 +1,11 @@ # 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.46 2013/05/22 03:04:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.47 2013/05/22 03:05:20 radhermit Exp $ + + 22 May 2013; Tim Harder <radhermit@gentoo.org> -parallel-20120622.ebuild, + -parallel-20121122.ebuild, -parallel-20121222.ebuild, + -parallel-20130122.ebuild: + Remove old. *parallel-20130522 (22 May 2013) diff --git a/sys-process/parallel/parallel-20120622.ebuild b/sys-process/parallel/parallel-20120622.ebuild deleted file mode 100644 index 9b43da083575..000000000000 --- a/sys-process/parallel/parallel-20120622.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20120622.ebuild,v 1.3 2012/09/23 08:18:27 phajdan.jr Exp $ - -EAPI=4 - -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-20121122.ebuild b/sys-process/parallel/parallel-20121122.ebuild deleted file mode 100644 index c421da3c4b62..000000000000 --- a/sys-process/parallel/parallel-20121122.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-20121122.ebuild,v 1.2 2013/01/22 17:29:38 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-20121222.ebuild b/sys-process/parallel/parallel-20121222.ebuild deleted file mode 100644 index bba12e28e33a..000000000000 --- a/sys-process/parallel/parallel-20121222.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-20121222.ebuild,v 1.2 2013/01/14 19:36:46 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-20130122.ebuild b/sys-process/parallel/parallel-20130122.ebuild deleted file mode 100644 index cf54eadf9811..000000000000 --- a/sys-process/parallel/parallel-20130122.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-20130122.ebuild,v 1.1 2013/01/22 01:44:01 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" -} |