Re: [gentoo-dev] proposal for consistency between {RUBY,PYTHON,PHP}_TARGETS

2012-11-24 Thread Michał Górny
the above values. I personally prefer the ruby one. What if ruby 1.10 is released? -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [PATCH python-utils-r1] Add python_optimize() to compile Python modules by hand.

2012-11-25 Thread Michał Górny
--- gx86/eclass/python-utils-r1.eclass | 63 ++ 1 file changed, 50 insertions(+), 13 deletions(-) diff --git a/gx86/eclass/python-utils-r1.eclass b/gx86/eclass/python-utils-r1.eclass index ad56919..29101b2 100644 --- a/gx86/eclass/python-utils-r1.eclass +++

Re: [gentoo-dev] net-irc/xchat

2012-11-26 Thread Michał Górny
a package move is appropriate since the two packages install different files. The installed files would not be updated, just the vdb. ... which portage will happily upgrade next time you `emerge -u world` Hmm, like 'move sys-fs/udev sys-apps/systemd'? /me hides... -- Best regards, Michał Górny

Re: [gentoo-dev] net-irc/xchat

2012-11-26 Thread Michał Górny
On Mon, 26 Nov 2012 05:07:53 -0500 Mike Frysinger vap...@gentoo.org wrote: On Mon, Nov 26, 2012 at 5:00 AM, Michał Górny wrote: On Mon, 26 Nov 2012 04:18:40 -0500 Mike Frysinger wrote: On Sun, Nov 25, 2012 at 5:26 PM, Mike Gilbert wrote: On Sun, Nov 25, 2012 at 5:04 PM, Mike Frysinger

Re: [gentoo-dev] [PATCH 2/2] Allow user mangle distfiles' ${EGIT_DIR} after actual git fetch.

2012-11-27 Thread Michał Górny
, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Using emerge-webrsync to simplify the handbook

2012-11-28 Thread Michał Górny
faster than the above, then it should probably replace emerge-delta-webrsync. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: new eclass - pkgconfig.eclass

2012-11-28 Thread Michał Górny
than Gentoo because their authors were using Gentoo and didn't knew that the pkg-config aren't anywhere else. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: new eclass - pkgconfig.eclass

2012-11-29 Thread Michał Górny
. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [PATCH 2/4] autotools-multilib: use and support BUILD_DIR.

2012-11-29 Thread Michał Górny
--- gx86/eclass/autotools-multilib.eclass | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gx86/eclass/autotools-multilib.eclass b/gx86/eclass/autotools-multilib.eclass index f6d1feb..541e934 100644 --- a/gx86/eclass/autotools-multilib.eclass +++

[gentoo-dev] autotools-utils cmake-utils: use common BUILD_DIR var

2012-11-29 Thread Michał Górny
Currently, each of the mentioned eclasses has its own *_BUILD_DIR. Therefore, if someone needs to provide a custom BUILD_DIR, he needs to set it explicitly for the eclass. This is fine for ebuilds but not really neat for eclasses. The idea is simple: use a common BUILD_DIR instead. For

[gentoo-dev] [PATCH 1/4] autotools-utils: use common BUILD_DIR variable.

2012-11-29 Thread Michał Górny
For interoperability with python-r1. --- gx86/eclass/autotools-utils.eclass | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/gx86/eclass/autotools-utils.eclass b/gx86/eclass/autotools-utils.eclass index b035dc5..b6bfc96 100644 ---

[gentoo-dev] [PATCH 3/4] cmake-utils: support common BUILD_DIR variable.

2012-11-29 Thread Michał Górny
--- gx86/eclass/cmake-utils.eclass | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/gx86/eclass/cmake-utils.eclass b/gx86/eclass/cmake-utils.eclass index 2129ebf..26fc1c1 100644 --- a/gx86/eclass/cmake-utils.eclass +++

[gentoo-dev] [PATCH 4/4] Example conversion of pygobject to python-r1 + autotools-utils.

2012-11-29 Thread Michał Górny
--- .../dev-python/pygobject/pygobject-3.2.2-r1.ebuild | 106 + 1 file changed, 106 insertions(+) create mode 100644 gx86/dev-python/pygobject/pygobject-3.2.2-r1.ebuild diff --git a/gx86/dev-python/pygobject/pygobject-3.2.2-r1.ebuild

