diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-07-27 11:15:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-07-27 11:15:48 +0000 |
commit | 93b169fe38bbff8cf505d350ea670440c1c5fce8 (patch) | |
tree | 1df7c663599cee015f45665f88f1092cc88b37f3 /virtual | |
parent | Removing older ebuilds (diff) | |
download | gentoo-2-93b169fe38bbff8cf505d350ea670440c1c5fce8.tar.gz gentoo-2-93b169fe38bbff8cf505d350ea670440c1c5fce8.tar.bz2 gentoo-2-93b169fe38bbff8cf505d350ea670440c1c5fce8.zip |
Introduce a virtual for pypy and pypy-bin.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/pypy/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/pypy/pypy-1.9.ebuild | 22 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.0.ebuild | 22 |
4 files changed, 59 insertions, 0 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog new file mode 100644 index 000000000000..d1710e5ed0f0 --- /dev/null +++ b/virtual/pypy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for virtual/pypy +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.1 2013/07/27 11:15:48 mgorny Exp $ + +*pypy-1.9 (27 Jul 2013) +*pypy-2.0 (27 Jul 2013) + + 27 Jul 2013; Michał Górny <mgorny@gentoo.org> +metadata.xml, +pypy-1.9.ebuild, + +pypy-2.0.ebuild: + Introduce a virtual for pypy and pypy-bin. diff --git a/virtual/pypy/metadata.xml b/virtual/pypy/metadata.xml new file mode 100644 index 000000000000..301d2207cc29 --- /dev/null +++ b/virtual/pypy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> +</pkgmetadata> diff --git a/virtual/pypy/pypy-1.9.ebuild b/virtual/pypy/pypy-1.9.ebuild new file mode 100644 index 000000000000..5854da67d70c --- /dev/null +++ b/virtual/pypy/pypy-1.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $ + +EAPI=5 + +inherit versionator + +DESCRIPTION="A virtual for PyPy Python implementation" +HOMEPAGE="http://pypy.org/" +SRC_URI="" + +LICENSE="" +SLOT=$(get_version_component_range 1-2 ${PV}) +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 ncurses sqlite" + +RDEPEND=" + || ( + dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?] + dev-python/pypy-bin:${SLOT}[sqlite?] + )" diff --git a/virtual/pypy/pypy-2.0.ebuild b/virtual/pypy/pypy-2.0.ebuild new file mode 100644 index 000000000000..e94dcdd5ef52 --- /dev/null +++ b/virtual/pypy/pypy-2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $ + +EAPI=5 + +inherit versionator + +DESCRIPTION="A virtual for PyPy Python implementation" +HOMEPAGE="http://pypy.org/" +SRC_URI="" + +LICENSE="" +SLOT=$(get_version_component_range 1-2 ${PV}) +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 ncurses sqlite" + +RDEPEND=" + || ( + dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?] + dev-python/pypy-bin:${SLOT}[sqlite?] + )" |