Switch 5 recipes to a safe source and delete 9 old receipes. (#935)

Switch these 5 recipes to a safe SOURCE_URI:
* microbe-20130728
* minimizeall-1.0.0
* optipngtranslator-0.0.1
* vwget-20141229
* minesweeper-20150109

Delete these 9 old recipes (and their patches):
* libmicro-0.4.1
* postgresql-9.0.4 & 9.2.3
* redis-2.2.11
* wolfssl-1.6.5 & 1.8.0 & 2.0.2 & 2.5.0
* numpy-1.4.1
This commit is contained in:
vanishakesswani
2016-12-21 02:57:50 +05:30
committed by fbrosson
parent cdb2a41d52
commit 8128305c22
17 changed files with 26 additions and 477 deletions

View File

@@ -3,11 +3,15 @@ DESCRIPTION="
The OptiPNGTranslator for Haiku allows you to save images as PNG files which \
have been optimized by OptiPNG.
"
HOMEPAGE="https://github.com/noryb009/OptiPNGTranslator/"
HOMEPAGE="https://github.com/noryb009/OptiPNGTranslator"
SOURCE_URI="git://github.com/noryb009/OptiPNGTranslator.git#8e3996a92d840f3c097cf954e001d4f371265161"
LICENSE="MIT"
COPYRIGHT="2013 Luke (noryb009)"
REVISION="1"
REVISION="2"
srcGitRev="8e3996a92d840f3c097cf954e001d4f371265161"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="4bbcb970f42bc13bba1105cce03739601339c3c52f8aec6c16130a9a1834746d"
SOURCE_DIR="optipngtranslator-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
if [ $buildArchitecture = x86_gcc2 ] && \