Re: [gentoo-dev] [PATCH 4/4] Example conversion of pygobject to python-r1 + autotools-utils.

2012-11-29 Thread Michał Górny
novembre 2012 à 14:40 +0100, Michał Górny a écrit : --- .../dev-python/pygobject/pygobject-3.2.2-r1.ebuild | 106 + 1 file changed, 106 insertions(+) create mode 100644 gx86/dev-python/pygobject/pygobject-3.2.2-r1.ebuild diff --git a/gx86/dev-python/pygobject

Re: [gentoo-dev] Re: Packages up for grabs due lavajoe retirement

2012-12-02 Thread Michał Górny
. And we're not supposed to fix this nor mask it... -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] [RFC] Defaulting desktop profiles to net-nds/openldap[minimal]

2012-12-02 Thread Michał Górny
, that's not the default. How about splitting the ebuild into separate library and server and fixing the deps? It would be cleaner for people, and we'd just release a news message that those who need an LDAP server, need to put it in their @world. -- Best regards, Michał Górny signature.asc

Re: [gentoo-dev] [RFC] Defaulting desktop profiles to net-nds/openldap[minimal]

2012-12-02 Thread Michał Górny
On Sun, 02 Dec 2012 07:58:29 -0800 Diego Elio Pettenò flamee...@flameeyes.eu wrote: On 02/12/2012 00:43, Michał Górny wrote: How about splitting the ebuild into separate library and server and fixing the deps? It would be cleaner for people, and we'd just release a news message that those

Re: [gentoo-dev] [RFC] Defaulting desktop profiles to net-nds/openldap[minimal]

2012-12-02 Thread Michał Górny
On Sun, 02 Dec 2012 08:23:30 -0800 Diego Elio Pettenò flamee...@flameeyes.eu wrote: On 02/12/2012 08:20, Michał Górny wrote: For users? Since when a correctly split package is a pain for user? Funny I think you would have guessed... let's say, a Poppler split that every other update would

[gentoo-dev] [RFC] Global USE=systemd

2012-12-08 Thread Michał Górny
/systemd's logind local:systemd:sys-power/upower: Use sys-apps/systemd for hibernate and suspend -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] [RFC] Global USE=systemd

2012-12-08 Thread Michał Górny
, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [PATCH] Support recursive DOCS in EAPI 4.

2012-12-09 Thread Michał Górny
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=398147 --- gx86/eclass/autotools-utils.eclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gx86/eclass/autotools-utils.eclass b/gx86/eclass/autotools-utils.eclass index 7bdc5d6..a03abb5 100644 ---

[gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-10 Thread Michał Górny
are your thoughts? -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-10 Thread Michał Górny
On Mon, 10 Dec 2012 21:01:34 -0500 Ian Stakenvicius a...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/12/12 04:27 PM, Michał Górny wrote: Hello, I think we're mostly aware what the use and benefits of the *use.stable.mask files are. They would

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-11 Thread Michał Górny
On Mon, 10 Dec 2012 22:35:07 -0800 Zac Medico zmed...@gentoo.org wrote: On 12/10/2012 01:27 PM, Michał Górny wrote: 1) duplicate most of the major profiles. Make an EAPI 5-enabled wrapper profiles which will provide the *use.stable.mask files. Require users to migrate to those profiles

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-12 Thread Michał Górny
On Tue, 11 Dec 2012 16:44:25 -0800 Zac Medico zmed...@gentoo.org wrote: On 12/11/2012 01:45 PM, Michał Górny wrote: On Mon, 10 Dec 2012 22:35:07 -0800 Zac Medico zmed...@gentoo.org wrote: On 12/10/2012 01:27 PM, Michał Górny wrote: 1) duplicate most of the major profiles. Make an EAPI

Re: [gentoo-dev] Permission to add a dummy package in tree

2012-12-12 Thread Michał Górny
-' to make it least possible for any kind of name collisions. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Permission to add a dummy package in tree

