diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/php-zmq | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/php-zmq')
-rw-r--r-- | testing/php-zmq/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/php-zmq/APKBUILD b/testing/php-zmq/APKBUILD deleted file mode 100644 index 9e6fabba71..0000000000 --- a/testing/php-zmq/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Contributor: Valery Kartel <valery.kartel@gmail.com> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=php-zmq -_pkgreal=zmq -pkgver=1.1.3 -_pkgver=${pkgver/_rc/RC} -pkgrel=0 -pkgdesc="PHP extension that provides bindings for ZeroMQ messaging" -url="http://pecl.php.net/package/$_pkgreal" -arch="all" -license="PHP" -depends= -pecldepends="php-dev autoconf" -makedepends="$pecldepends zeromq-dev" -install="" -subpackages="" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" - -_builddir="$srcdir"/$_pkgreal-$_pkgver - -build() { - cd "$_builddir" - phpize || return 1 - ./configure --prefix=/usr || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make INSTALL_ROOT="$pkgdir"/ install || return 1 - install -d "$pkgdir"/etc/php/conf.d || return 1 - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php/conf.d/$_pkgreal.ini -} - -md5sums="9c638df5a6347a0fefb0d43d780e6480 zmq-1.1.3.tgz" -sha256sums="c492375818bd51b355352798fb94f04d6828c6aeda41ba813849624af74144ce zmq-1.1.3.tgz" -sha512sums="0f03016e315a6c6a1e1d6eca1e20564834d2a924cef06af1b38693933f1e5a094c37e9c432705a64f61d95e82655f61358fc7783e7a6f06c7dd9ad84fc6f7bbc zmq-1.1.3.tgz" |