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/xca | |
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/xca')
-rw-r--r-- | testing/xca/APKBUILD | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/testing/xca/APKBUILD b/testing/xca/APKBUILD deleted file mode 100644 index ea7c293211..0000000000 --- a/testing/xca/APKBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: -pkgname=xca -pkgver=1.3.2 -pkgrel=0 -pkgdesc="X Certificate and Key management" -url="http://sourceforge.net/projects/xca/" -arch="all" -license="BSD" -depends="" -depends_dev="" -makedepends="$depends_dev openssl-dev qt-dev libtool" -install="" -subpackages="$pkgname-doc" -source="http://skylink.dl.sourceforge.net/project/xca/xca/$pkgver/xca-$pkgver.tar.gz" - -_builddir="$srcdir"/xca-$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" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make destdir="$pkgdir" install || return 1 -} - -md5sums="f9528164f46a78c7a2373778bc019c48 xca-1.3.2.tar.gz" -sha256sums="04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4 xca-1.3.2.tar.gz" -sha512sums="f0a9c4d47f0c20632f44364cc55293a7d2152772a746a72bc4a46622da4e48ae612bafe918c098a71c29cdfca8e6c03c27cf85a862ca0f356eddf061414c89b2 xca-1.3.2.tar.gz" |