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

@@ -5,7 +5,10 @@ HOMEPAGE="https://github.com/aldeck/microbe"
COPYRIGHT="2011 Alexandre Deckner"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="git://github.com/aldeck/microbe#41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
srcGitRev="41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="d709553da3d018ab4696029fd42c4cfe1a7c5880338fa5a00dd6575a3793087c"
SOURCE_DIR="microbe-$srcGitRev"
PATCHES="microbe-20130728.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -4,12 +4,15 @@ MinimizeAll is a small app that minimizes all your apps with the press of a \
button on the Deskbar, or with a keypress. The app contains two parts: A \
standalone app that minimizes the whole app, and a replicant for your Deskbar. \
Both do the same: Minimize all your apps!"
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll/"
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll"
COPYRIGHT="2001-2008 Werner Freytag
2009 Haiku"
LICENSE="MIT"
REVISION="3"
SOURCE_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
REVISION="4"
srcGitrev="5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
SOURCE_URI="$HOMEPAGE/archive/$srcGitrev.tar.gz"
CHECKSUM_SHA256="b3e8d78e7e7ec723c51b63fac1151ff84a88e4091f29b1204418caf64ce83b16"
SOURCE_DIR="minimizeall-$srcGitrev"
ARCHITECTURES="x86_gcc2 x86 x86_64"

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 ] && \

View File

@@ -5,8 +5,11 @@ it as a normal app and select the URL and destination in the GUI."
HOMEPAGE="https://github.com/HaikuArchives/VWGet"
COPYRIGHT="1999 Santiago Lema"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="git+https://github.com/HaikuArchives/VWGet.git#29ff74d068526c01edf7e1c0ef887a8f4fac252f"
REVISION="2"
srcGitRev="29ff74d068526c01edf7e1c0ef887a8f4fac252f"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="bcbccd678e46d061e40f5fbc40ff7d2c99ed1e74f3439f3725aae8b5650a2ab5"
SOURCE_DIR="vwget-20141229-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"