From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCD33138350 for ; Sun, 9 Feb 2020 19:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A60BE0839; Sun, 9 Feb 2020 19:40:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F252E0839 for ; Sun, 9 Feb 2020 19:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946C934E8F7 for ; Sun, 9 Feb 2020 19:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F5312C for ; Sun, 9 Feb 2020 19:40:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581277214.7d970e5a74e0e593f459fe81f10a828af6b2bb5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild X-VCS-Directories: media-tv/plex-media-server/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d970e5a74e0e593f459fe81f10a828af6b2bb5e X-VCS-Branch: master Date: Sun, 9 Feb 2020 19:40:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cd74b8a-c871-45c9-ad56-840dc75fc7fe X-Archives-Hash: b638b3c159530d0a2970c5ace848ce2b commit: 7d970e5a74e0e593f459fe81f10a828af6b2bb5e Author: Michał Górny gentoo org> AuthorDate: Sun Feb 9 19:30:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 19:40:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d970e5a media-tv/plex-media-server: Remove redundant dodir Signed-off-by: Michał Górny gentoo.org> media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild | 1 - media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild b/media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild index 2c14112897b..3633cd824ba 100644 --- a/media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild +++ b/media-tv/plex-media-server/plex-media-server-1.13.2-r2.ebuild @@ -61,7 +61,6 @@ src_install() { # Move the config to the correct place local CONFIG_VANILLA="/etc/default/plexmediaserver" local CONFIG_PATH="/etc/${_SHORTNAME}" - dodir "${CONFIG_PATH}" insinto "${CONFIG_PATH}" doins "${CONFIG_VANILLA#/}" sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i "${S}"/usr/sbin/start_pms || die diff --git a/media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild b/media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild index 18b00f34a9b..ff7382861de 100644 --- a/media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild +++ b/media-tv/plex-media-server/plex-media-server-1.18.4-r1.ebuild @@ -66,7 +66,6 @@ src_install() { # Move the config to the correct place local config_vanilla="/etc/default/plexmediaserver" local config_path="/etc/${_SHORTNAME}" - dodir "${config_path}" insinto "${config_path}" doins "${config_vanilla#/}" sed -e "s#${config_vanilla}#${config_path}/${_APPNAME}#g" -i "${S}"/usr/sbin/start_pms || die