summaryrefslogtreecommitdiff
path: root/virtual/pypy3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /virtual/pypy3
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'virtual/pypy3')
-rw-r--r--virtual/pypy3/Manifest3
-rw-r--r--virtual/pypy3/pypy3-6.0.0.ebuild16
-rw-r--r--virtual/pypy3/pypy3-7.0.0.ebuild16
-rw-r--r--virtual/pypy3/pypy3-7.1.0.ebuild16
4 files changed, 0 insertions, 51 deletions
diff --git a/virtual/pypy3/Manifest b/virtual/pypy3/Manifest
index 88d0a0b704a1..8881c075a0b2 100644
--- a/virtual/pypy3/Manifest
+++ b/virtual/pypy3/Manifest
@@ -1,5 +1,2 @@
-EBUILD pypy3-6.0.0.ebuild 494 BLAKE2B df7057ad5b33b95c70bc9121cc099a13b4a31302ae78b68cf6d9eeb408c34ec06006d44791c8870db2149f70fd8cb56068d61a9e077bf7a4f39da7b872ab8a07 SHA512 f82d20045eaba466ded7f3a8e3aba3abeab31d31016f09c7c8cb07a48b3e7fd9f30174785e4f8a320b7194a392e4fbc9c58a67e03323ca4387f9c4cd82d3e799
-EBUILD pypy3-7.0.0.ebuild 491 BLAKE2B 7f2b413442918e4e7e43dce3a1bde21274ffc0f451509e0526924821e2c0449ceb937e334c06c9bf334e9315ae8e4fbbec475ec16bcd7675275637977b05f225 SHA512 3d5a4927759bb659bd76d39a0cb6129e5635a51a5e635bfd0a50fcadb4e0e461daf2aa96b538a0b2be101c18fa41cb51b8ccd352b395e795239d64c684d11b07
-EBUILD pypy3-7.1.0.ebuild 496 BLAKE2B 06ae95cc290d349422f7b5b6d2503c3935dca1a0416f5671228dafc7670abf28df4469a9c0c204250c4b129061266edf0a1a6cf9cff3a54a3c60b9a969d32a31 SHA512 8415098e0b5ef6c600fdd040cbe2f493ea2581d57957ef4e3aece257f2251603649b2302f1932d9583c307a5be2f2d331cc380bb184d50f317078ff871f1a401
EBUILD pypy3-7.1.1.ebuild 496 BLAKE2B 06ae95cc290d349422f7b5b6d2503c3935dca1a0416f5671228dafc7670abf28df4469a9c0c204250c4b129061266edf0a1a6cf9cff3a54a3c60b9a969d32a31 SHA512 8415098e0b5ef6c600fdd040cbe2f493ea2581d57957ef4e3aece257f2251603649b2302f1932d9583c307a5be2f2d331cc380bb184d50f317078ff871f1a401
MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
diff --git a/virtual/pypy3/pypy3-6.0.0.ebuild b/virtual/pypy3/pypy3-6.0.0.ebuild
deleted file mode 100644
index 31d1d113dfd7..000000000000
--- a/virtual/pypy3/pypy3-6.0.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A virtual for PyPy3 Python implementation"
-# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
-SLOT="0/60"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 gdbm ncurses sqlite tk"
-
-RDEPEND="
- || (
- >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
- >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
- )"
diff --git a/virtual/pypy3/pypy3-7.0.0.ebuild b/virtual/pypy3/pypy3-7.0.0.ebuild
deleted file mode 100644
index 9aa9539846f0..000000000000
--- a/virtual/pypy3/pypy3-7.0.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A virtual for PyPy3 Python implementation"
-# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
-SLOT="0/71"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 gdbm ncurses sqlite tk"
-
-RDEPEND="
- || (
- >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
- >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
- )"
diff --git a/virtual/pypy3/pypy3-7.1.0.ebuild b/virtual/pypy3/pypy3-7.1.0.ebuild
deleted file mode 100644
index ae7c453cde1b..000000000000
--- a/virtual/pypy3/pypy3-7.1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A virtual for PyPy3 Python implementation"
-# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
-SLOT="0/71-py36"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 gdbm ncurses sqlite tk"
-
-RDEPEND="
- || (
- >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
- >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
- )"