[gentoo-portage-dev] [PATCH] Add ruby18 to repoman warning for deprecated ruby target

2014-04-18 Thread Manuel Rüger
Hello, please add this patch into portage, as ruby18 has been pmasked and will be removed. Cheers, Manuel From 1a63c1e9f03400e7d17ef1aa8572d7e584be8ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= mr...@gentoo.org Date: Tue, 18 Mar 2014 00:05:22 +0100 Subject: [PATCH] Add

[gentoo-portage-dev] [PATCH] Add support for travis ci

2014-07-06 Thread Manuel Rüger
This patch adds support for travis continuous integration. Example output: https://travis-ci.org/mrueg/portage/builds/29268364 Cheers Manuel From 3bee849868cf53fb5814f81fa368e91b59f7220b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= mr...@gentoo.org Date: Mon, 30 Jun 2014

[gentoo-portage-dev] [PATCH] Update links to handbooks

2014-12-20 Thread Manuel Rüger
Since handbooks moved to the wiki, we should update the links. Fixes also bug 532736. From cc503f68dfa077b50aa5d316c1660203b801522a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= man...@rueg.eu Date: Sat, 20 Dec 2014 16:31:31 +0100 Subject: [PATCH] Update links to Handbooks diff

Re: [gentoo-portage-dev] portage-2.3.2 stable request?

2016-11-05 Thread Manuel Rüger
On 05.11.2016 00:15, Zac Medico wrote: > On 11/04/2016 03:55 PM, Zac Medico wrote: >> On 11/04/2016 03:47 PM, Brian Dolbec wrote: >>> On Fri, 4 Nov 2016 13:53:02 -0700 >>> Zac Medico wrote: >>> On 11/04/2016 01:43 PM, Michał Górny wrote: > On Fri, 4 Nov 2016 13:19:39

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-29 Thread Manuel Rüger
2017 at 2:59 AM, Manuel Rüger <mr...@gentoo.org> wrote: >> @@ -518,6 +526,26 @@ def doebuild_environment(myebuild, mydo, myroot=None, >> settings=None, >> mysettings["KV"] = "" >> mysettings.ba

Re: [gentoo-portage-dev] Leader election

2017-07-10 Thread Manuel Rüger
Voting for Zac as well Am 9. Juli 2017 23:33:07 MESZ schrieb "Michał Górny" : >On wto, 2017-07-04 at 13:02 -0700, Zac Medico wrote: >> On 07/02/2017 12:02 PM, Brian Dolbec wrote: >> > On Sun, 2 Jul 2017 11:28:09 -0700 >> > Brian Dolbec wrote: >> > >> > > On

[gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-28 Thread Manuel Rüger
This patch allows to set the compressor for binary packages via a BINPKG_COMPRESSION variable. BINPKG_COMPRESSION_ARGS allows to specify command-line arguments for the chosen compressor. --- bin/misc-functions.sh | 6 ++- bin/quickpkg

[gentoo-portage-dev] [PATCH] emerge: Add head commit per repo to --info

2017-06-30 Thread Manuel Rüger
This adds the following to emerge --info output for git and rsync based repositories: Head commit of repository gentoo: 0518b330edac963f54f98df33391b8e7b9eaee4c --- pym/_emerge/actions.py | 10 ++ pym/portage/sync/modules/git/__init__.py | 3 ++-

[gentoo-portage-dev] [PATCH] Support different (de)compressors for binary packages

2017-06-30 Thread Manuel Rüger
This patch allows to set the compressor for binary packages via a BINPKG_COMPRESSION variable. BINPKG_COMPRESSION_ARGS allows to specify command-line arguments for that compressor. --- bin/binpkg-helper.py | 91 +++ bin/misc-functions.sh

Re: [gentoo-portage-dev] [PATCH] Support different (de)compressors for binary packages

2017-07-04 Thread Manuel Rüger
On 04.07.2017 21:29, Zac Medico wrote: > On Fri, Jun 30, 2017 at 2:49 AM, Manuel Rüger <mr...@gentoo.org> wrote: >> + >> COMPRESSION_COMMAND=$(PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}} >> \ >> + "${PORTAGE_PYTHON:-/usr/bin/python}&qu

Re: [gentoo-portage-dev] [PATCH] emerge: add --ignore-world [ y | n ] option (bug 608564)

2018-03-21 Thread Manuel Rüger
On 22.03.2018 01:25, Zac Medico wrote: > On 03/19/2018 09:49 PM, Manuel Rüger wrote: >> Hi Zac, >> >> alternatively could --exclude be extended to support sets? >> So users could --exclude @world or @profile. > > Your idea doesn't really fit the current meanin

Re: [gentoo-portage-dev] [PATCH] emerge: add --ignore-world [ y | n ] option (bug 608564)

2018-03-21 Thread Manuel Rüger
Hi Zac, alternatively could --exclude be extended to support sets? So users could --exclude @world or @profile. Cheers, Manuel On 22.03.2018 00:03, Zac Medico wrote: > Ignore the @world package set and its dependencies. This may be useful > if there is a desire to perform an action even though