Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769782 - acct-{user,group}/plex: removal
Summary: acct-{user,group}/plex: removal
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stephen Shkardoon
URL:
Whiteboard:
Keywords:
Depends on: 781881
Blocks:
  Show dependency tree
 
Reported: 2021-02-09 17:40 UTC by John Helmert III
Modified: 2021-06-02 13:54 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-02-09 17:40:58 UTC
Plex was removed some time ago, and its GLEP81 packages have no revdeps, so it seems like these packages were just missed in the removal.
Comment 1 turtle 2021-02-09 18:13:24 UTC
With all due respect;
Plex was removed by mistake, due to a misunderstanding of how to package it.
Keep these packages and bring Plex back.
Is a Gentoo policy against packaging commercial software?
Bloated or not it's hugely popular, maintained and can be packaged per the upstream guidelines for packaging.

There are Plex employees familiar with Gentoo who assist with Linux packaging.
Thank you
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-02-09 19:04:20 UTC
(In reply to turtle from comment #1)
> With all due respect;
> Plex was removed by mistake, due to a misunderstanding of how to package it.
> Keep these packages and bring Plex back.
> Is a Gentoo policy against packaging commercial software?
> Bloated or not it's hugely popular, maintained and can be packaged per the
> upstream guidelines for packaging.

According to the see-also'd bug (to which you're CC'd, which I assume is how you found this bug), Plex was removed because it still needed Python 2. I'm not familiar with this package, but if Plex can be installed without ever needing Python 2 I imagine the proxy-maintainers team would be happy to add it back to Gentoo. I cannot speak for them, of course.
Comment 3 Joonas Niilola gentoo-dev 2021-02-10 07:28:09 UTC
https://github.com/pkgcore/pkgcheck/issues/280
Comment 4 Larry the Git Cow gentoo-dev 2021-06-02 13:53:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18855a31307185dbd7e245ed1b47a82dd0ffdf95

commit 18855a31307185dbd7e245ed1b47a82dd0ffdf95
Author:     Scott Martin <om@organizedmagnetism.com>
AuthorDate: 2021-04-10 05:51:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-02 13:53:29 +0000

    media-tv/plex-media-server: restore package (new ebuild version 1.23.1.4602)
    
    This package does bundle deps (Python, optionally OpenSSL).
    
    [Note by sam@:
    
    - Restoring because this is a particularly popular piece of software.
    - Yes, Python is "bundled", but it's a stripped down copy, modified/patched copy
    with missing functionality, and we'll do best to treat it as if it's not there.
    - Users are better served by keeping an up-to-date version in tree, even if it's
    less-than-ideal for upstream to include Python in this way.]
    
    Closes: https://bugs.gentoo.org/769782
    Signed-off-by: Scott Martin <om@organizedmagnetism.com>
    Closes: https://github.com/gentoo/gentoo/pull/20320
    Signed-off-by: Sam James <sam@gentoo.org>

 licenses/Plex                                      | 54 +++++++++++++++
 media-tv/plex-media-server/Manifest                |  2 +
 media-tv/plex-media-server/files/80plexmediaserver |  1 +
 media-tv/plex-media-server/files/README.gentoo     |  4 ++
 .../files/plex-media-server.conf.d                 |  7 ++
 .../files/plex-media-server.init.d                 | 16 +++++
 media-tv/plex-media-server/files/start_pms         | 51 +++++++++++++++
 media-tv/plex-media-server/metadata.xml            | 19 ++++++
 .../plex-media-server-1.23.1.4602.ebuild           | 76 ++++++++++++++++++++++
 9 files changed, 230 insertions(+)