summaryrefslogtreecommitdiffstats
path: root/testing/scons
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
commit92b7f59d9e75c4f77c9a12201e108a56271c6e69 (patch)
treed761b5566608ce692bff80d779e6d6241cd1de8a /testing/scons
parentba5bedd2e941ea0a3339d4cc04fffcc0f72e46c4 (diff)
downloadaports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.bz2
aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.xz
testing/*: removed non tested packages
we dont ship testing stuff for stable branches
Diffstat (limited to 'testing/scons')
-rw-r--r--testing/scons/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/scons/APKBUILD b/testing/scons/APKBUILD
deleted file mode 100644
index ef188177b..000000000
--- a/testing/scons/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=scons
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="scons software construction system"
-url="http://www.scons.org/"
-license="MIT"
-depends="python"
-makedepends="python-dev"
-install=
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-arch="noarch"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-package() {
- cd "$_builddir"
- python setup.py install --root="$pkgdir"
-}
-
-md5sums="beca648b894cdbf85383fffc79516d18 scons-2.0.1.tar.gz"