public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/files/
@ 2023-04-18  6:03 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-04-18  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3f03a9608d4a1f23c0768fb2f206d1db1e133f78
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 17 18:39:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 06:03:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f03a960

media-tv/plex-media-server: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30633
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-tv/plex-media-server/files/plexmediaserver |  2 -
 media-tv/plex-media-server/files/start_pms       | 51 ------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-tv/plex-media-server/files/plexmediaserver b/media-tv/plex-media-server/files/plexmediaserver
deleted file mode 100644
index d1981dc1c6f4..000000000000
--- a/media-tv/plex-media-server/files/plexmediaserver
+++ /dev/null
@@ -1,2 +0,0 @@
-export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=4
-export PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000

diff --git a/media-tv/plex-media-server/files/start_pms b/media-tv/plex-media-server/files/start_pms
deleted file mode 100644
index e00ba5620267..000000000000
--- a/media-tv/plex-media-server/files/start_pms
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#
-# Plex Media Server - Manual start script.
-#
-
-# Set Crash Reporting identification variables
-export PLEX_MEDIA_SERVER_INFO_VENDOR="$(grep ^NAME= /etc/os-release|awk -F= '{print $2}'|tr -d \" )"
-export PLEX_MEDIA_SERVER_INFO_DEVICE="PC"
-export PLEX_MEDIA_SERVER_INFO_MODEL="$(uname -m)"
-GENTOO_PROFILE="`readlink /etc/portage/make.profile`"
-export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION="${GENTOO_PROFILE#.*/profiles/}"
-
-# Change these parameters in /etc/default/plexmediaserver
-export PLEX_MEDIA_SERVER_USER=plex
-export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
-export PLEX_MEDIA_SERVER_HOME=/usr/lib/plexmediaserver
-export PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000
-export LD_LIBRARY_PATH="${PLEX_MEDIA_SERVER_HOME}"
-export PLEX_MEDIA_SERVER_TMPDIR=/tmp
-export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application Support"
-
-if [ -f /etc/default/locale ]; then
-  export LANG="$(cat /etc/default/locale|awk -F '=' '/LANG=/{print $2}'|sed 's/"//g')"
-  export LC_ALL="$LANG"
-fi
-
-test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
-
-# Silently support PLEX_USER if provided as override
-if [ "$PLEX_USER" != "" ]; then
-  export PLEX_MEDIA_SERVER_USER="$PLEX_USER"
-fi
-
-# Create AppSuppDir if not present
-if [ ! -d "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" ]; then
-  mkdir -p "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR"
-  if [ ! $? -eq 0 ]; then
-    echo "ERROR: Couldn't create $PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR "
-    exit 1
-  fi
-fi
-
-export LD_LIBRARY_PATH="${PLEX_MEDIA_SERVER_HOME}/lib":"${PLEX_MEDIA_SERVER_HOME}"
-export TMPDIR="${PLEX_MEDIA_SERVER_TMPDIR}"
-
-ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE
-
-# Add sleep - for those who launch with this script
-sleep 3
-
-(cd /usr/lib/plexmediaserver; ./Plex\ Media\ Server)


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/files/
@ 2022-11-13 18:34 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-11-13 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     365b2b24c3fbe40db931622e305ec5ed85ee995a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Nov  8 06:21:47 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 18:33:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365b2b24

media-tv/plex-media-server: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28181
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../plex-media-server/files/plex-media-server.conf.d     |  7 -------
 .../plex-media-server/files/plex-media-server.init.d     | 16 ----------------
 2 files changed, 23 deletions(-)

diff --git a/media-tv/plex-media-server/files/plex-media-server.conf.d b/media-tv/plex-media-server/files/plex-media-server.conf.d
deleted file mode 100644
index 7fe754fb1d81..000000000000
--- a/media-tv/plex-media-server/files/plex-media-server.conf.d
+++ /dev/null
@@ -1,7 +0,0 @@
-# Config file for /etc/init.d/plex-media-server
-
-PLEX_PIDFILE="/var/run/plex-media-server.pid"
-PLEX_OUTLOG="/var/log/pms/out.log"
-PLEX_ERRLOG="/var/log/pms/err.log"
-PLEX_USER="plex"
-PLEX_SCRIPT="/usr/sbin/start_pms"

diff --git a/media-tv/plex-media-server/files/plex-media-server.init.d b/media-tv/plex-media-server/files/plex-media-server.init.d
deleted file mode 100644
index 81204c87335c..000000000000
--- a/media-tv/plex-media-server/files/plex-media-server.init.d
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-
-start() {
-	ebegin "Starting Plex Media Server"
-	start-stop-daemon -S -m -p ${PLEX_PIDFILE} -1 ${PLEX_OUTLOG} -2 ${PLEX_ERRLOG} --quiet -u ${PLEX_USER} -N -5 -b --exec ${PLEX_SCRIPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping Plex Media Server"
-	kill -- -`cat ${PLEX_PIDFILE}`
-
-	# Remove stale pid file since this is a dirty solution
-	rm ${PLEX_PIDFILE}
-	eend $?
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/files/
@ 2021-06-02 13:54 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-06-02 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3764346877b04d308477aee0b916245c2ca61f00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 13:54:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 13:54:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37643468

media-tv/plex-media-server: fix ExecutableFile

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-tv/plex-media-server/files/start_pms | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-tv/plex-media-server/files/start_pms b/media-tv/plex-media-server/files/start_pms
old mode 100755
new mode 100644


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-18  6:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18  6:03 [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-11-13 18:34 Conrad Kostecki
2021-06-02 13:54 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox