aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/phpredis
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/phpredis
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/phpredis')
-rw-r--r--unmaintained/phpredis/APKBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/unmaintained/phpredis/APKBUILD b/unmaintained/phpredis/APKBUILD
deleted file mode 100644
index 6c745c3f49..0000000000
--- a/unmaintained/phpredis/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer:
-pkgname=phpredis
-pkgver=2.2.7
-pkgrel=0
-pkgdesc="The phpredis extension provides an API for communicating with the Redis key-value store"
-url="https://github.com/phpredis/phpredis"
-arch="all"
-license="PHP"
-depends=""
-depends_dev=""
-makedepends="php-dev autoconf"
-install=""
-subpackages=""
-source="https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
-
-_builddir=${srcdir}/${pkgname}-${pkgver}
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- phpize
- ./configure
-}
-
-package() {
- cd "$_builddir"
- make || return 1
- make INSTALL_ROOT=$pkgdir install || return 1
-}
-
-md5sums="f10bada46b6e1a15eac613df4f298f51 2.2.7.tar.gz"
-sha256sums="a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b 2.2.7.tar.gz"
-sha512sums="eddca71c76fc39f46a316ac204521f352cba30cb2999a7b91fe907bdb0f17e287be025df2f7c3b7115790b1c2a781c162b32c77d29daf30b246bd4d163e5404e 2.2.7.tar.gz"