aboutsummaryrefslogtreecommitdiffstats
path: root/testing/girara
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/girara
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-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/girara')
-rw-r--r--testing/girara/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/girara/APKBUILD b/testing/girara/APKBUILD
deleted file mode 100644
index f3864477a6..0000000000
--- a/testing/girara/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Contributor: Andrew Hills <ahills@ednos.net>
-# Maintainer: Andrew Hills <ahills@ednos.net>
-pkgname=girara
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="GTK+3 user interface library"
-url="https://pwmt.org/projects/girara"
-arch="all"
-license="zlib"
-depends=""
-depends_dev=""
-makedepends="gtk+3.0-dev libnotify-dev"
-install=""
-subpackages="$pkgname-dev $pkgname-lang"
-source="https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz"
-
-_builddir="$srcdir"/girara-$pkgver
-build() {
- cd "$_builddir"
- make COLOR=0 || return 1
-}
-
-package() {
- cd "$_builddir"
- make COLOR=0 DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="4c4d86cf1372e6e1947cbc438e452c08 girara-0.2.5.tar.gz"
-sha256sums="5cf4f2d044385b189ed8e9efcae8532db1f2d63a240a1e226f3491c996aba892 girara-0.2.5.tar.gz"
-sha512sums="62f497d0bcab0765946d141b5c9bd79459e526e385da32f69311e810c9142e570de41521b98df8e08b44e0e34326db370f5b5ed4cb02bbdc2124febe6c2cce45 girara-0.2.5.tar.gz"