2012-12-12 Thread Michał Górny
On Wed, 12 Dec 2012 19:17:32 +0100 Theo Chatzimichos tampak...@gentoo.org wrote: On Wed, Dec 12, 2012 at 7:14 PM, Michał Górny mgo...@gentoo.org wrote: On Wed, 12 Dec 2012 19:07:09 +0100 Theo Chatzimichos tampak...@gentoo.org wrote: these days I am working on a puppet module for portage

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-13 Thread Michał Górny
profiles will just add a common 'testing' profile which would unmask those flags. ~arch users could still use the regular profiles but would have to switch if they wanted the additional flags automatically unmasked. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-14 Thread Michał Górny
On Fri, 14 Dec 2012 12:38:24 + Markos Chandras hwoar...@gentoo.org wrote: On 13 December 2012 21:46, Zac Medico zmed...@gentoo.org wrote: On 12/13/2012 12:43 PM, Michał Górny wrote: On Thu, 13 Dec 2012 21:33:50 +0100 Andreas K. Huettel dilfri...@gentoo.org wrote: Am Mittwoch, 12

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-14 Thread Michał Górny
On Fri, 14 Dec 2012 14:36:49 + Markos Chandras hwoar...@gentoo.org wrote: On 14 December 2012 14:29, Michał Górny mgo...@gentoo.org wrote: On Fri, 14 Dec 2012 12:38:24 + Markos Chandras hwoar...@gentoo.org wrote: On 13 December 2012 21:46, Zac Medico zmed...@gentoo.org wrote

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-14 Thread Michał Górny
with a non-EAPI5 portage as the files would just be ignored, as would the EAPI5 ebuilds. PMS requires that profiles directory is EAPI=5 before we can use those files. In other words, we would be forced to make non-EAPI5 portage ignore the whole profiles. - -- Best regards, Michał Górny

Re: [gentoo-dev] Getting EAPI 5 *use.stable.mask to work in gx86?

2012-12-14 Thread Michał Górny
On Fri, 14 Dec 2012 15:08:24 + Markos Chandras hwoar...@gentoo.org wrote: On 14 December 2012 14:59, Michał Górny mgo...@gentoo.org wrote: We already have plenty of understaffed arches, I don't think it is wise to throw more responsibilities to them. Unless of course all developers

[gentoo-dev] x11-libs/libaosd is looking for a new maintainer

2012-12-15 Thread Michał Górny
that there's a potential wumwum package which would depend on it [2]. [1]:https://bugs.gentoo.org/show_bug.cgi?id=351741 [2]:https://aur.archlinux.org/packages/wumwum/ -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Re: eudev project announcement

2012-12-15 Thread Michał Górny
Poettering wrote systemd * systemd will not run on machines with a separate /usr, and no initramfs. Waaait, what? Did something change lately or are you just repeating the same bullshit for months? -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Re: eudev project announcement

2012-12-15 Thread Michał Górny
disagree with that news item, complain directly to its author. If you can boot a udev-181 or higher system with a separate /usr, and no intrd/initramfs, I'm sure a lot of people would be very interested in knowing how. This was a Gentoo decision, not an upstream one. -- Best regards, Michał

Re: [gentoo-dev] Packages up for grabs due nelchael retirement

2012-12-16 Thread Michał Górny
On Sun, 16 Dec 2012 15:22:25 +0100 Pacho Ramos pa...@gentoo.org wrote: dev-python/python-gflags The Python team will take care of that one. But if someone's taking gflags itself, feel free to add yourself as well. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Attracting developers (Re: Packages up for grabs...)

2012-12-16 Thread Michał Górny
. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Attracting developers (Re: Packages up for grabs...)

2012-12-16 Thread Michał Górny
of choice's sake. Nobody wants to work with that (well, everybody I meet outside actually wants but whatever) :P. Sorry, couldn't resist. Sorry, couldn't resist. - -- Best regards, Michał Górny -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iJwEAQEIAAYFAlDOPeQACgkQfXuS5UK5QB2lHwP

Re: [gentoo-dev] udev distro vs upstream choices

2012-12-17 Thread Michał Górny
forget about reading from there since our ebuilds have been ported to use the udev eclass to figure out where to install that information right? Just please lemme test it first, so I could tell you whether systemd still works with it. -- Best regards, Michał Górny signature.asc Description

Re: [gentoo-dev] Attracting developers (Re: Packages up for grabs...)

