From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75A581393DD for ; Mon, 11 Aug 2014 19:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BF2E0A4A; Mon, 11 Aug 2014 19:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4033E0A4A for ; Mon, 11 Aug 2014 19:55:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0C4333F155 for ; Mon, 11 Aug 2014 12:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DC33018815 for ; Mon, 11 Aug 2014 12:21:02 +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: <1407759699.ba806bafbfcd2a5441cf6396fdde4639aba73f32.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba806bafbfcd2a5441cf6396fdde4639aba73f32 X-VCS-Branch: master Date: Mon, 11 Aug 2014 12:21:02 +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: dee275c3-1cd5-4d12-aea4-c716dc7af636 X-Archives-Hash: fa487d5d3bbc0c21f5cc58d30013239c commit: ba806bafbfcd2a5441cf6396fdde4639aba73f32 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 11 12:21:39 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 11 12:21:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ba806baf sys-apps/portage: Reduce the number of path options since new-install branch supports proper path substitution now. Package-Manager: portage-2.2.11_p33 --- sys-apps/portage/portage-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index a7780ad..769f319 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -169,15 +169,11 @@ python_test() { python_install() { distutils-r1_python_install \ - --bindir="${EPREFIX}/usr/bin" \ + --prefix="${EPREFIX}/usr" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --mandir="${EPREFIX}/usr/share/man" \ - --portage-base="${EPREFIX}/usr/lib/portage" \ - --portage-bindir="${EPREFIX}/usr/lib/portage/bin" \ - --portage-datadir="${EPREFIX}/usr/share/portage" \ - --sbindir="${EPREFIX}/usr/sbin" \ --sysconfdir="${EPREFIX}/etc" \ + --install-lib="$(python_get_sitedir)" \ "${@}" } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08E2813877A for ; Tue, 19 Aug 2014 12:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C4B5E096E; Tue, 19 Aug 2014 12:17:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC406E0982 for ; Tue, 19 Aug 2014 12:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5BE13402B4 for ; Tue, 19 Aug 2014 12:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C6433BDD for ; Tue, 19 Aug 2014 07:02:49 +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: <1407759699.ba806bafbfcd2a5441cf6396fdde4639aba73f32.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba806bafbfcd2a5441cf6396fdde4639aba73f32 X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:02:49 +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: 11b0b9b0-8d15-40b9-a31c-44d291abaf75 X-Archives-Hash: ecb7dd5d801390f5f841e91a8bca7b37 Message-ID: <20140819070249.GO_-A3ccJdLKeIbYFpWWdXFxuQj7kaKtVR0rN9rJCPY@z> commit: ba806bafbfcd2a5441cf6396fdde4639aba73f32 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 11 12:21:39 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 11 12:21:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ba806baf sys-apps/portage: Reduce the number of path options since new-install branch supports proper path substitution now. Package-Manager: portage-2.2.11_p33 --- sys-apps/portage/portage-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index a7780ad..769f319 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -169,15 +169,11 @@ python_test() { python_install() { distutils-r1_python_install \ - --bindir="${EPREFIX}/usr/bin" \ + --prefix="${EPREFIX}/usr" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --mandir="${EPREFIX}/usr/share/man" \ - --portage-base="${EPREFIX}/usr/lib/portage" \ - --portage-bindir="${EPREFIX}/usr/lib/portage/bin" \ - --portage-datadir="${EPREFIX}/usr/share/portage" \ - --sbindir="${EPREFIX}/usr/sbin" \ --sysconfdir="${EPREFIX}/etc" \ + --install-lib="$(python_get_sitedir)" \ "${@}" }