summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-07-21 06:35:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-07-21 06:35:48 +0000
commitff98924c8905755ba997c94ad9e454174893dab6 (patch)
treeb6250797271b69f5eda15cd92a0be39cd7b63c67 /dev-lang
parentmedia-gfx/shotwell: Backport fir for format-security, #517622; Version Bump (diff)
downloadgentoo-2-ff98924c8905755ba997c94ad9e454174893dab6.tar.gz
gentoo-2-ff98924c8905755ba997c94ad9e454174893dab6.tar.bz2
gentoo-2-ff98924c8905755ba997c94ad9e454174893dab6.zip
Bump, remove old
(Portage version: 2.2.10/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-2014.01.ebuild51
-rw-r--r--dev-lang/rakudo/rakudo-2014.02.ebuild51
-rw-r--r--dev-lang/rakudo/rakudo-2014.03.01.ebuild52
-rw-r--r--dev-lang/rakudo/rakudo-2014.04.ebuild52
-rw-r--r--dev-lang/rakudo/rakudo-2014.06.ebuild47
-rw-r--r--dev-lang/rakudo/rakudo-2014.07.ebuild (renamed from dev-lang/rakudo/rakudo-2014.05-r1.ebuild)2
7 files changed, 9 insertions, 255 deletions
diff --git a/dev-lang/rakudo/ChangeLog b/dev-lang/rakudo/ChangeLog
index f556fde92bcb..71e795449d93 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.58 2014/06/27 07:06:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.59 2014/07/21 06:35:47 patrick Exp $
+
+*rakudo-2014.07 (21 Jul 2014)
+
+ 21 Jul 2014; Patrick Lauer <patrick@gentoo.org> +rakudo-2014.07.ebuild,
+ -rakudo-2014.01.ebuild, -rakudo-2014.02.ebuild, -rakudo-2014.03.01.ebuild,
+ -rakudo-2014.04.ebuild, -rakudo-2014.05-r1.ebuild, -rakudo-2014.06.ebuild:
+ Bump, remove old
*rakudo-2014.06 (27 Jun 2014)
diff --git a/dev-lang/rakudo/rakudo-2014.01.ebuild b/dev-lang/rakudo/rakudo-2014.01.ebuild
deleted file mode 100644
index 1beffdb2b6a3..000000000000
--- a/dev-lang/rakudo/rakudo-2014.01.ebuild
+++ /dev/null
@@ -1,51 +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/rakudo/rakudo-2014.01.ebuild,v 1.1 2014/02/11 02:41:01 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-2014.02.ebuild b/dev-lang/rakudo/rakudo-2014.02.ebuild
deleted file mode 100644
index f6bef88b9558..000000000000
--- a/dev-lang/rakudo/rakudo-2014.02.ebuild
+++ /dev/null
@@ -1,51 +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/rakudo/rakudo-2014.02.ebuild,v 1.1 2014/02/26 08:28:02 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-2014.03.01.ebuild b/dev-lang/rakudo/rakudo-2014.03.01.ebuild
deleted file mode 100644
index 56aefc20b64c..000000000000
--- a/dev-lang/rakudo/rakudo-2014.03.01.ebuild
+++ /dev/null
@@ -1,52 +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/rakudo/rakudo-2014.03.01.ebuild,v 1.1 2014/03/31 06:17:20 patrick Exp $
-
-EAPI=5
-
-PARROT_VERSION="5.9.0"
-# hack for this specific version, don't copy to future releases
-NQP_VERSION="${PV/01/}"
-
-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.md 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-2014.04.ebuild b/dev-lang/rakudo/rakudo-2014.04.ebuild
deleted file mode 100644
index a25b69d8e3d3..000000000000
--- a/dev-lang/rakudo/rakudo-2014.04.ebuild
+++ /dev/null
@@ -1,52 +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/rakudo/rakudo-2014.04.ebuild,v 1.1 2014/04/18 03:39:17 patrick Exp $
-
-EAPI=5
-
-PARROT_VERSION="5.9.0"
-# hack for this specific version, don't copy to future releases
-NQP_VERSION="${PV/01/}"
-
-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.md 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-2014.06.ebuild b/dev-lang/rakudo/rakudo-2014.06.ebuild
deleted file mode 100644
index fa3d17a1e3cd..000000000000
--- a/dev-lang/rakudo/rakudo-2014.06.ebuild
+++ /dev/null
@@ -1,47 +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/rakudo/rakudo-2014.06.ebuild,v 1.1 2014/06/27 07:06:27 patrick Exp $
-
-EAPI=5
-
-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 java +moar"
-
-RDEPEND=">=dev-lang/nqp-${PV}[java?,moar?]"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_prepare() {
- sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
-}
-
-src_configure() {
- use java && myconf+="jvm,"
- use moar && myconf+="moar,"
- 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.md 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-2014.05-r1.ebuild b/dev-lang/rakudo/rakudo-2014.07.ebuild
index 47d7fe47aa6c..bcb05e1ff161 100644
--- a/dev-lang/rakudo/rakudo-2014.05-r1.ebuild
+++ b/dev-lang/rakudo/rakudo-2014.07.ebuild
@@ -1,6 +1,6 @@
# 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-2014.05-r1.ebuild,v 1.1 2014/05/27 04:51:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.07.ebuild,v 1.1 2014/07/21 06:35:47 patrick Exp $
EAPI=5