From 12d25d7772f1645f86b91e5aee02fa942710af77 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Thu, 30 Jul 2026 19:09:26 +0200 Subject: [PATCH] modem/samsungipcd: remove The maintainer did not respond to a maintainership issue for two weeks. Also, the only devices that depend upon this package are in archived, so this package doesn't have a reason to sit around. If a device using it is unarchived, this commit can be reverted. Signed-off-by: Aster Boese Part-of: --- modem/samsungipcd/90-ttywc.rules | 6 --- modem/samsungipcd/APKBUILD | 40 ------------------- modem/samsungipcd/options.ttywc | 2 - .../samsungipcd-openrc.post-install | 3 -- modem/samsungipcd/samsungipcd.sh | 18 --------- 5 files changed, 69 deletions(-) delete mode 100644 modem/samsungipcd/90-ttywc.rules delete mode 100644 modem/samsungipcd/APKBUILD delete mode 100644 modem/samsungipcd/options.ttywc delete mode 100644 modem/samsungipcd/samsungipcd-openrc.post-install delete mode 100644 modem/samsungipcd/samsungipcd.sh diff --git a/modem/samsungipcd/90-ttywc.rules b/modem/samsungipcd/90-ttywc.rules deleted file mode 100644 index e872f1d5d..000000000 --- a/modem/samsungipcd/90-ttywc.rules +++ /dev/null @@ -1,6 +0,0 @@ -KERNEL=="ttywc", ENV{ID_MM_DEVICE_PROCESS}="1" -KERNEL=="ttywc", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" -KERNEL=="ttywc", ENV{ID_MM_PHYSDEV_UID}="samsungipcd" -KERNEL=="ttywd", ENV{ID_MM_DEVICE_PROCESS}="1" -KERNEL=="ttywd", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" -KERNEL=="ttywd", ENV{ID_MM_PHYSDEV_UID}="samsungipcd" diff --git a/modem/samsungipcd/APKBUILD b/modem/samsungipcd/APKBUILD deleted file mode 100644 index 634d35324..000000000 --- a/modem/samsungipcd/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -maintainer="sleirsgoevy " -pkgname=samsungipcd -pkgver=0.3.0 -pkgrel=2 -pkgdesc="AT modem emulation using libsamsung-ipc" -url="https://gitlab.com/sleirsgoevy/samsungipcd" -arch="all" -license="GPL-2.0-or-later" -depends="libsamsung-ipc ppp networkmanager-ppp" -makedepends="libsamsung-ipc gcc make ppp-dev" -subpackages="$pkgname-openrc" -install="$pkgname-openrc.post-install" -source=" - samsungipcd-v$pkgver.tgz::$url/-/archive/v$pkgver/samsungipcd-v$pkgver.tar.gz - samsungipcd.sh - 90-ttywc.rules - options.ttywc -" -builddir="$srcdir/samsungipcd-v$pkgver" - -options="!check" - -build() { - make -} - -package() { - make PREFIX="$pkgdir/usr" install - install -Dm755 "$srcdir/samsungipcd.sh" "$pkgdir/etc/init.d/samsungipcd" - install -Dm644 "$srcdir/90-ttywc.rules" "$pkgdir/usr/lib/udev/rules.d/90-ttywc.rules" - install -Dm644 "$srcdir/options.ttywc" "$pkgdir/etc/ppp/options.ttywc" - install -Dm644 "$srcdir/options.ttywc" "$pkgdir/etc/ppp/options.ttywd" -} - -sha512sums=" -46203ef88db8cfd31bb0a2d37e4213f1e99834b78e407c3d1a46c089247ba4b7952485dda722ac61e31a5eae4a418ae992259c990e5696344658371c4956b809 samsungipcd-v0.3.0.tgz -7bdc6cbc4a9add0f4a5a5d4584fbf4fc64cf4a1f0d93a85e97229eba47bbe66a8e0bd8958b4606141a0189422e13af252d3c0301f61069dc75a64e0a3b59d959 samsungipcd.sh -2c93b98260a8b89d25bfc6bf554dc66f198846f35ed839069212aea2204b9cc92710ea7aa5c77003bd6952085018af1083640052094a115ba67257f9745f80bf 90-ttywc.rules -f1dde4204352e5f6edef4b884b48ebbe6ec97b80697593f6f49754e60530024cf6171bb1cf0d2bfdd5ac24f22f2d6a9ef11aa4874a68448b6ee72baa5be70293 options.ttywc -" diff --git a/modem/samsungipcd/options.ttywc b/modem/samsungipcd/options.ttywc deleted file mode 100644 index 29b9d34b8..000000000 --- a/modem/samsungipcd/options.ttywc +++ /dev/null @@ -1,2 +0,0 @@ -plugin /usr/share/samsungipcd/ppp-hook.so -ifname rmnet0 diff --git a/modem/samsungipcd/samsungipcd-openrc.post-install b/modem/samsungipcd/samsungipcd-openrc.post-install deleted file mode 100644 index 3c3bfac67..000000000 --- a/modem/samsungipcd/samsungipcd-openrc.post-install +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -rc-update add samsungipcd sysinit diff --git a/modem/samsungipcd/samsungipcd.sh b/modem/samsungipcd/samsungipcd.sh deleted file mode 100644 index ca0fd2725..000000000 --- a/modem/samsungipcd/samsungipcd.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/sbin/openrc-run - -description="AT modem emulation using libsamsung-ipc" -depends="ppp" - -command="env" -command_args="samsungipcd /dev/ptywc /dev/ptywd" -supervisor="supervise-daemon" - -if [[ -n "$IPC_DEVICE_NAME" ]] -then - command_args="IPC_DEVICE_NAME=$IPC_DEVICE_NAME $command_args" -fi - -if [[ -n "$IPC_DEVICE_BOARD_NAME" ]] -then - command_args="IPC_DEVICE_BOARD_NAME=$IPC_DEVICE_BOARD_NAME $command_args" -fi