scons: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-06-26 20:04:24 +02:00
parent c9cf21a22b
commit 7bba314f00
3 changed files with 0 additions and 2132 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XK8UqAfDrq17lDRDzsurQ2UI5H+8C4RYZb98Qn9RE1ZYAfs4wRk+69jMUWjM+DfpP5bJZxSxpeJfYJLmqsUTgM=
SHA256 (Pkgfile) = 4bf4a9082399aad3843b6ce52d694d17c0d0f3f51ca8f55bf3dfbc289f6c99c0
SHA256 (.footprint) = ccd9f0509103d1654ffacf131f171566c4c6bccc9e3fd707ac1634751c6be7d9
SHA256 (scons-4.4.0.tar.gz) = b4fef9df167b16b94a91bcc3905c595a5768a433f2aee9abe7f4fffac201eeaa

View File

@ -1,22 +0,0 @@
# Description: Software construction tool.
# URL: https://www.scons.org/
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=scons
version=4.4.0
release=1
source=(https://github.com/SCons/scons/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
# manpage install is completely broken
sed -e 's/bdist_wheel/bdist/g' -i SConstruct
/usr/bin/python3 scripts/scons.py --include-dir= -j1
cp -av build/doc/man/* .
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --skip-build --optimize=1 \
--install-data=/usr/share/man/man1/
}