summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-02-26 08:38:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-02-26 08:38:54 +0000
commit2934cb05008d3f9e55ea8da9898192420b309e55 (patch)
tree51222c81eedea9037a59d82565c01fd6de56811c /dev-lang/nqp
parentCleanup old (diff)
downloadgentoo-2-2934cb05008d3f9e55ea8da9898192420b309e55.tar.gz
gentoo-2-2934cb05008d3f9e55ea8da9898192420b309e55.tar.bz2
gentoo-2-2934cb05008d3f9e55ea8da9898192420b309e55.zip
Cleanup old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/nqp')
-rw-r--r--dev-lang/nqp/ChangeLog7
-rw-r--r--dev-lang/nqp/nqp-2013.08.ebuild51
-rw-r--r--dev-lang/nqp/nqp-2013.09.ebuild51
-rw-r--r--dev-lang/nqp/nqp-2013.11-r1.ebuild56
-rw-r--r--dev-lang/nqp/nqp-2013.11.ebuild51
-rw-r--r--dev-lang/nqp/nqp-2013.12.1-r1.ebuild59
-rw-r--r--dev-lang/nqp/nqp-2013.12.1.ebuild59
7 files changed, 6 insertions, 328 deletions
diff --git a/dev-lang/nqp/ChangeLog b/dev-lang/nqp/ChangeLog
index 6a2ca9382b32..de2d8432ad6d 100644
--- a/dev-lang/nqp/ChangeLog
+++ b/dev-lang/nqp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/nqp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.40 2014/02/26 08:27:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.41 2014/02/26 08:38:54 patrick Exp $
+
+ 26 Feb 2014; Patrick Lauer <patrick@gentoo.org> -nqp-2013.08.ebuild,
+ -nqp-2013.09.ebuild, -nqp-2013.11-r1.ebuild, -nqp-2013.11.ebuild,
+ -nqp-2013.12.1-r1.ebuild, -nqp-2013.12.1.ebuild:
+ Cleanup old
*nqp-2014.02 (26 Feb 2014)
diff --git a/dev-lang/nqp/nqp-2013.08.ebuild b/dev-lang/nqp/nqp-2013.08.ebuild
deleted file mode 100644
index f520198b977f..000000000000
--- a/dev-lang/nqp/nqp-2013.08.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.08.ebuild,v 1.1 2013/09/03 09:10:45 patrick Exp $
-
-EAPI=3
-
-inherit eutils multilib
-
-PARROT_VERSION="5.5.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- cd "${WORKDIR}"
- ln -s * "${S}" || die
- cd "${S}"
- echo "${PV}" > VERSION
-}
-
-src_configure() {
- perl Configure.pl || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc docs/* || die
- fi
-}
diff --git a/dev-lang/nqp/nqp-2013.09.ebuild b/dev-lang/nqp/nqp-2013.09.ebuild
deleted file mode 100644
index 8db2e43e07af..000000000000
--- a/dev-lang/nqp/nqp-2013.09.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.09.ebuild,v 1.1 2013/09/24 07:34:05 patrick Exp $
-
-EAPI=3
-
-inherit eutils multilib
-
-PARROT_VERSION="5.5.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- cd "${WORKDIR}"
- ln -s * "${S}" || die
- cd "${S}"
- echo "${PV}" > VERSION
-}
-
-src_configure() {
- perl Configure.pl || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc docs/* || die
- fi
-}
diff --git a/dev-lang/nqp/nqp-2013.11-r1.ebuild b/dev-lang/nqp/nqp-2013.11-r1.ebuild
deleted file mode 100644
index 661f0ffff8b9..000000000000
--- a/dev-lang/nqp/nqp-2013.11-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.11-r1.ebuild,v 1.2 2013/12/11 03:41:04 patrick Exp $
-
-EAPI=5
-
-inherit eutils multilib
-
-# MoarVM isn't reliable enough yet
-
-GITCRAP=44c244c
-PARROT_VERSION="5.9.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +parrot java"
-REQUIRED_USE="|| ( parrot java )"
-
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] )
- java? ( virtual/jre )"
- #moar? ( =dev-lang/moarvm-2013.10.1 )"
-DEPEND="${RDEPEND}
- java? ( virtual/jdk )
- dev-lang/perl"
-
-S=${WORKDIR}/perl6-nqp-${GITCRAP}
-
-src_configure() {
- use java && myconf+="jvm,"
- use parrot && myconf+="parrot,"
- #use moar && myconf+="moar,"
- perl Configure.pl --backend=${myconf} --prefix=/usr || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc -r docs/* || die
- fi
-}
diff --git a/dev-lang/nqp/nqp-2013.11.ebuild b/dev-lang/nqp/nqp-2013.11.ebuild
deleted file mode 100644
index 86f6ea9aae0b..000000000000
--- a/dev-lang/nqp/nqp-2013.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.11.ebuild,v 1.1 2013/12/01 07:04:39 patrick Exp $
-
-EAPI=3
-
-inherit eutils multilib
-
-PARROT_VERSION="5.9.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- cd "${WORKDIR}"
- ln -s * "${S}" || die
- cd "${S}"
- echo "${PV}" > VERSION
-}
-
-src_configure() {
- perl Configure.pl || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc docs/* || die
- fi
-}
diff --git a/dev-lang/nqp/nqp-2013.12.1-r1.ebuild b/dev-lang/nqp/nqp-2013.12.1-r1.ebuild
deleted file mode 100644
index a30da088e83c..000000000000
--- a/dev-lang/nqp/nqp-2013.12.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.12.1-r1.ebuild,v 1.1 2014/01/09 09:06:59 patrick Exp $
-
-EAPI=5
-
-inherit eutils multilib
-
-# MoarVM isn't reliable enough yet
-
-# upstream knows about test fail
-RESTRICT="test"
-
-GITCRAP=52dd202
-PARROT_VERSION="5.9.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc +parrot java moar"
-REQUIRED_USE="|| ( parrot java moar )"
-
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] )
- java? ( virtual/jre )
- moar? ( =dev-lang/moarvm-9999 )"
-DEPEND="${RDEPEND}
- java? ( virtual/jdk )
- dev-lang/perl"
-
-S=${WORKDIR}/perl6-nqp-${GITCRAP}
-
-src_configure() {
- use java && myconf+="jvm,"
- use parrot && myconf+="parrot,"
- use moar && myconf+="moar,"
- perl Configure.pl --backend=${myconf} --prefix=/usr || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc -r docs/* || die
- fi
-}
diff --git a/dev-lang/nqp/nqp-2013.12.1.ebuild b/dev-lang/nqp/nqp-2013.12.1.ebuild
deleted file mode 100644
index 12cf9ff31faf..000000000000
--- a/dev-lang/nqp/nqp-2013.12.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.12.1.ebuild,v 1.1 2014/01/09 07:51:58 patrick Exp $
-
-EAPI=5
-
-inherit eutils multilib
-
-# MoarVM isn't reliable enough yet
-
-# upstream knows about test fail
-RESTRICT="test"
-
-GITCRAP=52dd202
-PARROT_VERSION="5.9.0"
-
-DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +parrot java"
-REQUIRED_USE="|| ( parrot java )"
-
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] )
- java? ( virtual/jre )"
- #moar? ( =dev-lang/moarvm-2013.10.1 )"
-DEPEND="${RDEPEND}
- java? ( virtual/jdk )
- dev-lang/perl"
-
-S=${WORKDIR}/perl6-nqp-${GITCRAP}
-
-src_configure() {
- use java && myconf+="jvm,"
- use parrot && myconf+="parrot,"
- #use moar && myconf+="moar,"
- perl Configure.pl --backend=${myconf} --prefix=/usr || die
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README.pod || die
-
- if use doc; then
- dodoc -r docs/* || die
- fi
-}