From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: 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 --- testing/qt5-qtxmlpatterns/APKBUILD | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 testing/qt5-qtxmlpatterns/APKBUILD (limited to 'testing/qt5-qtxmlpatterns/APKBUILD') diff --git a/testing/qt5-qtxmlpatterns/APKBUILD b/testing/qt5-qtxmlpatterns/APKBUILD deleted file mode 100644 index ebcd8f28e6..0000000000 --- a/testing/qt5-qtxmlpatterns/APKBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Maintainer: Natanael Copa -pkgname=qt5-qtxmlpatterns -pkgver=5.5.0 -pkgrel=0 -pkgdesc="Qt5 - QtXmlPatterns component" -url="http://qt-project.org/" -arch="all" -license="LGPLv2 with exceptions or GPLv3 with exceptions" -depends="" -depends_dev="qt5-qtbase-dev" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev" - -_ver=${pkgver/_/-} -_ver=${_ver/beta0/beta} -_ver=${_ver/rc0/rc} -_V=${_ver/rc/RC} -case $pkgver in -*_beta*|*_rc*) _rel=development_releases;; -*) _rel=official_releases;; -esac - -source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtxmlpatterns-opensource-src-$_V.tar.xz" - -_builddir="$srcdir"/qtxmlpatterns-opensource-src-$_V -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" - qmake-qt5 && make || return 1 -} - -package() { - cd "$_builddir" - make install INSTALL_ROOT="$pkgdir" || return 1 -} - -md5sums="138ab73b2376fcfca92a4bb6ab47e4a4 qtxmlpatterns-opensource-src-5.5.0.tar.xz" -sha256sums="672882c670c13c5caec199173cdabffd38474d06979d261bdc6e19738e0cef53 qtxmlpatterns-opensource-src-5.5.0.tar.xz" -sha512sums="793a196831b1862c9f79f4d143938b3f80e6e13ebe0fa7fa3532dbaede376365632864f89cfb819c62c573a51cae4b427934436df209895444b8d4feea09621b qtxmlpatterns-opensource-src-5.5.0.tar.xz" -- cgit v1.2.3