From bcc371f0d19c42e0cc95184f6bed685bee1dae32 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jun 2014 09:10:51 +0200 Subject: [PATCH] pypy: removed; broken and unmaintained, I don't want to deal with this. --- srcpkgs/pypy/template | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 srcpkgs/pypy/template diff --git a/srcpkgs/pypy/template b/srcpkgs/pypy/template deleted file mode 100644 index 9eff48f95fc..00000000000 --- a/srcpkgs/pypy/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'pypy' -pkgname=pypy -version=2.0 -revision=2 -makedepends="python libffi-devel" -short_desc="PyPy is a fast, compliant alternative implementation of the Python language" -maintainer="Juan RP " -homepage="http://pypy.org/" -license="MIT" -distfiles="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2" -checksum=d92dfd418beac915d3efc28f8a2090f3c13a89ec653419deff3d7112c5c111f3 -wrksrc="$pkgname-$version-src" - -do_build() { - python rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py -} - -do_install() { - mkdir -p ${DESTDIR}/usr/bin - cp -f pypy-c ${DESTDIR}/usr/bin -}