From eb48795fd3e33bf496c1466e2e3ed8135dcce29f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 1 Dec 2024 07:09:04 -0600 Subject: system/xfsprogs + rdeps: Move to user/ * inih requires Meson, and we don't want to introduce Meson to the system/ ABI, so we need to move it to user/. * This takes xfsprogs with it. This is fine because we still have system/e2fsprogs for a file system on new ports. * As the only dependent of userspace-rcu was xfsprogs, it doesn't need to be present in system/ any more either. Move to user/. --- system/inih/APKBUILD | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 system/inih/APKBUILD (limited to 'system/inih/APKBUILD') diff --git a/system/inih/APKBUILD b/system/inih/APKBUILD deleted file mode 100644 index 9d701cd95..000000000 --- a/system/inih/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: A. Wilcox -pkgname=inih -pkgver=58 -pkgrel=0 -pkgdesc="Simple .INI file parser in C" -url=" " -arch="all" -license="BSD-3-Clause" -depends="" -makedepends="meson" -subpackages="$pkgname-dev" -source="https://github.com/benhoyt/inih/archive/r58/$pkgname-$pkgver.tar.gz - testrun.patch - " -builddir="$srcdir/inih-r58" - -build() { - meson setup \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=release \ - --wrap-mode=nofallback \ - . output - meson compile -C output -} - -check() { - meson test -C output -} - -package() { - DESTDIR="$pkgdir" meson install -C output -} - -sha512sums="d69f488299c1896e87ddd3dd20cd9db5848da7afa4c6159b8a99ba9a5d33f35cadfdb9f65d6f2fe31decdbadb8b43bf610ff2699df475e1f9ff045e343ac26ae inih-58.tar.gz -88f38fa41efa91a3eeef065251a6424fdfbb6d4ed975dfcce4730374f61f328ca2b13f3db123eed2c5ade9e54c1f797481dbcb284b22554dd89068053ead1035 testrun.patch" -- cgit v1.2.3-70-g09d2