2012-12-17 Thread Michał Górny
for a lot of things we do right now. There's no point in telling them to summarize a large piece of the docs. From my personal experience, there is a lot of things which you learn and then forget because you don't need them for a long time. -- Best regards, Michał Górny signature.asc Description

Re: [gentoo-dev] Moving our/portage stuff to var

2012-12-17 Thread Michał Górny
files to be put elsewhere :P). I would say let's work on that so that portage can keep them there. Although I'm more for /var/cache/portage myself, as both distfiles and tree can be re-generated. +1 on /var/cache. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Attracting developers (Re: Packages up for grabs...)

2012-12-19 Thread Michał Górny
On Wed, 19 Dec 2012 07:56:56 +0100 Jeroen Roovers j...@gentoo.org wrote: On Mon, 17 Dec 2012 10:40:06 +0100 Michał Górny mgo...@gentoo.org wrote: People aren't bothering. It's not because of any fundamental problem -- it's because the process is obscure and potentially a waste

Re: [gentoo-dev] Re: eudev project announcement

2012-12-20 Thread Michał Górny
after using it. It can be anything which is enough to get the /usr mounted and system starting. Files on rootfs *have* to be in sync with those on /usr or you're getting random failures. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Re: eudev project announcement

2012-12-21 Thread Michał Górny
On Fri, 21 Dec 2012 09:10:22 +0100 J. Roeleveld jo...@antarean.org wrote: On Thursday, December 20, 2012 09:31:36 AM Michał Górny wrote: On Thu, 20 Dec 2012 00:27:26 +0100 J. Roeleveld jo...@antarean.org wrote: On Wednesday, December 19, 2012 09:13:28 AM Greg KH wrote: On Tue, Dec

Re: [gentoo-dev] Re: eudev project announcement

2012-12-21 Thread Michał Górny
On Fri, 21 Dec 2012 11:24:45 +0100 J. Roeleveld jo...@antarean.org wrote: On Friday, December 21, 2012 09:57:25 AM Michał Górny wrote: Just let me know when you have to maintain a lot of such systemd and upgrade, say, glibc. Then maybe you'll understand. A shared /usr means I need

Re: [gentoo-dev] Re: eudev project announcement

2012-12-21 Thread Michał Górny
On Fri, 21 Dec 2012 12:31:28 +0100 J. Roeleveld jo...@antarean.org wrote: On Friday, December 21, 2012 12:02:34 PM Michał Górny wrote: On Fri, 21 Dec 2012 11:24:45 +0100 J. Roeleveld jo...@antarean.org wrote: On Friday, December 21, 2012 09:57:25 AM Michał Górny wrote: Just let me

Re: [gentoo-dev] Is /var/cache the right place for repositories?

2012-12-24 Thread Michał Górny
. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] Re: [gentoo-project] Call for agenda items -- Council meeting 2013-01-08

2012-12-27 Thread Michał Górny
://thread.gmane.org/gmane.linux.gentoo.devel/81877 [2]:https://bugs.gentoo.org/show_bug.cgi?id=447090 -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] Re: [gentoo-project] Call for agenda items -- Council meeting 2013-01-08

2012-12-27 Thread Michał Górny
On Thu, 27 Dec 2012 19:56:47 + Ciaran McCreesh ciaran.mccre...@googlemail.com wrote: On Thu, 27 Dec 2012 14:37:37 +0100 Michał Górny mgo...@gentoo.org wrote: c) 'fixing' the use.stable.mask feature and wording it in such a way that it would apply to EAPI 5 (or 6) packages independently

[gentoo-dev] Re: [gentoo-project] Call for agenda items -- Council meeting 2013-01-08

2012-12-27 Thread Michał Górny
On Thu, 27 Dec 2012 12:41:08 -0800 Zac Medico zmed...@gentoo.org wrote: On 12/27/2012 05:37 AM, Michał Górny wrote: EAPI 5 provides use.stable.mask files to solve this but those files require profiles to be EAPI 5. Therefore, in order to be able to use it we would have to actually break

Re: [gentoo-dev] Re: [gentoo-project] Call for agenda items -- Council meeting 2013-01-08

