mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
*/*: remove useless empty variables
This commit is contained in:
parent
7eea84b67f
commit
03864cfefb
20 changed files with 0 additions and 46 deletions
|
@ -7,7 +7,6 @@ pkgdesc="Module wrapper for os.path"
|
||||||
url="https://github.com/jaraco/path"
|
url="https://github.com/jaraco/path"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends=""
|
|
||||||
makedepends="
|
makedepends="
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
py3-setuptools
|
py3-setuptools
|
||||||
|
|
|
@ -7,7 +7,6 @@ url="https://git.zabbix.com/projects/AP/repos/postgresql/browse"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
makedepends="go gettext-dev"
|
makedepends="go gettext-dev"
|
||||||
subpackages=""
|
|
||||||
source="https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/$pkgname-$pkgver.tar.gz
|
source="https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/$pkgname-$pkgver.tar.gz
|
||||||
0001-set-plugin-system-path.patch
|
0001-set-plugin-system-path.patch
|
||||||
"
|
"
|
||||||
|
|
|
@ -7,7 +7,6 @@ url="https://github.com/sailfishos/amber-mpris"
|
||||||
# armhf blocked by qt6-qtdeclarative
|
# armhf blocked by qt6-qtdeclarative
|
||||||
arch="all !armhf"
|
arch="all !armhf"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
depends=""
|
|
||||||
makedepends="
|
makedepends="
|
||||||
chrpath
|
chrpath
|
||||||
qt6-qtbase-dev
|
qt6-qtbase-dev
|
||||||
|
|
|
@ -6,10 +6,7 @@ pkgdesc="Utilities for aufs"
|
||||||
url="https://aufs.sourceforge.net/"
|
url="https://aufs.sourceforge.net/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
depends=""
|
|
||||||
depends_dev=""
|
|
||||||
makedepends="$depends_dev linux-headers"
|
makedepends="$depends_dev linux-headers"
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="https://dev.alpinelinux.org/archive/aufs-util/aufs-util-$pkgver.tar.gz
|
source="https://dev.alpinelinux.org/archive/aufs-util/aufs-util-$pkgver.tar.gz
|
||||||
0001-implement-glibc-compatible-nftw-if-libc-does-not-pro.patch
|
0001-implement-glibc-compatible-nftw-if-libc-does-not-pro.patch
|
||||||
|
|
|
@ -7,9 +7,7 @@ pkgdesc="The BitTorrent Protocol Daemon"
|
||||||
url="https://github.com/btpd/btpd"
|
url="https://github.com/btpd/btpd"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD-2-Clause BSD-3-Clause"
|
license="BSD-2-Clause BSD-3-Clause"
|
||||||
depends=""
|
|
||||||
makedepends="autoconf automake openssl-dev>3"
|
makedepends="autoconf automake openssl-dev>3"
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
|
@ -8,10 +8,8 @@ url="http://cgiirc.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
depends_dev=""
|
|
||||||
makedepends="$depends_dev"
|
makedepends="$depends_dev"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install"
|
||||||
subpackages=""
|
|
||||||
source="http://cgiirc.org/releases/$pkgname-$pkgver.tar.gz
|
source="http://cgiirc.org/releases/$pkgname-$pkgver.tar.gz
|
||||||
cgiirc.config"
|
cgiirc.config"
|
||||||
_builddir="$srcdir"/$pkgname-$pkgver
|
_builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
|
@ -7,10 +7,7 @@ url="https://github.com/b-fitzpatrick/cpiped"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
options="!check"
|
options="!check"
|
||||||
depends=""
|
|
||||||
makedepends="alsa-lib-dev"
|
makedepends="alsa-lib-dev"
|
||||||
install=
|
|
||||||
subpackages=
|
|
||||||
source="cpiped-$pkgver.tar.gz::https://github.com/b-fitzpatrick/cpiped/archive/v$pkgver.tar.gz"
|
source="cpiped-$pkgver.tar.gz::https://github.com/b-fitzpatrick/cpiped/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/cpiped-$pkgver"
|
builddir="$srcdir/cpiped-$pkgver"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ pkgdesc="Collection of tools for managing UNIX services"
|
||||||
url="https://cr.yp.to/daemontools.html"
|
url="https://cr.yp.to/daemontools.html"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Public-Domain"
|
license="Public-Domain"
|
||||||
depends=
|
|
||||||
# The makefile need GNU cat for 'cat -v'
|
# The makefile need GNU cat for 'cat -v'
|
||||||
makedepends="coreutils"
|
makedepends="coreutils"
|
||||||
subpackages="$pkgname-openrc"
|
subpackages="$pkgname-openrc"
|
||||||
|
|
|
@ -6,10 +6,6 @@ pkgdesc="perform variable substitutions on input"
|
||||||
url="https://github.com/kaniini/envsubst"
|
url="https://github.com/kaniini/envsubst"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
depends=""
|
|
||||||
makedepends=""
|
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="https://distfiles.ariadne.space/envsubst/envsubst-$pkgver.tar.xz"
|
source="https://distfiles.ariadne.space/envsubst/envsubst-$pkgver.tar.xz"
|
||||||
builddir="$srcdir/envsubst-$pkgver"
|
builddir="$srcdir/envsubst-$pkgver"
|
||||||
options="!check" # No test suite.
|
options="!check" # No test suite.
|
||||||
|
|
|
@ -6,14 +6,11 @@ pkgdesc="a simple stacking Wayland compositor"
|
||||||
url="https://github.com/iridescent-desktop/hopalong"
|
url="https://github.com/iridescent-desktop/hopalong"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
depends=""
|
|
||||||
makedepends="meson
|
makedepends="meson
|
||||||
wlroots0.12-dev
|
wlroots0.12-dev
|
||||||
pango-dev cairo-dev glib-dev
|
pango-dev cairo-dev glib-dev
|
||||||
wayland-dev
|
wayland-dev
|
||||||
mesa-dev"
|
mesa-dev"
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="https://github.com/iridescent-desktop/hopalong/archive/v$pkgver/hopalong-$pkgver.tar.gz"
|
source="https://github.com/iridescent-desktop/hopalong/archive/v$pkgver/hopalong-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/hopalong-$pkgver"
|
builddir="$srcdir/hopalong-$pkgver"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
|
@ -7,10 +7,7 @@ pkgdesc="Internet2 utility library"
|
||||||
url="https://github.com/perfsonar/i2util"
|
url="https://github.com/perfsonar/i2util"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends=""
|
|
||||||
depends_dev=""
|
|
||||||
makedepends="$depends_dev autoconf automake libtool"
|
makedepends="$depends_dev autoconf automake libtool"
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="https://github.com/perfsonar/i2util/archive/v$pkgver/i2util-$pkgver.tar.gz"
|
source="https://github.com/perfsonar/i2util/archive/v$pkgver/i2util-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/i2util-$pkgver"
|
builddir="$srcdir/i2util-$pkgver"
|
||||||
|
|
|
@ -10,7 +10,6 @@ arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="lua"
|
depends="lua"
|
||||||
makedepends="autoconf automake libtool ncurses-dev"
|
makedepends="autoconf automake libtool ncurses-dev"
|
||||||
subpackages=""
|
|
||||||
options="!check" # FIXME requires lua-specl that we don't have yet
|
options="!check" # FIXME requires lua-specl that we don't have yet
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/lcurses/$_rockname/archive/release-v$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/lcurses/$_rockname/archive/release-v$pkgver.tar.gz
|
||||||
bootstrap.patch"
|
bootstrap.patch"
|
||||||
|
|
|
@ -9,7 +9,6 @@ url="http://doc.lubyk.org/lut.html"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="lua lua-lub"
|
depends="lua lua-lub"
|
||||||
provides=""
|
|
||||||
source="https://github.com/lubyk/$_rockname/archive/REL-$pkgver/$pkgname-$pkgver.tar.gz"
|
source="https://github.com/lubyk/$_rockname/archive/REL-$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$_rockname-REL-$pkgver"
|
builddir="$srcdir/$_rockname-REL-$pkgver"
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ url="https://github.com/nicklan/pnmixer"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
makedepends="cmake gettext gtk+2.0-dev alsa-lib-dev libnotify-dev"
|
makedepends="cmake gettext gtk+2.0-dev alsa-lib-dev libnotify-dev"
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-doc $pkgname-lang"
|
subpackages="$pkgname-doc $pkgname-lang"
|
||||||
source="${pkgname}-${pkgver}.tar.gz::https://github.com/nicklan/pnmixer/archive/v${pkgver/_/-}.tar.gz"
|
source="${pkgname}-${pkgver}.tar.gz::https://github.com/nicklan/pnmixer/archive/v${pkgver/_/-}.tar.gz"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
|
@ -7,11 +7,7 @@ pkgdesc="Shine: fast fixed-point mp3 encoding"
|
||||||
url="https://github.com/toots/shine"
|
url="https://github.com/toots/shine"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="LGPL-2.0"
|
license="LGPL-2.0"
|
||||||
depends=""
|
|
||||||
depends_dev=""
|
|
||||||
makedepends="$depends_dev libtool automake autoconf"
|
makedepends="$depends_dev libtool automake autoconf"
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="https://github.com/toots/shine/releases/download/$pkgver/shine-$pkgver.tar.gz"
|
source="https://github.com/toots/shine/releases/download/$pkgver/shine-$pkgver.tar.gz"
|
||||||
|
|
||||||
builddir="$srcdir"/shine-$pkgver
|
builddir="$srcdir"/shine-$pkgver
|
||||||
|
|
|
@ -9,7 +9,6 @@ url="https://gitlab.exherbo.org/sydbox/sydbox"
|
||||||
# loongarch64: blocked by libc crate
|
# loongarch64: blocked by libc crate
|
||||||
arch="all !s390x !loongarch64"
|
arch="all !s390x !loongarch64"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends=""
|
|
||||||
makedepends="
|
makedepends="
|
||||||
cargo
|
cargo
|
||||||
cargo-auditable
|
cargo-auditable
|
||||||
|
|
|
@ -8,8 +8,6 @@ pkgdesc="A fast, light-weight proxy for memcached and redis"
|
||||||
url="https://github.com/twitter/twemproxy"
|
url="https://github.com/twitter/twemproxy"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends=""
|
|
||||||
depends_dev=""
|
|
||||||
makedepends="automake autoconf libtool yaml-dev"
|
makedepends="automake autoconf libtool yaml-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/twitter/twemproxy/archive/$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/twitter/twemproxy/archive/$pkgver.tar.gz
|
||||||
|
|
|
@ -6,10 +6,6 @@ pkgdesc="String library, very low memory overhead, simple to import"
|
||||||
url="http://www.and.org/ustr/"
|
url="http://www.and.org/ustr/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT or LGPL-2.0-or-later or BSD"
|
license="MIT or LGPL-2.0-or-later or BSD"
|
||||||
depends=""
|
|
||||||
depends_dev=""
|
|
||||||
makedepends="$depends_dev"
|
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-static $pkgname-debug $pkgname-doc $pkgname-dev"
|
subpackages="$pkgname-static $pkgname-debug $pkgname-doc $pkgname-dev"
|
||||||
source="http://www.and.org/ustr/$pkgver/ustr-$pkgver.tar.bz2
|
source="http://www.and.org/ustr/$pkgver/ustr-$pkgver.tar.bz2
|
||||||
c99-inline.patch
|
c99-inline.patch
|
||||||
|
|
|
@ -9,10 +9,6 @@ url="https://github.com/rust-lang/rust.vim"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="vim"
|
depends="vim"
|
||||||
depends_dev=""
|
|
||||||
makedepends=""
|
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="https://github.com/rust-lang/rust.vim/archive/$_commit.zip"
|
source="https://github.com/rust-lang/rust.vim/archive/$_commit.zip"
|
||||||
|
|
||||||
builddir="$srcdir"/rust.vim-$_commit
|
builddir="$srcdir"/rust.vim-$_commit
|
||||||
|
|
|
@ -7,10 +7,6 @@ url="https://github.com/witchery-project/witchery"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
depends="alpine-sdk"
|
depends="alpine-sdk"
|
||||||
makedepends=""
|
|
||||||
checkdepends=""
|
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="https://github.com/witchery-project/witchery/archive/v$pkgver/witchery-$pkgver.tar.gz
|
source="https://github.com/witchery-project/witchery/archive/v$pkgver/witchery-$pkgver.tar.gz
|
||||||
correct-install-location.patch
|
correct-install-location.patch
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue