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 937A71395E2 for ; Wed, 9 Nov 2016 03:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C9BE07F7; Wed, 9 Nov 2016 03:40:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A410E07F7 for ; Wed, 9 Nov 2016 03:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D44F34106E for ; Wed, 9 Nov 2016 03:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73FC524B9 for ; Wed, 9 Nov 2016 03:40:56 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1478662816.7acd663d2ca50f74cf5b55c47494d6291e832cb8.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/i2pd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/i2pd/i2pd-2.10.0.ebuild net-misc/i2pd/i2pd-2.10.1.ebuild X-VCS-Directories: net-misc/i2pd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7acd663d2ca50f74cf5b55c47494d6291e832cb8 X-VCS-Branch: master Date: Wed, 9 Nov 2016 03:40:56 +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-Archives-Salt: 41da87e5-ed2a-48a0-853d-b3ab691ecf3f X-Archives-Hash: bbac6687ab80e044b47ec176ee4f06e5 commit: 7acd663d2ca50f74cf5b55c47494d6291e832cb8 Author: Alexey Korepanov yandex ru> AuthorDate: Tue Nov 8 17:02:43 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Nov 9 03:40:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acd663d net-misc/i2pd: ROOT -> EROOT net-misc/i2pd/i2pd-2.10.0.ebuild | 2 +- net-misc/i2pd/i2pd-2.10.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/i2pd/i2pd-2.10.0.ebuild b/net-misc/i2pd/i2pd-2.10.0.ebuild index 97bb971..2969a0d 100644 --- a/net-misc/i2pd/i2pd-2.10.0.ebuild +++ b/net-misc/i2pd/i2pd-2.10.0.ebuild @@ -90,7 +90,7 @@ pkg_setup() { } pkg_postinst() { - if [[ -f ${ROOT}etc/i2pd/subscriptions.txt ]]; then + if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then ewarn ewarn "Configuration of the subscriptions has been moved from" ewarn "subscriptions.txt to i2pd.conf. We recommend updating" diff --git a/net-misc/i2pd/i2pd-2.10.1.ebuild b/net-misc/i2pd/i2pd-2.10.1.ebuild index 97bb971..2969a0d 100644 --- a/net-misc/i2pd/i2pd-2.10.1.ebuild +++ b/net-misc/i2pd/i2pd-2.10.1.ebuild @@ -90,7 +90,7 @@ pkg_setup() { } pkg_postinst() { - if [[ -f ${ROOT}etc/i2pd/subscriptions.txt ]]; then + if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then ewarn ewarn "Configuration of the subscriptions has been moved from" ewarn "subscriptions.txt to i2pd.conf. We recommend updating"