diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 10:17:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 10:17:37 +0100 |
commit | 74b0f06b8463f40375988c78c96fc37e81c21198 (patch) | |
tree | 9c710033a7ef134a5a4198ef3a4343d8bc02ef9d /community | |
parent | b0728484a1a34c287d1030c17569dbcbc4330c7d (diff) | |
download | aports-74b0f06b8463f40375988c78c96fc37e81c21198.tar.bz2 aports-74b0f06b8463f40375988c78c96fc37e81c21198.tar.xz |
orphan a bunch of unused packages
Diffstat (limited to 'community')
-rw-r--r-- | community/exa/APKBUILD | 2 | ||||
-rw-r--r-- | community/mingw-w64-binutils/APKBUILD | 2 | ||||
-rw-r--r-- | community/mingw-w64-gcc/APKBUILD | 2 | ||||
-rw-r--r-- | community/mingw-w64-headers-bootstrap/APKBUILD | 10 | ||||
-rw-r--r-- | community/mingw-w64-winpthreads/APKBUILD | 2 | ||||
-rw-r--r-- | community/wf-recorder/APKBUILD | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/community/exa/APKBUILD b/community/exa/APKBUILD index 4e103f7ca2..85deb6891c 100644 --- a/community/exa/APKBUILD +++ b/community/exa/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=exa pkgver=0.9.0 pkgrel=1 diff --git a/community/mingw-w64-binutils/APKBUILD b/community/mingw-w64-binutils/APKBUILD index a3bf155eab..53472d2e59 100644 --- a/community/mingw-w64-binutils/APKBUILD +++ b/community/mingw-w64-binutils/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=mingw-w64-binutils pkgver=2.33.1 pkgrel=0 diff --git a/community/mingw-w64-gcc/APKBUILD b/community/mingw-w64-gcc/APKBUILD index 2db91de01b..8905ae84b6 100644 --- a/community/mingw-w64-gcc/APKBUILD +++ b/community/mingw-w64-gcc/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=mingw-w64-gcc pkgver=9.2.0 pkgrel=1 diff --git a/community/mingw-w64-headers-bootstrap/APKBUILD b/community/mingw-w64-headers-bootstrap/APKBUILD index 2d0a0d9e98..cfd86fc16d 100644 --- a/community/mingw-w64-headers-bootstrap/APKBUILD +++ b/community/mingw-w64-headers-bootstrap/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=mingw-w64-headers-bootstrap pkgver=6.0.0 pkgrel=0 @@ -18,9 +18,9 @@ esac _dstring="/* Dummy header, which gets overriden, if winpthread library gets installed. */" package() { - mkdir -p "$pkgdir"/usr/${_target}/include - echo "${_dstring}" > "$pkgdir"/usr/${_target}/include/pthread_signal.h - echo "${_dstring}" > "$pkgdir"/usr/${_target}/include/pthread_time.h - echo "${_dstring}" > "$pkgdir"/usr/${_target}/include/pthread_unistd.h + mkdir -p "$pkgdir"/usr/$_target/include + echo "$_dstring" > "$pkgdir"/usr/$_target/include/pthread_signal.h + echo "$_dstring" > "$pkgdir"/usr/$_target/include/pthread_time.h + echo "$_dstring" > "$pkgdir"/usr/$_target/include/pthread_unistd.h } diff --git a/community/mingw-w64-winpthreads/APKBUILD b/community/mingw-w64-winpthreads/APKBUILD index f4b86f5196..10a6bf0c1b 100644 --- a/community/mingw-w64-winpthreads/APKBUILD +++ b/community/mingw-w64-winpthreads/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=mingw-w64-winpthreads pkgver=7.0.0 pkgrel=0 diff --git a/community/wf-recorder/APKBUILD b/community/wf-recorder/APKBUILD index f4ba7b6568..aaf55617b4 100644 --- a/community/wf-recorder/APKBUILD +++ b/community/wf-recorder/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=wf-recorder pkgver=0.2 pkgrel=1 |