From 3e835b7fc888d48703057822120eda86faed143d Mon Sep 17 00:00:00 2001 From: fossdd Date: Sat, 9 Nov 2024 17:44:45 +0100 Subject: [PATCH] temp/sxmo-common: remove (MR 5779) Ghost package was added in v24.06 and the next release, which includes this commit, is v24.12. [ci:skip-build]: already built successfully in CI --- temp/sxmo-common/APKBUILD | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 temp/sxmo-common/APKBUILD diff --git a/temp/sxmo-common/APKBUILD b/temp/sxmo-common/APKBUILD deleted file mode 100644 index 6d9d8029f..000000000 --- a/temp/sxmo-common/APKBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# Maintainer: Willow Barraco -# -# This package take place of an old one. It prevents deactivating Sxmo daemons. -# It should be removed in two major version. We are currently running v23.06 -pkgname=sxmo-common -pkgver=9999 -pkgrel=0 -pkgdesc="Simple Mobile: Ghost package" -url="http://sr.ht/~mil/Sxmo" -arch="noarch" -license="MIT" -options="!check" # has no tests - -package() { - mkdir -p "$pkgdir" -} -