From 93052ef173be88ecc8acd18d884f71055ca0c6d8 Mon Sep 17 00:00:00 2001 From: Guillaume Castagnino Date: Thu, 23 Sep 2021 10:34:47 +0200 Subject: [PATCH] purge obsolete stuf --- net-wireless/hsphfpd/Manifest | 4 - net-wireless/hsphfpd/files/hsphfpd.initd | 29 ------- net-wireless/hsphfpd/files/hsphfpd.service | 16 ---- net-wireless/hsphfpd/hsphfpd-9999.ebuild | 42 ---------- net-wireless/hsphfpd/metadata.xml | 8 -- profiles/desc/sane_backends.desc | 93 ---------------------- 6 files changed, 192 deletions(-) delete mode 100644 net-wireless/hsphfpd/Manifest delete mode 100644 net-wireless/hsphfpd/files/hsphfpd.initd delete mode 100644 net-wireless/hsphfpd/files/hsphfpd.service delete mode 100644 net-wireless/hsphfpd/hsphfpd-9999.ebuild delete mode 100644 net-wireless/hsphfpd/metadata.xml delete mode 100644 profiles/desc/sane_backends.desc diff --git a/net-wireless/hsphfpd/Manifest b/net-wireless/hsphfpd/Manifest deleted file mode 100644 index 6e026de..0000000 --- a/net-wireless/hsphfpd/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX hsphfpd.initd 668 BLAKE2B a48c6b125aa09bd178186d3bd708177a5169cb4456e0a29d5ee397c5808af420a9b0e3774690e1a7a6d4faa36a2de5ce7350e9ca38b61cf97aa3c3592cb6faef SHA512 b3ba5a0266b880e169a0fae9d7dc9102a995ff300a10c4c5b2acf73bf19379981513ee7559a183bb41696a094aa31d61916b52f1774ef5307dd741725e888b1a -AUX hsphfpd.service 268 BLAKE2B bcf00e477d11f401de0a86dc7a661fb0e683fc70b4528d0dd18b6118b538c40ffe4b8748d4075331adb1c07fe6727146f9e65cbe9b6416a8be7fc120bbccf568 SHA512 5c9c00d278c8e633cee83e5c2681a1386f943029d0b5ac41d67a04deb287179ff74b0891416c22c82d8d8f14d7d180a6dfacb1a8b3795fb5d258323659f5c7b0 -EBUILD hsphfpd-9999.ebuild 848 BLAKE2B eea4b3debb9cff9ba8724d5d591637992a74e4469dd2828c0b0c02f1ed165f129b2703a4e03bb7ee95165ef94d09b1b6962645324258ae73eddd6bfc07e2d681 SHA512 1d2229d193ed7d8d763c31e195688e1de4de91e29d1003a0996f01cf2da7dccd382528b996e55b67abd1fc9c39ae2905b826c4edceb96f206c73779caca5cd94 -MISC metadata.xml 252 BLAKE2B 2216a17dfaf52dbb2ae2287aa3249d2a83f4857d131f3ad0ceefc614892380a819d4d53aaecde3201449248a5c9e5cac41da2636ac66f4602c761cd51ba00f03 SHA512 093c258696feb257f41feb890649a640b60a9f0dbd0fcabbb6d6ad43e6c3ca8645f9bb4aa90417a269cf018695c184518a6d06e7c93757e7969bcc9e092b0a11 diff --git a/net-wireless/hsphfpd/files/hsphfpd.initd b/net-wireless/hsphfpd/files/hsphfpd.initd deleted file mode 100644 index f8ca146..0000000 --- a/net-wireless/hsphfpd/files/hsphfpd.initd +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="hsphfpd daemon" -description="hsphfpd daemon" -command=/usr/bin/hsphfpd.pl -command_args="${hsphfpd_args}" -pidfile=/var/run/hsphfpd -log=/run/hsphfpd.log - -depend() { - after dbus bluetooth -} - -start() { - ebegin "Starting hsphfpd" - start-stop-daemon --start --background --exec "${command}" \ - --make-pidfile --pidfile "${pidfile}" --name hsphfpd \ - --stdout "${log}" --stderr "${log}" - eend $? -} - -stop() { - ebegin "Stopping hsphfpd" - start-stop-daemon --stop --exec "${command}" \ - --pidfile "${pidfile}" --name hsphfpd - eend $? -} diff --git a/net-wireless/hsphfpd/files/hsphfpd.service b/net-wireless/hsphfpd/files/hsphfpd.service deleted file mode 100644 index 3e93cd4..0000000 --- a/net-wireless/hsphfpd/files/hsphfpd.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Hsphsfd service -After=bluetooth.target - -[Service] -Type=dbus -BusName=org.hsphfpd -ExecStart=/usr/bin/hsphfpd.pl -StandardOutput=file:/run/hsphfpd.log -StandardError=file:/run/hsphfpd.log -Restart=always -LimitNPROC=1 - -[Install] -WantedBy=bluetooth.target - diff --git a/net-wireless/hsphfpd/hsphfpd-9999.ebuild b/net-wireless/hsphfpd/hsphfpd-9999.ebuild deleted file mode 100644 index 45eaf27..0000000 --- a/net-wireless/hsphfpd/hsphfpd-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-info git-r3 systemd - -DESCRIPTION="Daemon for Bluetooth devices with HSP and HFP profiles" -HOMEPAGE="https://github.com/pali/hsphfpd-prototype" -EGIT_REPO_URI="https://github.com/pali/hsphfpd-prototype.git" - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-lang/perl - dev-perl/Net-DBus - sys-apps/dbus" -BDEPEND="" - -pkg_setup() { - CONFIG_CHECK="~DEBUG_FS ~BT_DEBUGFS" - linux-info_pkg_setup -} - -src_install() { - # install dbus interface - insinto /etc/dbus-1/system.d/ - doins org.hsphfpd.conf - - # install daemon - exeinto /usr/bin - doexe hsphfpd.pl - - # install init script - newinitd "${FILESDIR}/${PN}.initd" ${PN} - - # install systemd service - systemd_dounit "${FILESDIR}/${PN}.service" -} diff --git a/net-wireless/hsphfpd/metadata.xml b/net-wireless/hsphfpd/metadata.xml deleted file mode 100644 index 4445262..0000000 --- a/net-wireless/hsphfpd/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - casta@xwing.info - Guillaume Castagnino - - diff --git a/profiles/desc/sane_backends.desc b/profiles/desc/sane_backends.desc deleted file mode 100644 index e78df8a..0000000 --- a/profiles/desc/sane_backends.desc +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# This file contains descriptions of SANE_BACKENDS USE_EXPAND flags for media-gfx/sane-backends. - -# Keep it sorted. - -abaton - SANE_BACKENDS setting for building the abaton backend -agfafocus - SANE_BACKENDS setting for building the agfafocus backend -apple - SANE_BACKENDS setting for building the apple backend -artec - SANE_BACKENDS setting for building the artec backend -artec_eplus48u - SANE_BACKENDS setting for building the artec_eplus48u backend -as6e - SANE_BACKENDS setting for building the as6e backend -avision - SANE_BACKENDS setting for building the avision backend -bh - SANE_BACKENDS setting for building the bh backend -canon - SANE_BACKENDS setting for building the canon backend -canon630u - SANE_BACKENDS setting for building the canon630u backend -canon_dr - SANE_BACKENDS setting for building the canon_dr backend -canon_pp - SANE_BACKENDS setting for building the canon_pp backend -cardscan - SANE_BACKENDS setting for building the cardscan backend -coolscan - SANE_BACKENDS setting for building the coolscan backend -coolscan2 - SANE_BACKENDS setting for building the coolscan2 backend -coolscan3 - SANE_BACKENDS setting for building the coolscan3 backend -dc25 - SANE_BACKENDS setting for building the dc25 backend -dc210 - SANE_BACKENDS setting for building the dc210 backend -dc240 - SANE_BACKENDS setting for building the dc240 backend -dell1600n_net - SANE_BACKENDS setting for building the dell1600n_net backend -dmc - SANE_BACKENDS setting for building the dmc backend -epjitsu - SANE_BACKENDS setting for building the epjitsu backend -epson - SANE_BACKENDS setting for building the epson backend -epson2 - SANE_BACKENDS setting for building the epson2 backend -escl - SANE_BACKENDS setting for building the escl backend -fujitsu - SANE_BACKENDS setting for building the fujitsu backend -genesys - SANE_BACKENDS setting for building the genesys backend -gt68xx - SANE_BACKENDS setting for building the gt68xx backend -hp - SANE_BACKENDS setting for building the hp backend -hp3500 - SANE_BACKENDS setting for building the hp3500 backend -hp3900 - SANE_BACKENDS setting for building the hp3900 backend -hp4200 - SANE_BACKENDS setting for building the hp4200 backend -hp5400 - SANE_BACKENDS setting for building the hp5400 backend -hp5590 - SANE_BACKENDS setting for building the hp5590 backend -hpsj5s - SANE_BACKENDS setting for building the hpsj5s backend -hpljm1005 - SANE_BACKENDS setting for building the hpljm1005 backend -hs2p - SANE_BACKENDS setting for building the hs2p backend -ibm - SANE_BACKENDS setting for building the ibm backend -kodak - SANE_BACKENDS setting for building the kodak backend -kodakaio - SANE_BACKENDS setting for building the kodak backend -kvs1025 - SANE_BACKENDS setting for building the kvs1025 backend -kvs20xx - SANE_BACKENDS setting for building the kvs20xx backend -kvs40xx - SANE_BACKENDS setting for building the kvs20xx backend -leo - SANE_BACKENDS setting for building the leo backend -lexmark - SANE_BACKENDS setting for building the lexmark backend -ma1509 - SANE_BACKENDS setting for building the ma1509 backend -magicolor - SANE_BACKENDS setting for building the magicolor backend -matsushita - SANE_BACKENDS setting for building the matsushita backend -microtek - SANE_BACKENDS setting for building the microtek backend -microtek2 - SANE_BACKENDS setting for building the microtek2 backend -mustek - SANE_BACKENDS setting for building the mustek backend -mustek_pp - SANE_BACKENDS setting for building the mustek_pp backend -mustek_usb - SANE_BACKENDS setting for building the mustek_usb backend -mustek_usb2 - SANE_BACKENDS setting for building the mustek_usb2 backend -nec - SANE_BACKENDS setting for building the nec backend -net - SANE_BACKENDS setting for building the net backend -niash - SANE_BACKENDS setting for building the niash backend -p5 - SANE_BACKENDS setting for building the p5 backend -pie - SANE_BACKENDS setting for building the pie backend -pixma - SANE_BACKENDS setting for building the pixma backend -plustek - SANE_BACKENDS setting for building the plustek backend -plustek_pp - SANE_BACKENDS setting for building the plustek_pp backend -pnm - SANE_BACKENDS settings for building the pnm test backend, considered a possible security risk -qcam - SANE_BACKENDS setting for building the qcam backend -ricoh - SANE_BACKENDS setting for building the ricoh backend -ricoh2 - SANE_BACKENDS setting for building the ricoh2 backend -rts8891 - SANE_BACKENDS setting for building the rts8891 backend -s9036 - SANE_BACKENDS setting for building the s9036 backend -sceptre - SANE_BACKENDS setting for building the sceptre backend -sharp - SANE_BACKENDS setting for building the sharp backend -sm3600 - SANE_BACKENDS setting for building the sm3600 backend -sm3840 - SANE_BACKENDS setting for building the sm3840 backend -snapscan - SANE_BACKENDS setting for building the snapscan backend -sp15c - SANE_BACKENDS setting for building the sp15c backend -st400 - SANE_BACKENDS setting for building the st400 backend -stv680 - SANE_BACKENDS setting for building the stv680 backend -tamarack - SANE_BACKENDS setting for building the tamarack backend -teco1 - SANE_BACKENDS setting for building the teco1 backend -teco2 - SANE_BACKENDS setting for building the teco2 backend -teco3 - SANE_BACKENDS setting for building the teco3 backend -test - SANE_BACKENDS setting for building the test backend -u12 - SANE_BACKENDS setting for building the u12 backend -umax - SANE_BACKENDS setting for building the umax backend -umax_pp - SANE_BACKENDS setting for building the umax_pp backend -umax1220u - SANE_BACKENDS setting for building the umax1220u backend -xerox_mfp - SANE_BACKENDS setting for building the xerox_mfp backend