2012-12-28 Thread Michał Górny
On Fri, 28 Dec 2012 19:06:02 +0100 Andreas K. Huettel dilfri...@gentoo.org wrote: Am Freitag, 28. Dezember 2012, 11:19:23 schrieb Michał Górny: I don't think we can really avoid having the current 'base' profile, and I don't think that we should even try doing that. As far as I can see

[gentoo-dev] [PATCH systemd.eclass 2/2] Update and remove catalog database in systemd ebuild.

2012-12-29 Thread Michał Górny
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=449102 --- gx86/sys-apps/systemd/systemd-.ebuild | 9 + 1 file changed, 9 insertions(+) diff --git a/gx86/sys-apps/systemd/systemd-.ebuild b/gx86/sys-apps/systemd/systemd-.ebuild index ae3feb7..42f1cef 100644 ---

[gentoo-dev] [PATCH systemd.eclass 1/2] Add a function to update journal catalogs.

2012-12-29 Thread Michał Górny
This is to fix bug #449102 and potentially future bugs from packages using journald (are there any?). --- gx86/eclass/systemd.eclass | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gx86/eclass/systemd.eclass b/gx86/eclass/systemd.eclass index 63f6ed0..1c11535 100644

Re: [gentoo-dev] Re: Local bindist descriptions

2012-12-30 Thread Michał Górny
meaningful 'bindist'. But if in some cases USE=bindist does something, then I believe ffmpeg should describe that it just 'enforces REQUIRED_USE contraints' with no hidden magic beneath. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] emerge --depclean vs missing IUSE in older ebuild.. what exactly is right?

2012-12-31 Thread Michał Górny
not have the flag in question in IUSE_REFERENCEABLE.» which in understandable language means that without USE defaults, even [-foo] matches only packages which have 'foo' in IUSE. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] collision-protect - protect-owned ?

2013-01-02 Thread Michał Górny
collisions, care about nothing else. collision-protect cares about every collision. It can help you notice that *your* package lefts orphaned files for some reason or writes where it is not supposed to write. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] Packages with optional test dependencies

2013-01-06 Thread Michał Górny
test dependencies, resulting in less dependencies for most users but also a bit inconsistent test experience, c) put the optional test dependencies behind an additional USE flag? -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Re: Should portage tree CVS impose a commit moratorium during snapshot creation?

2013-01-09 Thread Michał Górny
guarantee that someday it won't disappear or stop being updated. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Handy pybugz wrappers

