public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/files/
Date: Tue, 18 Apr 2023 06:03:44 +0000 (UTC)	[thread overview]
Message-ID: <1681797817.3f03a9608d4a1f23c0768fb2f206d1db1e133f78.sam@gentoo> (raw)

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)


             reply	other threads:[~2023-04-18  6:03 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1681797817.3f03a9608d4a1f23c0768fb2f206d1db1e133f78.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox