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/hhpc | |
| 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/hhpc')
| -rw-r--r-- | testing/hhpc/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/hhpc/APKBUILD b/testing/hhpc/APKBUILD deleted file mode 100644 index 8ada529740..0000000000 --- a/testing/hhpc/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: -# Maintainer: -pkgname=hhpc -pkgver=0.3.2 -pkgrel=0 -pkgdesc="An utility to automatically hide the mouse pointer after a specified delay of inactivity" -url="https://github.com/aktau/hhpc" -arch="all" -license="3-clause BSD" -depends="" -depends_dev="" -makedepends="$depends_dev libx11-dev" -install="" -subpackages="" -source="hhpc-$pkgver.tar.gz::https://github.com/7heo/hhpc/archive/v$pkgver.tar.gz" -_builddir="$srcdir"/hhpc-$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" - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="2d579207ce5d6b3fbbfa4b81109ffaa3 hhpc-0.3.2.tar.gz" -sha256sums="7701e20143133317d0746b6f723bdd9bff92fb7c4bd9af745e632444dbbc3afa hhpc-0.3.2.tar.gz" -sha512sums="c07a054c1826cff530f27c047e52bc982bfe057fa5c92dfd3af42750b4aa8369c614529b62e701c5f9199749659f47e3c56bcbc68b14a0b86b35c9a031d80417 hhpc-0.3.2.tar.gz" |
