From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/mpdlcd/files/mpdlcd.confd | 5 ----- dev-python/mpdlcd/files/mpdlcd.initd | 15 --------------- 2 files changed, 20 deletions(-) delete mode 100644 dev-python/mpdlcd/files/mpdlcd.confd delete mode 100644 dev-python/mpdlcd/files/mpdlcd.initd (limited to 'dev-python/mpdlcd/files') diff --git a/dev-python/mpdlcd/files/mpdlcd.confd b/dev-python/mpdlcd/files/mpdlcd.confd deleted file mode 100644 index c7813cb0dea4..000000000000 --- a/dev-python/mpdlcd/files/mpdlcd.confd +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Options for your started MPDlcd -# MPDLCD_OPTS="--mpd=mpd.example.org:1234 --lcdproc=lcd.example.org:456 --syslog --syslog-facility=user2 --loglevel=debug --lcdd-debug" diff --git a/dev-python/mpdlcd/files/mpdlcd.initd b/dev-python/mpdlcd/files/mpdlcd.initd deleted file mode 100644 index c1e5bc7e1a3d..000000000000 --- a/dev-python/mpdlcd/files/mpdlcd.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="MPDlcd" -description="A small adapter which will display the status of a MPD server on a LCDproc screen" -pidfile="/run/mpdlcd.pid" - -command="/usr/bin/mpdlcd" -command_args="${MPDLCD_OPTS}" -command_background="true" - -depend() { - need net -} -- cgit v1.3