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 8CC0E138334 for ; Wed, 28 Nov 2018 09:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3016CE0894; Wed, 28 Nov 2018 09:24:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E86BAE0894 for ; Wed, 28 Nov 2018 09:24:31 +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 08908335C58 for ; Wed, 28 Nov 2018 09:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A39E445 for ; Wed, 28 Nov 2018 09:24:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543397062.13c2da75fa110f78521e6dadc7a6d3a780986a17.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/eix-0.33.2-r1.ebuild app-portage/eix/eix-0.33.2.ebuild app-portage/eix/eix-0.33.5.ebuild app-portage/eix/eix-0.33.6.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 13c2da75fa110f78521e6dadc7a6d3a780986a17 X-VCS-Branch: master Date: Wed, 28 Nov 2018 09:24:28 +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: fe1f2172-f283-4f78-ae2e-0f8d400fa052 X-Archives-Hash: 12fbbd03167f9be0ab029ab6a2f684e8 commit: 13c2da75fa110f78521e6dadc7a6d3a780986a17 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Nov 28 09:24:04 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Nov 28 09:24:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c2da75 app-portage/eix: Drop prefix restriction on tmpfiles Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-portage/eix/eix-0.33.2-r1.ebuild | 4 ---- app-portage/eix/eix-0.33.2.ebuild | 4 ---- app-portage/eix/eix-0.33.5.ebuild | 4 ---- app-portage/eix/eix-0.33.6.ebuild | 4 ---- 4 files changed, 16 deletions(-) diff --git a/app-portage/eix/eix-0.33.2-r1.ebuild b/app-portage/eix/eix-0.33.2-r1.ebuild index 375430f7ab1..6591a20647e 100644 --- a/app-portage/eix/eix-0.33.2-r1.ebuild +++ b/app-portage/eix/eix-0.33.2-r1.ebuild @@ -89,11 +89,7 @@ src_install() { } pkg_postinst() { - if ! use prefix; then - # note: if this is done in src_install(), portage:portage - # ownership may be reset to root tmpfiles_process eix.conf - fi local obs=${EROOT%/}/var/cache/eix.previous if [[ -f ${obs} ]]; then diff --git a/app-portage/eix/eix-0.33.2.ebuild b/app-portage/eix/eix-0.33.2.ebuild index d8669d75943..35f1e69f4cd 100644 --- a/app-portage/eix/eix-0.33.2.ebuild +++ b/app-portage/eix/eix-0.33.2.ebuild @@ -89,11 +89,7 @@ src_install() { } pkg_postinst() { - if ! use prefix; then - # note: if this is done in src_install(), portage:portage - # ownership may be reset to root tmpfiles_process eix.conf - fi local obs=${EROOT%/}/var/cache/eix.previous if [[ -f ${obs} ]]; then diff --git a/app-portage/eix/eix-0.33.5.ebuild b/app-portage/eix/eix-0.33.5.ebuild index 375430f7ab1..6591a20647e 100644 --- a/app-portage/eix/eix-0.33.5.ebuild +++ b/app-portage/eix/eix-0.33.5.ebuild @@ -89,11 +89,7 @@ src_install() { } pkg_postinst() { - if ! use prefix; then - # note: if this is done in src_install(), portage:portage - # ownership may be reset to root tmpfiles_process eix.conf - fi local obs=${EROOT%/}/var/cache/eix.previous if [[ -f ${obs} ]]; then diff --git a/app-portage/eix/eix-0.33.6.ebuild b/app-portage/eix/eix-0.33.6.ebuild index 375430f7ab1..6591a20647e 100644 --- a/app-portage/eix/eix-0.33.6.ebuild +++ b/app-portage/eix/eix-0.33.6.ebuild @@ -89,11 +89,7 @@ src_install() { } pkg_postinst() { - if ! use prefix; then - # note: if this is done in src_install(), portage:portage - # ownership may be reset to root tmpfiles_process eix.conf - fi local obs=${EROOT%/}/var/cache/eix.previous if [[ -f ${obs} ]]; then