2013-01-12 Thread Michał Górny
/repo-commit. Currently, it just lists the bug descriptions for the bugs mentioned in the message (to make sure you didn't get the numbers wrong). -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Michał Górny
The run_in_build_dir() command simply runs given command in the directory stated as BUILD_DIR. This variable is used commonly by autotools-utils, cmake-utils and python-r1 eclasses, therefore I'm proposing adding the relevant function to eutils. --- gx86/eclass/eutils.eclass | 19

[gentoo-dev] Lifting the HOMEPAGE requirement for ebuilds

2013-01-13 Thread Michał Górny
an 'important QA issue'? Does the policy really say that if something doesn't have a homepage, we're supposed to put garbage in there? -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 09:05:31 -0600 William Hubbs willi...@gentoo.org wrote: On Sun, Jan 13, 2013 at 02:29:43PM +0100, Michał Górny wrote: The run_in_build_dir() command simply runs given command in the directory stated as BUILD_DIR. This variable is used commonly by autotools-utils, cmake

Re: [gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 09:52:09 -0600 William Hubbs willi...@gentoo.org wrote: On Sun, Jan 13, 2013 at 04:08:18PM +0100, Michał Górny wrote: On Sun, 13 Jan 2013 09:05:31 -0600 William Hubbs willi...@gentoo.org wrote: On Sun, Jan 13, 2013 at 02:29:43PM +0100, Michał Górny wrote

Re: [gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 07:36:59 -0800 Alec Warner anta...@gentoo.org wrote: On Sun, Jan 13, 2013 at 5:29 AM, Michał Górny mgo...@gentoo.org wrote: The run_in_build_dir() command simply runs given command in the directory stated as BUILD_DIR. This variable is used commonly by autotools-utils

Re: [gentoo-dev] Re: Lifting the HOMEPAGE requirement for ebuilds

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 17:33:27 + (UTC) Duncan 1i5t5.dun...@cox.net wrote: Michał Górny posted on Sun, 13 Jan 2013 15:24:02 +0100 as excerpted: Hello, Right now an attempt to commit an ebuild with no HOMEPAGE results in: HOMEPAGE.missing 1 app-admin/eselect-sh

Re: [gentoo-dev] Lifting the HOMEPAGE requirement for ebuilds

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 13:27:02 -0500 Mike Frysinger vap...@gentoo.org wrote: On Sunday 13 January 2013 09:24:02 Michał Górny wrote: Right now an attempt to commit an ebuild with no HOMEPAGE results in: HOMEPAGE.missing 1 app-admin/eselect-sh/eselect-sh-0.4.ebuild use

Re: [gentoo-dev] Lifting the HOMEPAGE requirement for ebuilds

2013-01-13 Thread Michał Górny
On Sun, 13 Jan 2013 13:33:49 -0500 Mike Frysinger vap...@gentoo.org wrote: On Sunday 13 January 2013 13:27:44 Michał Górny wrote: On Sun, 13 Jan 2013 13:27:02 -0500 Mike Frysinger vap...@gentoo.org wrote: On Sunday 13 January 2013 09:24:02 Michał Górny wrote: Right now an attempt

Re: [gentoo-dev] [PATCH 1/4] switch IUSE tests to in_iuse, bug #383901

2013-01-13 Thread Michał Górny
; then This is still wrong... You can't use IUSE like that. We missed you! -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] autotools-multilib: wrapper eclass for multilib builds.

2013-01-14 Thread Michał Górny
+=${coma}multilib_abi_${i}? coma=, done deps like foo[multilib?] becomes foo[${multilib_use_deps}] and voila, you are not anymore limited to multilib or not multilib but really control the abis. Hmm, it may be a good idea to introduce such a variable already. -- Best regards, Michał

[gentoo-dev] [PATCH] Support MULTILIB_USEDEP for writing USE-deps.

2013-01-14 Thread Michał Górny
Although the eclass does 'multilib?' only now, in the future it is likely to use more fine-tuned ABI flags. --- gx86/eclass/autotools-multilib.eclass | 12 1 file changed, 12 insertions(+) diff --git a/gx86/eclass/autotools-multilib.eclass b/gx86/eclass/autotools-multilib.eclass

Re: [gentoo-dev] [PATCH] Support MULTILIB_USEDEP for writing USE-deps.

2013-01-15 Thread Michał Górny
On Tue, 15 Jan 2013 14:19:36 -0300 Alexis Ballier aball...@gentoo.org wrote: On Tue, 15 Jan 2013 08:31:46 +0100 Michał Górny mgo...@gentoo.org wrote: Although the eclass does 'multilib?' only now, in the future it is likely to use more fine-tuned ABI flags. --- gx86/eclass/autotools

Re: [gentoo-dev] [PATCH] Support MULTILIB_USEDEP for writing USE-deps.

2013-01-15 Thread Michał Górny
On Tue, 15 Jan 2013 14:42:27 -0300 Alexis Ballier aball...@gentoo.org wrote: On Tue, 15 Jan 2013 18:25:16 +0100 Michał Górny mgo...@gentoo.org wrote: On Tue, 15 Jan 2013 14:19:36 -0300 Alexis Ballier aball...@gentoo.org wrote: On Tue, 15 Jan 2013 08:31:46 +0100 Michał Górny mgo

Re: [gentoo-dev] [PATCH] Support MULTILIB_USEDEP for writing USE-deps.

2013-01-15 Thread Michał Górny
On Tue, 15 Jan 2013 17:38:17 -0300 Alexis Ballier aball...@gentoo.org wrote: On Tue, 15 Jan 2013 18:56:15 +0100 Michał Górny mgo...@gentoo.org wrote: On Tue, 15 Jan 2013 14:42:27 -0300 Alexis Ballier aball...@gentoo.org wrote: On Tue, 15 Jan 2013 18:25:16 +0100 Michał Górny mgo

Re: [gentoo-dev] New, shiny EAPI=5 profiles: volunteer, procedure, preparations

2013-01-18 Thread Michał Górny
need a bit more fine-grained EAPI=5 directories, at least for arch-specific unmasks. Not sure if I shall use the arch-specific 13.0 profiles or something more common shall be introduced. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] New, shiny EAPI=5 profiles: volunteer, procedure, preparations

2013-01-18 Thread Michał Górny
are gone. But I guess we could just move the files from default/linux/*/13.0. -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: new qt category

2013-01-19 Thread Michał Górny
. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [review] adding first stable masks to the new profiles

2013-01-19 Thread Michał Górny
masked in the ebuild in question, therefore it shouldn't complain… [1]:https://bitbucket.org/mgorny/gx86-working-tree/commits/54ec3860de -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] [PATCH] Support running commands in parallel if desirable.

2013-01-20 Thread Michał Górny
...and use if for src_configure(). --- gx86/eclass/autotools-multilib.eclass | 41 +-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/gx86/eclass/autotools-multilib.eclass b/gx86/eclass/autotools-multilib.eclass index fe6372d..3aa5f27 100644 ---

Re: [gentoo-dev] Getting the general dev opinion (Meinungsbild) on some feature

2013-01-20 Thread Michał Górny
and mailing list discussion. A place where everyone could suggest a solution and others could vote on the proposed solutions. -- Best regards, Michał Górny signature.asc Description: PGP signature

[gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-20 Thread Michał Górny
with appropriate USE_EXPAND_HIDDEN set by profiles. What are your thoughts? Which arches would like to use multilib? What names for ABIs do you suggest? -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-20 Thread Michał Górny
On Mon, 21 Jan 2013 01:05:56 +0300 Sergei Trofimovich sly...@gentoo.org wrote: On Sun, 20 Jan 2013 20:11:31 +0100 Michał Górny mgo...@gentoo.org wrote: There is a fair interest in multilib and while still early, it would be a good moment to decide on how USE flags to use

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-20 Thread Michał Górny
On Mon, 21 Jan 2013 00:01:05 +0100 Thomas Sachau to...@gentoo.org wrote: Michał Górny schrieb: Hello, There is a fair interest in multilib and while still early, it would be a good moment to decide on how USE flags to use for it. The current attempts are mostly using USE=multilib

[gentoo-dev] [PATCH autotools-multilib 1/2] Require EAPI=5 for working MULTILIB_USEDEPs.

2013-01-21 Thread Michał Górny
Long story short, PMS, portage, havoc and that stuff. There's currently one in-tree eclass consumer and I have bumped it to EAPI=5 (from 4) already. --- eclass/autotools-multilib.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/autotools-multilib.eclass

[gentoo-dev] [PATCH autotools-multilib 2/2] Use (-)-dep in MULTILIB_USEDEP to make sure it works.

2013-01-21 Thread Michał Górny
Due to use.force and magic like that, non-EAPI-5 deps would be assumed to have USE=multilib otherwise. --- eclass/autotools-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass index

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-21 Thread Michał Górny
], not 'amd64? ( libitneeds[abi_amd64_x86] ) x86? ( libitneeds )' Yes, that seems reasonable. On the other hand, mips will most likely want some prefix with names like 'n32' and 'n64'. Well, I think I'll have to ping the arch teams to see what kinds of multilib they want. -- Best regards, Michał Górny

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-23 Thread Michał Górny
regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-23 Thread Michał Górny
On Wed, 23 Jan 2013 08:03:56 -0300 Alexis Ballier aball...@gentoo.org wrote: On Wed, 23 Jan 2013 09:24:26 +0100 Michał Górny mgo...@gentoo.org wrote: On Mon, 21 Jan 2013 10:27:30 -0300 Alexis Ballier aball...@gentoo.org wrote: To be honest, I don't know if there's other way to hide

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-23 Thread Michał Górny
On Wed, 23 Jan 2013 16:27:17 +0100 Michał Górny mgo...@gentoo.org wrote: On Wed, 23 Jan 2013 08:03:56 -0300 Alexis Ballier aball...@gentoo.org wrote: On Wed, 23 Jan 2013 09:24:26 +0100 Michał Górny mgo...@gentoo.org wrote: On Mon, 21 Jan 2013 10:27:30 -0300 Alexis Ballier aball

[gentoo-dev] [RFC] Initial proof-of-concept for explicit x86 multilib flags

2013-01-23 Thread Michał Górny
Hello, Following my earlier mail, I'm sending two patches which describe how I see the potential of introducing explicit multilib flags. The idea is that each arch has its own ABI_arch USE_EXPAND, specifying the multilib ABIs for choice. For example, x86 has ABI_X86=32 64. All of those

[gentoo-dev] [PATCH 1/2] Add multilib flags for x86.

2013-01-23 Thread Michał Górny
. ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci + +# Michał Górny mgo...@gentoo.org (23 Jan 2013) +# Make the ABI_X86 multilib USE_EXPAND visible

[gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-23 Thread Michał Górny
This is mostly a proof-of-concept. If approved, I will work on moving the code into a separate eclass, possibly named 'multilib-build' ;). --- gx86/eclass/autotools-multilib.eclass | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git

Re: [gentoo-dev] Re: [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-24 Thread Michał Górny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 24 Jan 2013 09:25:48 -0800 Mike Doty kingt...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/13 15:23, Michał Górny wrote: This is mostly a proof-of-concept. If approved, I will work on moving the code

[gentoo-dev] [RFC] multilib-build.eclass for multilib building helpers

2013-01-26 Thread Michał Górny
Hello, As spoken earlier, I have split out a set of common functions from autotools-multilib to multilib-build eclass. The new eclass provides: - IUSE for multilib setup, - MULTILIB_USEDEP for creating deps, - multilib_foreach_abi() and multilib_parallel_foreach_abi() to run commands

[gentoo-dev] [PATCH 2/2] Use multilib-build eclass-provided functions.

2013-01-26 Thread Michał Górny
I have decided to remove autotools-multilib_* utility functions completely since the sole consumer of the eclass does not use it. --- gx86/eclass/autotools-multilib.eclass | 84 +++ 1 file changed, 5 insertions(+), 79 deletions(-) diff --git

[gentoo-dev] [PATCH 1/2] Split up a common eclass for multilib builds.

2013-01-26 Thread Michał Górny
Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.7 2013/01/26 11:39:41 mgorny Exp $ + +# @ECLASS: multilib-build.eclass +# @MAINTAINER: +# Michał Górny mgo...@gentoo.org +# @BLURB: flags and utility

Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-26 Thread Michał Górny
On Wed, 23 Jan 2013 21:40:13 -0300 Alexis Ballier aball...@gentoo.org wrote: On Thu, 24 Jan 2013 00:23:57 +0100 Michał Górny mgo...@gentoo.org wrote: This is mostly a proof-of-concept. If approved, I will work on moving the code into a separate eclass, possibly named 'multilib-build

Re: [gentoo-dev] fcaps.eclass: bringing filesystem capabilities to the tree

2013-01-26 Thread Michał Górny
pkg_postinst() you clobbered is called. Of course, assuming people would actually notice some of the other useless pkg_postinst() phases being clobbered... -- Best regards, Michał Górny signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-26 Thread Michał Górny
On Sat, 26 Jan 2013 11:51:22 -0300 Alexis Ballier aball...@gentoo.org wrote: On Sat, 26 Jan 2013 13:11:41 +0100 Michał Górny mgo...@gentoo.org wrote: On Wed, 23 Jan 2013 21:40:13 -0300 Alexis Ballier aball...@gentoo.org wrote: On Thu, 24 Jan 2013 00:23:57 +0100 Michał Górny mgo

Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-26 Thread Michał Górny
On Sat, 26 Jan 2013 11:54:44 -0300 Alexis Ballier aball...@gentoo.org wrote: On Sat, 26 Jan 2013 13:11:41 +0100 Michał Górny mgo...@gentoo.org wrote: (maybe protect it with has_multilib_profile if you wish) Well, the current code assumes that no flags == non-multilib profile

Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.

2013-01-26 Thread Michał Górny
On Sat, 26 Jan 2013 12:30:16 -0300 Alexis Ballier aball...@gentoo.org wrote: On Sat, 26 Jan 2013 16:08:45 +0100 Michał Górny mgo...@gentoo.org wrote: On Sat, 26 Jan 2013 11:54:44 -0300 Alexis Ballier aball...@gentoo.org wrote: On Sat, 26 Jan 2013 13:11:41 +0100 Michał Górny mgo

  1   2   3   4   5   6   7   8   9   10   >