summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-03-31 06:17:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-03-31 06:17:20 +0000
commit2af5ca4c9acee80dcd247f64421adcbaf2968c4a (patch)
treea17183a32f5c03f12c400c31c818d5725a120966 /dev-lang
parentVersion bump. (diff)
downloadgentoo-2-2af5ca4c9acee80dcd247f64421adcbaf2968c4a.tar.gz
gentoo-2-2af5ca4c9acee80dcd247f64421adcbaf2968c4a.tar.bz2
gentoo-2-2af5ca4c9acee80dcd247f64421adcbaf2968c4a.zip
Bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rakudo/ChangeLog9
-rw-r--r--dev-lang/rakudo/rakudo-2013.08.ebuild49
-rw-r--r--dev-lang/rakudo/rakudo-2013.09.ebuild49
-rw-r--r--dev-lang/rakudo/rakudo-2013.11-r1.ebuild51
-rw-r--r--dev-lang/rakudo/rakudo-2013.11.ebuild50
-rw-r--r--dev-lang/rakudo/rakudo-2014.03.01.ebuild (renamed from dev-lang/rakudo/rakudo-2013.12.ebuild)9
6 files changed, 13 insertions, 204 deletions
diff --git a/dev-lang/rakudo/ChangeLog b/dev-lang/rakudo/ChangeLog
index dd56630b7754..5bafa58533ff 100644
--- a/dev-lang/rakudo/ChangeLog
+++ b/dev-lang/rakudo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-lang/rakudo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.53 2014/02/26 08:28:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.54 2014/03/31 06:17:20 patrick Exp $
+
+*rakudo-2014.03.01 (31 Mar 2014)
+
+ 31 Mar 2014; Patrick Lauer <patrick@gentoo.org> +rakudo-2014.03.01.ebuild,
+ -rakudo-2013.08.ebuild, -rakudo-2013.09.ebuild, -rakudo-2013.11-r1.ebuild,
+ -rakudo-2013.11.ebuild, -rakudo-2013.12.ebuild:
+ Bump
*rakudo-2014.02 (26 Feb 2014)
diff --git a/dev-lang/rakudo/rakudo-2013.08.ebuild b/dev-lang/rakudo/rakudo-2013.08.ebuild
deleted file mode 100644
index dd9c1fcaf24a..000000000000
--- a/dev-lang/rakudo/rakudo-2013.08.ebuild
+++ /dev/null
@@ -1,49 +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/rakudo/rakudo-2013.08.ebuild,v 1.1 2013/09/03 09:11:23 patrick Exp $
-
-EAPI=3
-
-PARROT_VERSION="4.4.0"
-NQP_VERSION="${PV}"
-
-inherit eutils multilib
-
-DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
- >=dev-lang/nqp-${NQP_VERSION}"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
-}
-
-src_configure() {
- perl Configure.pl || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
-
- if use doc; then
- dohtml -A svg docs/architecture.html docs/architecture.svg || die
- dodoc docs/*.pod || die
- docinto announce
- dodoc docs/announce/* || die
- fi
-}
diff --git a/dev-lang/rakudo/rakudo-2013.09.ebuild b/dev-lang/rakudo/rakudo-2013.09.ebuild
deleted file mode 100644
index 3ac746109cd6..000000000000
--- a/dev-lang/rakudo/rakudo-2013.09.ebuild
+++ /dev/null
@@ -1,49 +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/rakudo/rakudo-2013.09.ebuild,v 1.1 2013/09/24 07:36:12 patrick Exp $
-
-EAPI=3
-
-PARROT_VERSION="4.4.0"
-NQP_VERSION="${PV}"
-
-inherit eutils multilib
-
-DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
- >=dev-lang/nqp-${NQP_VERSION}"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
-}
-
-src_configure() {
- perl Configure.pl || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
-
- dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
-
- if use doc; then
- dohtml -A svg docs/architecture.html docs/architecture.svg || die
- dodoc docs/*.pod || die
- docinto announce
- dodoc docs/announce/* || die
- fi
-}
diff --git a/dev-lang/rakudo/rakudo-2013.11-r1.ebuild b/dev-lang/rakudo/rakudo-2013.11-r1.ebuild
deleted file mode 100644
index d79e2f97dcf5..000000000000
--- a/dev-lang/rakudo/rakudo-2013.11-r1.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/rakudo/rakudo-2013.11-r1.ebuild,v 1.1 2013/12/06 04:12:56 patrick Exp $
-
-EAPI=5
-
-PARROT_VERSION="5.9.0"
-NQP_VERSION="${PV}"
-
-inherit eutils multilib
-
-DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +parrot java"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
- >=dev-lang/nqp-${NQP_VERSION}[parrot?,java?]"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
-}
-
-src_configure() {
- use parrot && myconf+="parrot,"
- use java && myconf+="jvm,"
- perl Configure.pl --backends=${myconf} --prefix=/usr || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${ED}" install || die
-
- dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
-
- if use doc; then
- dohtml -A svg docs/architecture.html docs/architecture.svg || die
- dodoc docs/*.pod || die
- docinto announce
- dodoc docs/announce/* || die
- fi
-}
diff --git a/dev-lang/rakudo/rakudo-2013.11.ebuild b/dev-lang/rakudo/rakudo-2013.11.ebuild
deleted file mode 100644
index f6c58a845d83..000000000000
--- a/dev-lang/rakudo/rakudo-2013.11.ebuild
+++ /dev/null
@@ -1,50 +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/rakudo/rakudo-2013.11.ebuild,v 1.2 2013/12/06 04:12:56 patrick Exp $
-
-EAPI=5
-
-PARROT_VERSION="5.9.0"
-NQP_VERSION="${PV}"
-
-inherit eutils multilib
-
-DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
-HOMEPAGE="http://rakudo.org/"
-SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
- >=dev-lang/nqp-${NQP_VERSION}"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
-}
-
-src_configure() {
- # we don't support the JVM port yet
- perl Configure.pl --backends=parrot --prefix=/usr || die
-}
-
-src_test() {
- emake -j1 test || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${ED}" install || die
-
- dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
-
- if use doc; then
- dohtml -A svg docs/architecture.html docs/architecture.svg || die
- dodoc docs/*.pod || die
- docinto announce
- dodoc docs/announce/* || die
- fi
-}
diff --git a/dev-lang/rakudo/rakudo-2013.12.ebuild b/dev-lang/rakudo/rakudo-2014.03.01.ebuild
index e70b7c640bde..56aefc20b64c 100644
--- a/dev-lang/rakudo/rakudo-2013.12.ebuild
+++ b/dev-lang/rakudo/rakudo-2014.03.01.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2013.12.ebuild,v 1.1 2014/01/09 07:52:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.03.01.ebuild,v 1.1 2014/03/31 06:17:20 patrick Exp $
EAPI=5
PARROT_VERSION="5.9.0"
-NQP_VERSION="${PV}.1" # bugfix release needed
+# hack for this specific version, don't copy to future releases
+NQP_VERSION="${PV/01/}"
inherit eutils multilib
@@ -18,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc +parrot java"
-RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
+RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}:=[unicode]
>=dev-lang/nqp-${NQP_VERSION}[parrot?,java?]"
DEPEND="${RDEPEND}
dev-lang/perl"
@@ -40,7 +41,7 @@ src_test() {
src_install() {
emake -j1 DESTDIR="${ED}" install || die
- dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
+ dodoc CREDITS README.md docs/ChangeLog docs/ROADMAP || die
if use doc; then
dohtml -A svg docs/architecture.html docs/architecture.svg || die