From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ Date: Mon, 11 Aug 2014 12:21:02 +0000 (UTC) [thread overview] Message-ID: <1407759699.ba806bafbfcd2a5441cf6396fdde4639aba73f32.mgorny@gentoo> (raw) commit: ba806bafbfcd2a5441cf6396fdde4639aba73f32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 12:21:39 2014 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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)" \ "${@}" }
WARNING: multiple messages have this Message-ID (diff)
From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ Date: Tue, 19 Aug 2014 07:02:49 +0000 (UTC) [thread overview] Message-ID: <1407759699.ba806bafbfcd2a5441cf6396fdde4639aba73f32.mgorny@gentoo> (raw) Message-ID: <20140819070249.GO_-A3ccJdLKeIbYFpWWdXFxuQj7kaKtVR0rN9rJCPY@z> (raw) commit: ba806bafbfcd2a5441cf6396fdde4639aba73f32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 12:21:39 2014 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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)" \ "${@}" }
next reply other threads:[~2014-08-11 19:55 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-08-11 12:21 Michał Górny [this message] 2014-08-19 7:02 ` [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ Michał Górny -- strict thread matches above, loose matches on Subject: below -- 2014-09-11 22:47 Michał Górny 2014-09-06 9:02 Michał Górny 2014-09-06 8:55 Michał Górny 2014-09-01 21:08 Michał Górny 2014-09-01 21:08 Michał Górny 2014-09-01 6:56 Michał Górny 2014-08-28 6:19 Michał Górny 2014-08-22 9:12 Michał Górny 2014-08-21 20:23 Michał Górny 2014-08-21 20:23 Michał Górny 2014-08-21 12:26 Michał Górny 2014-08-20 22:12 Michał Górny 2014-08-19 7:02 Michał Górny 2014-08-11 18:45 ` Michał Górny 2014-08-10 10:25 Michał Górny 2014-08-19 7:02 ` Michał Górny 2014-08-10 10:08 Michał Górny 2014-08-19 7:02 ` Michał Górny
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1407759699.ba806bafbfcd2a5441cf6396fdde4639aba73f32.mgorny@gentoo \ --to=mgorny@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox