[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2021-07-13 Thread Sam James
commit: 5bd84243e746f54487c2d69c6df31bbd07a04c33
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 14 04:06:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 14 04:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd84243

dev-lang/parrot: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/801550
Signed-off-by: Sam James  gentoo.org>

 .../parrot/{parrot-8.1.0-r3.ebuild => parrot-8.1.0-r4.ebuild} | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lang/parrot/parrot-8.1.0-r3.ebuild 
b/dev-lang/parrot/parrot-8.1.0-r4.ebuild
similarity index 97%
rename from dev-lang/parrot/parrot-8.1.0-r3.ebuild
rename to dev-lang/parrot/parrot-8.1.0-r4.ebuild
index ad319217e9f..1612f534871 100644
--- a/dev-lang/parrot/parrot-8.1.0-r3.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0-r4.ebuild
@@ -3,11 +3,6 @@
 
 EAPI=7
 
-inherit multilib
-
-# weird failures
-RESTRICT="test"
-
 DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
 HOMEPAGE="http://www.parrot.org/;
 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
@@ -17,13 +12,17 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
+# weird failures
+RESTRICT="test"
+
 CDEPEND="sys-libs/readline:0=
dev-libs/libffi:=
net-libs/libnsl:0=
+   virtual/libcrypt:=
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
-   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
+   gdbm? ( >=sys-libs/gdbm-1.8.3-r1:= )
gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2021-07-10 Thread Sam James
commit: cc21b6023b76fb786f2fe72f8e635a289a4f6af2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 18:23:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 18:47:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc21b602

dev-lang/parrot: add dev-libs/libffi subslot dep

Signed-off-by: Sam James  gentoo.org>

 dev-lang/parrot/{parrot-8.1.0-r2.ebuild => parrot-8.1.0-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/parrot/parrot-8.1.0-r2.ebuild 
b/dev-lang/parrot/parrot-8.1.0-r3.ebuild
similarity index 99%
rename from dev-lang/parrot/parrot-8.1.0-r2.ebuild
rename to dev-lang/parrot/parrot-8.1.0-r3.ebuild
index 7dd22026a8b..ad319217e9f 100644
--- a/dev-lang/parrot/parrot-8.1.0-r2.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0-r3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64
 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
 CDEPEND="sys-libs/readline:0=
-   dev-libs/libffi
+   dev-libs/libffi:=
net-libs/libnsl:0=
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2021-05-22 Thread Andreas K. Hüttel
commit: 677c0be6cb27d2bb92dd37b8a7d8fb0a3d743820
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 22 15:05:24 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 22 15:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677c0be6

dev-lang/parrot: Re-assign to Patrick

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/parrot/metadata.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lang/parrot/metadata.xml b/dev-lang/parrot/metadata.xml
index 7faa8dfe9af..d572ffd9024 100644
--- a/dev-lang/parrot/metadata.xml
+++ b/dev-lang/parrot/metadata.xml
@@ -1,8 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   p...@gentoo.org
-   Gentoo Perl Project
+
+   patr...@gentoo.org
 
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2020-12-01 Thread Aaron Bauman
commit: 4224af1aa6e4ec7485dcfcce6082333d7c387912
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  2 00:25:34 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  2 00:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4224af1a

dev-lang/parrot: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-lang/parrot/Manifest|  3 --
 dev-lang/parrot/parrot-7.1.0-r1.ebuild  | 83 
 dev-lang/parrot/parrot-7.11.0-r1.ebuild | 83 
 dev-lang/parrot/parrot-7.5.0-r1.ebuild  | 83 
 dev-lang/parrot/parrot-8.1.0-r1.ebuild  | 84 -
 5 files changed, 336 deletions(-)

diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
index 52c260dd9f7..374180273d1 100644
--- a/dev-lang/parrot/Manifest
+++ b/dev-lang/parrot/Manifest
@@ -1,4 +1 @@
-DIST parrot-7.1.0.tar.gz 4688341 BLAKE2B 
1b1f894d0a54a11044ae8069d6f79509f2a0c6c6f66051e0f3fdc9ad8f3177cfde0947965b1586e8dd13cc26047c8987b11030aa8156e6324be2ce061f5fa90d
 SHA512 
b7d261e82934aa84b3d93b2e68b3eb0f13dea684665ca2448a0e2139aa6676c1ff2da1a8056332a7f2538bee6158953be5bceed0ac8a9b277827ec7bcba46cb8
-DIST parrot-7.11.0.tar.gz 4703987 BLAKE2B 
d832ce0225af6d86877ab775a773971484d1c17c6c517310536b10df05cbf30cba909439e59dda1a14d8688fe3bf0318ea5dc84a552dd3b3e7129ce0b2eb4f9b
 SHA512 
6f321a7d92b43413bc8cf2d2a03378e27de49573968471ad833232f90f0b61eae81626a80be94d84a783153c5beca3ba57c31fcc861b8b3c6cd33cd2d433a19a
-DIST parrot-7.5.0.tar.gz 4693149 BLAKE2B 
d5e88d5dedb3f95348d7b7bfeb1230251a866be5d4ada46ed5b4b80398227b6351566a07fdb6d7f8866bb69e39dde58b8c3ba707fd2737e70839eab0898c1bd0
 SHA512 
6c009dec6bdb9f419b20f3bb6c103b16018b27b2ed0094f13c957f66d9735cfc126c15f787d4ce577cd0c6492d61264c35c23d50ab29517b65f00df7c4b4d619
 DIST parrot-8.1.0.tar.gz 4700495 BLAKE2B 
a90cd3c43be2a6812eaf5a5881cfd97e7011b5b82234c5eaf61e54cba923544a2f2c649387afe55d4e710a1e92ff31b1d32454a230fda6005b40778598f1915e
 SHA512 
f5c4ffeb22a8f4949081ba9d98e3129eb067f6f0ed139248ca1d521570ccbada5dfa69ca2e390868a00ed275780552a5cd06eb271ff14ff753bf8375b7c658c2

diff --git a/dev-lang/parrot/parrot-7.1.0-r1.ebuild 
b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
deleted file mode 100644
index 4c68d410926..000
--- a/dev-lang/parrot/parrot-7.1.0-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-# weird failures
-RESTRICT="test"
-
-DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
-HOMEPAGE="http://www.parrot.org/;
-SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
-
-LICENSE="Artistic-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
-
-RDEPEND="sys-libs/readline:0=
-   dev-libs/libffi
-   opengl? ( media-libs/freeglut )
-   nls? ( sys-devel/gettext )
-   unicode? ( >=dev-libs/icu-2.6:= )
-   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4:0= )
-   ssl? ( dev-libs/openssl:0= )
-   pcre? ( dev-libs/libpcre )
-   doc? ( dev-perl/JSON )"
-
-DEPEND="dev-lang/perl[doc?]
-   ${RDEPEND}"
-
-src_configure() {
-   myconf="--disable-rpath"
-   use unicode || myconf+=" --without-icu"
-   use ssl || myconf+=" --without-crypto"
-   use gdbm|| myconf+=" --without-gdbm"
-   use nls || myconf+=" --without-gettext"
-   use gmp || myconf+=" --without-gmp"
-   use opengl  || myconf+=" --without-opengl"
-   use pcre|| myconf+=" --without-pcre"
-
-   perl Configure.pl \
-   --ccflags="${CFLAGS}" \
-   --linkflags="${LDFLAGS}" \
-   --prefix="${EPREFIX}"/usr \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-   --mandir="${EPREFIX}"/usr/share/man \
-   --sysconfdir="${EPREFIX}"/etc \
-   --sharedstatedir="${EPREFIX}"/var/lib/parrot \
-   $myconf || die
-}
-
-src_compile() {
-   export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
-   # occasionally dies in parallel make
-   emake -j1
-   if use doc ; then
-   emake -j1 html
-   fi
-}
-
-src_test() {
-   emake -j1 test
-}
-
-src_install() {
-   emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
-   dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO
-   dosym parrot-ops2c /usr/bin/ops2c
-   if use examples; then
-   insinto "/usr/share/doc/${PF}/examples"
-   doins -r examples/*
-   fi
-   if use doc; then
-   insinto "/usr/share/doc/${PF}/editor"
-   doins -r editor
-   cd 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2019-08-07 Thread Kent Fredric
commit: d9bb3682f421c106289cb346b1d35e4ef88a471b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug  7 13:27:31 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug  7 17:46:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bb3682

dev-lang/parrot: Add subslot deps for readline and gmp

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/parrot/{parrot-7.1.0.ebuild => parrot-7.1.0-r1.ebuild}   | 4 ++--
 dev-lang/parrot/{parrot-7.11.0.ebuild => parrot-7.11.0-r1.ebuild} | 4 ++--
 dev-lang/parrot/{parrot-7.5.0.ebuild => parrot-7.5.0-r1.ebuild}   | 4 ++--
 dev-lang/parrot/{parrot-8.1.0.ebuild => parrot-8.1.0-r1.ebuild}   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild 
b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
similarity index 97%
rename from dev-lang/parrot/parrot-7.1.0.ebuild
rename to dev-lang/parrot/parrot-7.1.0-r1.ebuild
index 148ef1c2d81..e6a5cc6a3e3 100644
--- a/dev-lang/parrot/parrot-7.1.0.ebuild
+++ b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
@@ -17,13 +17,13 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
 
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:0=
dev-libs/libffi
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4 )
+   gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"

diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild 
b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
similarity index 97%
rename from dev-lang/parrot/parrot-7.11.0.ebuild
rename to dev-lang/parrot/parrot-7.11.0-r1.ebuild
index 9655f5fbc60..17a2bdbe85b 100644
--- a/dev-lang/parrot/parrot-7.11.0.ebuild
+++ b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
@@ -17,13 +17,13 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:0=
dev-libs/libffi
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4 )
+   gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"

diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild 
b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
similarity index 97%
rename from dev-lang/parrot/parrot-7.5.0.ebuild
rename to dev-lang/parrot/parrot-7.5.0-r1.ebuild
index 9655f5fbc60..17a2bdbe85b 100644
--- a/dev-lang/parrot/parrot-7.5.0.ebuild
+++ b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
@@ -17,13 +17,13 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:0=
dev-libs/libffi
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4 )
+   gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"

diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild 
b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
similarity index 97%
rename from dev-lang/parrot/parrot-8.1.0.ebuild
rename to dev-lang/parrot/parrot-8.1.0-r1.ebuild
index dc938a69dfc..c723b916dac 100644
--- a/dev-lang/parrot/parrot-8.1.0.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
@@ -17,14 +17,14 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:0=
dev-libs/libffi
net-libs/libnsl:0=
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4 )
+   gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2019-08-07 Thread Kent Fredric
commit: 609f14e782dd4c15662d1946e2aa6ca0b65ba26a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug  7 17:45:11 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug  7 17:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609f14e7

dev-lang/parrot: -r1 bump for EAPI7

Looks like no new releases are happening in the near future, so
bumping the last release by one -r step for EAPI7 conversion

- All use of "|| die" removed from builtins (these have auto-died'
  since EAPI4 )
- Rework doc handling logic to avoid use of banned "dohtml"
- Stripped auxilliary copies of docs in "docs/${PF}/parrot/${PV}"
- Remove excess indirection of "doc/${PF}/editor/editor"
- Unified docs, examples, and html handling with "einstalldocs"

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/parrot/parrot-8.1.0-r2.ebuild | 101 +
 1 file changed, 101 insertions(+)

diff --git a/dev-lang/parrot/parrot-8.1.0-r2.ebuild 
b/dev-lang/parrot/parrot-8.1.0-r2.ebuild
new file mode 100644
index 000..85f839ba76a
--- /dev/null
+++ b/dev-lang/parrot/parrot-8.1.0-r2.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib
+
+# weird failures
+RESTRICT="test"
+
+DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
+HOMEPAGE="http://www.parrot.org/;
+SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
+
+LICENSE="Artistic-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
+
+CDEPEND="sys-libs/readline:0=
+   dev-libs/libffi
+   net-libs/libnsl:0=
+   opengl? ( media-libs/freeglut )
+   nls? ( sys-devel/gettext )
+   unicode? ( >=dev-libs/icu-2.6:= )
+   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
+   gmp? ( >=dev-libs/gmp-4.1.4:0= )
+   ssl? ( dev-libs/openssl:0= )
+   pcre? ( dev-libs/libpcre )
+"
+RDEPEND="${CDEPEND}
+   doc? ( dev-perl/JSON )"
+DEPEND="${CDEPEND}"
+BDEPEND="dev-lang/perl[doc?]
+   ${RDEPEND}"
+
+src_configure() {
+   myconf="--disable-rpath"
+   use unicode || myconf+=" --without-icu"
+   use ssl || myconf+=" --without-crypto"
+   use gdbm|| myconf+=" --without-gdbm"
+   use nls || myconf+=" --without-gettext"
+   use gmp || myconf+=" --without-gmp"
+   use opengl  || myconf+=" --without-opengl"
+   use pcre|| myconf+=" --without-pcre"
+
+   perl Configure.pl \
+   --ccflags="${CFLAGS}" \
+   --linkflags="${LDFLAGS}" \
+   --prefix="${EPREFIX}"/usr \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --mandir="${EPREFIX}"/usr/share/man \
+   --sysconfdir="${EPREFIX}"/etc \
+   --sharedstatedir="${EPREFIX}"/var/lib/parrot \
+   $myconf || die
+}
+
+src_compile() {
+   export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
+   # occasionally dies in parallel make
+   emake -j1
+   if use doc ; then
+   emake -j1 html
+   fi
+}
+
+src_test() {
+   emake -j1 test
+}
+
+src_install() {
+   emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+   dosym parrot-ops2c /usr/bin/ops2c
+   rm -vfr "${ED}/usr/share/doc/${PF}/parrot" || die "Unable to prune 
excess docs"
+   DOCS=(
+   CREDITS
+   ChangeLog
+   DONORS.pod
+   PBC_COMPAT
+   PLATFORMS
+   README.pod
+   RESPONSIBLE_PARTIES
+   TODO
+   )
+   use doc && DOCS+=( editor )
+   use examples && DOCS+=( examples )
+   use doc && HTML_DOCS=(
+   docs/html/developer.html
+   docs/html/DONORS.pod.html
+   docs/html/index.html
+   docs/html/ops.html
+   docs/html/parrotbug.html
+   docs/html/pdds.html
+   docs/html/pmc.html
+   docs/html/tools.html
+   docs/html/docs
+   docs/html/src
+   docs/html/tools
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2019-08-07 Thread Kent Fredric
commit: 19c04bea48fb0abe47ec092a6a54bbb011bf834f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug  7 13:46:32 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug  7 17:46:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c04bea

dev-lang/parrot: Use relative paths for ops2c symlink

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/parrot/parrot-7.1.0-r1.ebuild  | 2 +-
 dev-lang/parrot/parrot-7.11.0-r1.ebuild | 2 +-
 dev-lang/parrot/parrot-7.5.0-r1.ebuild  | 2 +-
 dev-lang/parrot/parrot-8.1.0-r1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/parrot/parrot-7.1.0-r1.ebuild 
b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
index e6a5cc6a3e3..3ba3c774a34 100644
--- a/dev-lang/parrot/parrot-7.1.0-r1.ebuild
+++ b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
-   dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+   dosym parrot-ops2c /usr/bin/ops2c || die
if use examples; then
insinto "/usr/share/doc/${PF}/examples"
doins -r examples/* || die

diff --git a/dev-lang/parrot/parrot-7.11.0-r1.ebuild 
b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
index 17a2bdbe85b..ecedd1c6ff5 100644
--- a/dev-lang/parrot/parrot-7.11.0-r1.ebuild
+++ b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
-   dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+   dosym parrot-ops2c /usr/bin/ops2c || die
if use examples; then
insinto "/usr/share/doc/${PF}/examples"
doins -r examples/* || die

diff --git a/dev-lang/parrot/parrot-7.5.0-r1.ebuild 
b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
index 17a2bdbe85b..ecedd1c6ff5 100644
--- a/dev-lang/parrot/parrot-7.5.0-r1.ebuild
+++ b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
-   dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+   dosym parrot-ops2c /usr/bin/ops2c || die
if use examples; then
insinto "/usr/share/doc/${PF}/examples"
doins -r examples/* || die

diff --git a/dev-lang/parrot/parrot-8.1.0-r1.ebuild 
b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
index c723b916dac..271931b3b1a 100644
--- a/dev-lang/parrot/parrot-8.1.0-r1.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
@@ -69,7 +69,7 @@ src_test() {
 src_install() {
emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
-   dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+   dosym parrot-ops2c /usr/bin/ops2c || die
if use examples; then
insinto "/usr/share/doc/${PF}/examples"
doins -r examples/* || die



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2019-01-07 Thread Lars Wendler
commit: 368da97f27624cf62516ba241b84bb1379445baf
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 16:56:32 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 17:00:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368da97f

dev-lang/parrot: Adjusted (sub-)slot dep on dev-libs/openssl

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/parrot/parrot-7.1.0.ebuild  | 4 ++--
 dev-lang/parrot/parrot-7.11.0.ebuild | 4 ++--
 dev-lang/parrot/parrot-7.5.0.ebuild  | 4 ++--
 dev-lang/parrot/parrot-8.1.0.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild 
b/dev-lang/parrot/parrot-7.1.0.ebuild
index 21858f8b882..148ef1c2d81 100644
--- a/dev-lang/parrot/parrot-7.1.0.ebuild
+++ b/dev-lang/parrot/parrot-7.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
gmp? ( >=dev-libs/gmp-4.1.4 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"
 

diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild 
b/dev-lang/parrot/parrot-7.11.0.ebuild
index e81e39db869..9655f5fbc60 100644
--- a/dev-lang/parrot/parrot-7.11.0.ebuild
+++ b/dev-lang/parrot/parrot-7.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
gmp? ( >=dev-libs/gmp-4.1.4 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"
 

diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild 
b/dev-lang/parrot/parrot-7.5.0.ebuild
index e81e39db869..9655f5fbc60 100644
--- a/dev-lang/parrot/parrot-7.5.0.ebuild
+++ b/dev-lang/parrot/parrot-7.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
gmp? ( >=dev-libs/gmp-4.1.4 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"
 

diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild 
b/dev-lang/parrot/parrot-8.1.0.ebuild
index 53828b81e7b..dc938a69dfc 100644
--- a/dev-lang/parrot/parrot-8.1.0.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="sys-libs/readline
unicode? ( >=dev-libs/icu-2.6:= )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
gmp? ( >=dev-libs/gmp-4.1.4 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2017-11-03 Thread Andreas Hüttel
commit: 361b365781408545d120c56e50c5cdbc48a104a7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov  3 20:44:16 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Nov  3 20:44:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361b3657

dev-lang/parrot: Links to libnsl, so add dependency

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-lang/parrot/parrot-8.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild 
b/dev-lang/parrot/parrot-8.1.0.ebuild
index e81e39db869..53828b81e7b 100644
--- a/dev-lang/parrot/parrot-8.1.0.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0.ebuild
@@ -19,6 +19,7 @@ IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
 
 RDEPEND="sys-libs/readline
dev-libs/libffi
+   net-libs/libnsl:0=
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2017-04-08 Thread Patrice Clement
commit: e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr  4 13:29:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  8 21:52:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dea436

dev-lang/parrot: fix toolong DESCRIPTION.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4358

 dev-lang/parrot/parrot-7.1.0.ebuild  | 4 ++--
 dev-lang/parrot/parrot-7.11.0.ebuild | 4 ++--
 dev-lang/parrot/parrot-7.5.0.ebuild  | 4 ++--
 dev-lang/parrot/parrot-8.1.0.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild 
b/dev-lang/parrot/parrot-7.1.0.ebuild
index e4ac48c365b..21858f8b882 100644
--- a/dev-lang/parrot/parrot-7.1.0.ebuild
+++ b/dev-lang/parrot/parrot-7.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
 # weird failures
 RESTRICT="test"
 
-DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
 HOMEPAGE="http://www.parrot.org/;
 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
 

diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild 
b/dev-lang/parrot/parrot-7.11.0.ebuild
index 8c805442553..e81e39db869 100644
--- a/dev-lang/parrot/parrot-7.11.0.ebuild
+++ b/dev-lang/parrot/parrot-7.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
 # weird failures
 RESTRICT="test"
 
-DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
 HOMEPAGE="http://www.parrot.org/;
 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
 

diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild 
b/dev-lang/parrot/parrot-7.5.0.ebuild
index 8c805442553..e81e39db869 100644
--- a/dev-lang/parrot/parrot-7.5.0.ebuild
+++ b/dev-lang/parrot/parrot-7.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
 # weird failures
 RESTRICT="test"
 
-DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
 HOMEPAGE="http://www.parrot.org/;
 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
 

diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild 
b/dev-lang/parrot/parrot-8.1.0.ebuild
index 8c805442553..e81e39db869 100644
--- a/dev-lang/parrot/parrot-8.1.0.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
 # weird failures
 RESTRICT="test"
 
-DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+DESCRIPTION="Virtual machine designed to compile and execute bytecode for 
dynamic languages"
 HOMEPAGE="http://www.parrot.org/;
 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2016-04-06 Thread Patrick Lauer
commit: fe55873931eb12e7aae8784b2c52b4bf0a1abb26
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Apr  6 06:15:51 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Apr  6 06:16:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe558739

dev-lang/parrot: Bump

Package-Manager: portage-2.2.28

 dev-lang/parrot/Manifest|  1 +
 dev-lang/parrot/parrot-8.1.0.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
index 155d5f9..91db395 100644
--- a/dev-lang/parrot/Manifest
+++ b/dev-lang/parrot/Manifest
@@ -1,3 +1,4 @@
 DIST parrot-7.1.0.tar.gz 4688341 SHA256 
fe2cac1f5b811f36d6de7454ef1ff394ad66474f203813e5369b4dc68305964b SHA512 
b7d261e82934aa84b3d93b2e68b3eb0f13dea684665ca2448a0e2139aa6676c1ff2da1a8056332a7f2538bee6158953be5bceed0ac8a9b277827ec7bcba46cb8
 WHIRLPOOL 
8083787f8779664e4ec7b3426b3e103dff9a22dfb18051e7617b6738b44156e1084f1691ce02e5869abba4d6455628c30631a9b5c86bc90779e6d2051e85d87b
 DIST parrot-7.11.0.tar.gz 4703987 SHA256 
02c7bb4ce1f7b1643e57393bf58536a15c3c2edfa0d70870cf5aa4e38988a72e SHA512 
6f321a7d92b43413bc8cf2d2a03378e27de49573968471ad833232f90f0b61eae81626a80be94d84a783153c5beca3ba57c31fcc861b8b3c6cd33cd2d433a19a
 WHIRLPOOL 
726099fe77580aee4cd5d6fe40510b8b1802c734182da1266aa0e22bba09d9974585732b66a0a3741235c72f724f06e67942d9a6485883229d718fc05f391851
 DIST parrot-7.5.0.tar.gz 4693149 SHA256 
71c25d2eb0798f1fc1c0890f6e4aed9d5f2a6e4e248456b3502f7721758267fe SHA512 
6c009dec6bdb9f419b20f3bb6c103b16018b27b2ed0094f13c957f66d9735cfc126c15f787d4ce577cd0c6492d61264c35c23d50ab29517b65f00df7c4b4d619
 WHIRLPOOL 
7c0da3ad36d92cdae3d89de5f0938a4744c87301d8d0e76fec9bf7421dda7459ab083e112867702cfb6cfee3f308c856e5d7dcb547b35d27754d23e98dff8c3c
+DIST parrot-8.1.0.tar.gz 4700495 SHA256 
35850eaea19953d85640a1edeb12da879a94df0812b448dabe9bedc6cf86673a SHA512 
f5c4ffeb22a8f4949081ba9d98e3129eb067f6f0ed139248ca1d521570ccbada5dfa69ca2e390868a00ed275780552a5cd06eb271ff14ff753bf8375b7c658c2
 WHIRLPOOL 
1b0b5f0c658047b7db89edeecb5e72eae868c59e55668e68d0c51dfb758345f0fe9418185af095b334266cfb8ee224231f687e06693eab30e2fd6cc0b0763ca3

diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild 
b/dev-lang/parrot/parrot-8.1.0.ebuild
new file mode 100644
index 000..1e07b68
--- /dev/null
+++ b/dev-lang/parrot/parrot-8.1.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib
+
+# weird failures
+RESTRICT="test"
+
+DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+HOMEPAGE="http://www.parrot.org/;
+SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
+
+LICENSE="Artistic-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
+
+RDEPEND="sys-libs/readline
+   dev-libs/libffi
+   opengl? ( media-libs/freeglut )
+   nls? ( sys-devel/gettext )
+   unicode? ( >=dev-libs/icu-2.6:= )
+   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
+   gmp? ( >=dev-libs/gmp-4.1.4 )
+   ssl? ( dev-libs/openssl )
+   pcre? ( dev-libs/libpcre )
+   doc? ( dev-perl/JSON )"
+
+DEPEND="dev-lang/perl[doc?]
+   ${RDEPEND}"
+
+src_configure() {
+   myconf="--disable-rpath"
+   use unicode || myconf+=" --without-icu"
+   use ssl || myconf+=" --without-crypto"
+   use gdbm|| myconf+=" --without-gdbm"
+   use nls || myconf+=" --without-gettext"
+   use gmp || myconf+=" --without-gmp"
+   use opengl  || myconf+=" --without-opengl"
+   use pcre|| myconf+=" --without-pcre"
+
+   perl Configure.pl \
+   --ccflags="${CFLAGS}" \
+   --linkflags="${LDFLAGS}" \
+   --prefix="${EPREFIX}"/usr \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --mandir="${EPREFIX}"/usr/share/man \
+   --sysconfdir="${EPREFIX}"/etc \
+   --sharedstatedir="${EPREFIX}"/var/lib/parrot \
+   $myconf || die
+}
+
+src_compile() {
+   export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib
+   # occasionally dies in parallel make
+   emake -j1 || die
+   if use doc ; then
+   emake -j1 html || die
+   fi
+}
+
+src_test() {
+   emake -j1 test || die
+}
+
+src_install() {
+   emake -j1 install-dev DESTDIR="${D}" 
DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
+   dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
+   dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+   if use examples; then
+   insinto "/usr/share/doc/${PF}/examples"
+   doins -r examples/* || die
+   fi
+   if use doc; then
+  

[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2016-02-09 Thread Patrick Lauer
commit: 558d07f7d8d0f229ed2a48ee26821d5c73651f8a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Feb  9 09:57:49 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Feb  9 09:58:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558d07f7

dev-lang/parrot: Old

Package-Manager: portage-2.2.27

 dev-lang/parrot/Manifest|  3 --
 dev-lang/parrot/parrot-7.0.2.ebuild | 84 -
 dev-lang/parrot/parrot-7.2.0.ebuild | 84 -
 dev-lang/parrot/parrot-7.3.0.ebuild | 84 -
 4 files changed, 255 deletions(-)

diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
index d31e4fc..155d5f9 100644
--- a/dev-lang/parrot/Manifest
+++ b/dev-lang/parrot/Manifest
@@ -1,6 +1,3 @@
-DIST parrot-7.0.2.tar.gz 4697530 SHA256 
1a8e9e203ad8ac92c89422603d1603fa821e957aa3a9ae57420c737d93c55213 SHA512 
9fcd3d27c71a37841c81353aea3e393822358521e18f02644caa360de8d0f90b04c040839539769f0565c76fecc345a8c803c8e1b2cb0ec14675077a84cb4714
 WHIRLPOOL 
e3f42c54c2c1dc422a7307e1f45689a81e27ffece6178e96067ae5a1ced168cf27849765249759d4fbc0b355151dc1d274dc97a8fb6a17cf9eece831415f2a71
 DIST parrot-7.1.0.tar.gz 4688341 SHA256 
fe2cac1f5b811f36d6de7454ef1ff394ad66474f203813e5369b4dc68305964b SHA512 
b7d261e82934aa84b3d93b2e68b3eb0f13dea684665ca2448a0e2139aa6676c1ff2da1a8056332a7f2538bee6158953be5bceed0ac8a9b277827ec7bcba46cb8
 WHIRLPOOL 
8083787f8779664e4ec7b3426b3e103dff9a22dfb18051e7617b6738b44156e1084f1691ce02e5869abba4d6455628c30631a9b5c86bc90779e6d2051e85d87b
 DIST parrot-7.11.0.tar.gz 4703987 SHA256 
02c7bb4ce1f7b1643e57393bf58536a15c3c2edfa0d70870cf5aa4e38988a72e SHA512 
6f321a7d92b43413bc8cf2d2a03378e27de49573968471ad833232f90f0b61eae81626a80be94d84a783153c5beca3ba57c31fcc861b8b3c6cd33cd2d433a19a
 WHIRLPOOL 
726099fe77580aee4cd5d6fe40510b8b1802c734182da1266aa0e22bba09d9974585732b66a0a3741235c72f724f06e67942d9a6485883229d718fc05f391851
-DIST parrot-7.2.0.tar.gz 4700915 SHA256 
f4792fc1a82040dd855f73890de6fa26759aa62f4b4ad1aa468597592b7bf3bf SHA512 
9b29394e753a88ecc5f581e73cb2c01cbf65442f754dacda1e7b4ff68ce527248d831de56a597512418918660ec12829259fd4ad3a235d1e22012c88a933242b
 WHIRLPOOL 
abef905a53830d7e352f5d64bb26c8861f10b2188fea36f3d1a426cf6e0fd5b0383345d1f6b7ba32dc47b8f7666566a6ac987f7b8e1b5b198192c30e5fcb815e
-DIST parrot-7.3.0.tar.gz 4687210 SHA256 
23d2f59a0399a63a835087a192bede02a25f21fbcf5e42ed113b4c6dcdbea6b1 SHA512 
e0aa408733af7939bdd4149952765fada0dcd6ce08b6a95f19ceab974f202fa3e440ffcb604f28fe9fd1b3b860a3400890b81e24984efdd88595f985041f3112
 WHIRLPOOL 
fa2f32eb04d0a2be18fef4d420fa88808859d42474869d46ae6f44f3caa8611297de19b35dd337993de7e6e33df139b79e228c19a4fd7386b611643d557361e9
 DIST parrot-7.5.0.tar.gz 4693149 SHA256 
71c25d2eb0798f1fc1c0890f6e4aed9d5f2a6e4e248456b3502f7721758267fe SHA512 
6c009dec6bdb9f419b20f3bb6c103b16018b27b2ed0094f13c957f66d9735cfc126c15f787d4ce577cd0c6492d61264c35c23d50ab29517b65f00df7c4b4d619
 WHIRLPOOL 
7c0da3ad36d92cdae3d89de5f0938a4744c87301d8d0e76fec9bf7421dda7459ab083e112867702cfb6cfee3f308c856e5d7dcb547b35d27754d23e98dff8c3c

diff --git a/dev-lang/parrot/parrot-7.0.2.ebuild 
b/dev-lang/parrot/parrot-7.0.2.ebuild
deleted file mode 100644
index 9214bc9..000
--- a/dev-lang/parrot/parrot-7.0.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib
-
-# weird failures
-RESTRICT="test"
-
-DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
-HOMEPAGE="http://www.parrot.org/;
-SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
-
-LICENSE="Artistic-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
-
-RDEPEND="sys-libs/readline
-   dev-libs/libffi
-   opengl? ( media-libs/freeglut )
-   nls? ( sys-devel/gettext )
-   unicode? ( >=dev-libs/icu-2.6:= )
-   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
-   gmp? ( >=dev-libs/gmp-4.1.4 )
-   ssl? ( dev-libs/openssl )
-   pcre? ( dev-libs/libpcre )
-   doc? ( dev-perl/JSON )"
-
-DEPEND="dev-lang/perl[doc?]
-   ${RDEPEND}"
-
-src_configure() {
-   myconf="--disable-rpath"
-   use unicode || myconf+=" --without-icu"
-   use ssl || myconf+=" --without-crypto"
-   use gdbm|| myconf+=" --without-gdbm"
-   use nls || myconf+=" --without-gettext"
-   use gmp || myconf+=" --without-gmp"
-   use opengl  || myconf+=" --without-opengl"
-   use pcre|| myconf+=" --without-pcre"
-
-   perl Configure.pl \
-   --ccflags="${CFLAGS}" \
-   --linkflags="${LDFLAGS}" \
-   --prefix="${EPREFIX}"/usr \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-

[gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/

2015-12-21 Thread Patrick Lauer
commit: 128abf5d0a3f8d5858adce5a1adab08899897033
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Dec 21 09:56:24 2015 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Dec 21 09:56:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128abf5d

dev-lang/parrot: Bump

 dev-lang/parrot/Manifest |  1 +
 dev-lang/parrot/parrot-7.11.0.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
index 02f8b99..d31e4fc 100644
--- a/dev-lang/parrot/Manifest
+++ b/dev-lang/parrot/Manifest
@@ -1,5 +1,6 @@
 DIST parrot-7.0.2.tar.gz 4697530 SHA256 
1a8e9e203ad8ac92c89422603d1603fa821e957aa3a9ae57420c737d93c55213 SHA512 
9fcd3d27c71a37841c81353aea3e393822358521e18f02644caa360de8d0f90b04c040839539769f0565c76fecc345a8c803c8e1b2cb0ec14675077a84cb4714
 WHIRLPOOL 
e3f42c54c2c1dc422a7307e1f45689a81e27ffece6178e96067ae5a1ced168cf27849765249759d4fbc0b355151dc1d274dc97a8fb6a17cf9eece831415f2a71
 DIST parrot-7.1.0.tar.gz 4688341 SHA256 
fe2cac1f5b811f36d6de7454ef1ff394ad66474f203813e5369b4dc68305964b SHA512 
b7d261e82934aa84b3d93b2e68b3eb0f13dea684665ca2448a0e2139aa6676c1ff2da1a8056332a7f2538bee6158953be5bceed0ac8a9b277827ec7bcba46cb8
 WHIRLPOOL 
8083787f8779664e4ec7b3426b3e103dff9a22dfb18051e7617b6738b44156e1084f1691ce02e5869abba4d6455628c30631a9b5c86bc90779e6d2051e85d87b
+DIST parrot-7.11.0.tar.gz 4703987 SHA256 
02c7bb4ce1f7b1643e57393bf58536a15c3c2edfa0d70870cf5aa4e38988a72e SHA512 
6f321a7d92b43413bc8cf2d2a03378e27de49573968471ad833232f90f0b61eae81626a80be94d84a783153c5beca3ba57c31fcc861b8b3c6cd33cd2d433a19a
 WHIRLPOOL 
726099fe77580aee4cd5d6fe40510b8b1802c734182da1266aa0e22bba09d9974585732b66a0a3741235c72f724f06e67942d9a6485883229d718fc05f391851
 DIST parrot-7.2.0.tar.gz 4700915 SHA256 
f4792fc1a82040dd855f73890de6fa26759aa62f4b4ad1aa468597592b7bf3bf SHA512 
9b29394e753a88ecc5f581e73cb2c01cbf65442f754dacda1e7b4ff68ce527248d831de56a597512418918660ec12829259fd4ad3a235d1e22012c88a933242b
 WHIRLPOOL 
abef905a53830d7e352f5d64bb26c8861f10b2188fea36f3d1a426cf6e0fd5b0383345d1f6b7ba32dc47b8f7666566a6ac987f7b8e1b5b198192c30e5fcb815e
 DIST parrot-7.3.0.tar.gz 4687210 SHA256 
23d2f59a0399a63a835087a192bede02a25f21fbcf5e42ed113b4c6dcdbea6b1 SHA512 
e0aa408733af7939bdd4149952765fada0dcd6ce08b6a95f19ceab974f202fa3e440ffcb604f28fe9fd1b3b860a3400890b81e24984efdd88595f985041f3112
 WHIRLPOOL 
fa2f32eb04d0a2be18fef4d420fa88808859d42474869d46ae6f44f3caa8611297de19b35dd337993de7e6e33df139b79e228c19a4fd7386b611643d557361e9
 DIST parrot-7.5.0.tar.gz 4693149 SHA256 
71c25d2eb0798f1fc1c0890f6e4aed9d5f2a6e4e248456b3502f7721758267fe SHA512 
6c009dec6bdb9f419b20f3bb6c103b16018b27b2ed0094f13c957f66d9735cfc126c15f787d4ce577cd0c6492d61264c35c23d50ab29517b65f00df7c4b4d619
 WHIRLPOOL 
7c0da3ad36d92cdae3d89de5f0938a4744c87301d8d0e76fec9bf7421dda7459ab083e112867702cfb6cfee3f308c856e5d7dcb547b35d27754d23e98dff8c3c

diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild 
b/dev-lang/parrot/parrot-7.11.0.ebuild
new file mode 100644
index 000..1e07b68
--- /dev/null
+++ b/dev-lang/parrot/parrot-7.11.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib
+
+# weird failures
+RESTRICT="test"
+
+DESCRIPTION="Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages"
+HOMEPAGE="http://www.parrot.org/;
+SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz;
+
+LICENSE="Artistic-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
+
+RDEPEND="sys-libs/readline
+   dev-libs/libffi
+   opengl? ( media-libs/freeglut )
+   nls? ( sys-devel/gettext )
+   unicode? ( >=dev-libs/icu-2.6:= )
+   gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
+   gmp? ( >=dev-libs/gmp-4.1.4 )
+   ssl? ( dev-libs/openssl )
+   pcre? ( dev-libs/libpcre )
+   doc? ( dev-perl/JSON )"
+
+DEPEND="dev-lang/perl[doc?]
+   ${RDEPEND}"
+
+src_configure() {
+   myconf="--disable-rpath"
+   use unicode || myconf+=" --without-icu"
+   use ssl || myconf+=" --without-crypto"
+   use gdbm|| myconf+=" --without-gdbm"
+   use nls || myconf+=" --without-gettext"
+   use gmp || myconf+=" --without-gmp"
+   use opengl  || myconf+=" --without-opengl"
+   use pcre|| myconf+=" --without-pcre"
+
+   perl Configure.pl \
+   --ccflags="${CFLAGS}" \
+   --linkflags="${LDFLAGS}" \
+   --prefix="${EPREFIX}"/usr \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --mandir="${EPREFIX}"/usr/share/man \
+   --sysconfdir="${EPREFIX}"/etc \
+   --sharedstatedir="${EPREFIX}"/var/lib/parrot \
+   $myconf || die