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 <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9177>
This commit is contained in:
Aster Boese 2026-07-30 19:09:26 +02:00 committed by The Friendly Meow (merge) Bot
parent e7d4ef318d
commit 12d25d7772
No known key found for this signature in database
5 changed files with 0 additions and 69 deletions

View file

@ -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"

View file

@ -1,40 +0,0 @@
maintainer="sleirsgoevy <sleirsgoevy@gmail.com>"
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
"

View file

@ -1,2 +0,0 @@
plugin /usr/share/samsungipcd/ppp-hook.so
ifname rmnet0

View file

@ -1,3 +0,0 @@
#!/bin/sh
rc-update add samsungipcd sysinit

View file

@ -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