Re: [gentoo-dev] The gx86 multilib project -- masterplan

2013-01-29 Thread Maciej Mrozowski
On Sunday 27 of January 2013 19:11:16 Micha³ Górny wrote: On Sun, 27 Jan 2013 21:04:14 +0300 Sergei Trofimovich sly...@gentoo.org wrote: On Sun, 27 Jan 2013 17:30:22 +0100 Micha³ Górny mgo...@gentoo.org wrote: On Sun, 27 Jan 2013 16:07:48 + Ciaran McCreesh

[gentoo-dev] Re: [PATCH 3/3] Convert virtualgl to cmake-multilib.

2013-02-07 Thread Maciej Mrozowski
On Tuesday 05 of February 2013 21:19:24 you wrote: +CMAKE_VERBOSE=1 This is already eclass default. + abi_configure() { + local mycmakeargs=( + ${mycmakeargs[@]} + -DVGL_LIBDIR=/usr/$(get_libdir) +

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-9.ebuild ChangeLog ffmpeg-0.10.2-r1.ebuild

2013-02-08 Thread Maciej Mrozowski
On Thursday 07 of February 2013 06:52:44 Peter Stuge wrote: Tomáš Chvátal wrote: we as gentoo will provide both while preffered default will be what major distros use. What kind of careless mainstream attitude is that? Really? Quite the opposite, decision to use implementation A over B

Re: [gentoo-dev] Evaluating a new malloc()

2013-02-26 Thread Maciej Mrozowski
On Tuesday 26 of February 2013 11:44:31 Rich Freeman wrote: On Tue, Feb 26, 2013 at 11:35 AM, Alec Warner anta...@gentoo.org wrote: I see a *HUGE* reason. glibc ships with ptmalloc. If you think they should use jemalloc, talk to them. Don't just do it in Gentoo. Certainly I think it would

Re: [gentoo-dev] Sets in the tree

2013-08-15 Thread Maciej Mrozowski
On Wednesday 14 of August 2013 21:42:35 Michael Palimaka wrote: | Now that portage-2.2 is in ~arch, we should now be able to add sets to | the tree. | | How should we go about doing this? In some overlays, the repository root | has sets/{foo,bar,etc} and sets.conf which might look like this: |

Re: [gentoo-dev] Re: LC_ALL=C Set by default for portage

2009-03-08 Thread Maciej Mrozowski
On Monday 09 of March 2009 01:36:52 Mike Frysinger wrote: Plz fix the bug [1] [1] - http://bugs.gentoo.org/show_bug.cgi?id=166730 In my opinion it's nowhere near locale specific bug, unless user sets PORTAGE_TMPDIR to some path containing UTF-8 character beyond ASCII and having broken

Re: [gentoo-dev] Re: Ideas for a (fast) EAPI=3

2009-03-09 Thread Maciej Mrozowski
On Monday 09 of March 2009 22:36:33 Ciaran McCreesh wrote: On Mon, 9 Mar 2009 22:33:11 +0100 Christian Faulhammer fa...@gentoo.org wrote: Ciaran McCreesh ciaran.mccre...@googlemail.com: Next, some probably easy but long standing features: * src_test run unless RESTRICTed or

Re: [gentoo-dev] Re: Developer Retirements

2009-03-10 Thread Maciej Mrozowski
On Tuesday 10 of March 2009 16:29:56 Alec Warner wrote: With some devs reviewing gentoo-commits@, I highly doubt that this commit could go unnoticed more than a few hours. really? cause I bet I could slip something in; now I'm motivated to try ;p I somewhat share the view that's rather

Re: [gentoo-dev] devs on IRC (was :Regen2 ( was QA Overlay Layout support ))

2009-03-11 Thread Maciej Mrozowski
On Wednesday 11 of March 2009 19:06:33 Thilo Bangert wrote: my complaint isn't about people using IRC. i object to the way that much of our knowledge, discussion and decision making process appear to have been moved into the temporal black hole that is IRC. realtime communication is an

Re: [gentoo-dev] Ideas for a (fast) EAPI=3

2009-03-12 Thread Maciej Mrozowski
No idea whether it's fast idea, but: - USE flags aliases This could solve problems with USE flag name changes and breaking dependency tree because of it. Placed, let's say in profiles/{use.aliases,use.local.aliases} example - use.aliases: (no idea whether global aliases are really needed) #

Re: [gentoo-dev] EAPI 3 PMS Draft

2009-03-16 Thread Maciej Mrozowski
On Monday 16 of March 2009 21:47:17 Ciaran McCreesh wrote: I've got a very rough draft of what EAPI 3 might end up looking like, based upon discussion: [cut] Nice work. To avoid further confusion I'd suggest removing all traces of kdebuild- format and its features (like PDEPEND labels, ranged

Re: [gentoo-dev] please stop using foo-${PV}-bar.patch in other ebuild versions than ${PV}

2009-03-22 Thread Maciej Mrozowski
On Sunday 22 of March 2009 18:18:15 Ulrich Mueller wrote: On Sun, 22 Mar 2009, mrness wrote: Please do not apply patches that have ${P} prefix in other ebuild versions than ${PV}. Is that hard to create a new patch with a proper name? And multiply number and total size of files in

Re: [gentoo-dev] RFC: Deprecating EAPI0

2009-03-25 Thread Maciej Mrozowski
On Wednesday 25 of March 2009 15:19:36 Ciaran McCreesh wrote: Being rude doesn't make you cool. (Nor make your points more effective) That's not being rude. [...] (no comment) so you're doing them a discourtesy by wasting their time by repeatedly posting ideas you haven't thought

Re: [gentoo-dev] blocking mixed versions of split QT libraries

2009-05-18 Thread Maciej Mrozowski
On Monday 18 of May 2009 19:26:58 Ciaran McCreesh wrote: On Mon, 18 May 2009 19:15:59 +0200 Maciej Mrozowski reave...@poczta.fm wrote: Not sure who is 'we' there, but Portage team already made is useful. Basic portage rule for soft-blocks behaviour is no longer referenced (a'ka 'soft

Re: [gentoo-dev] rfc: Accessibility on our release media

2009-05-25 Thread Maciej Mrozowski
On Sunday 24 of May 2009 01:14:57 Andrew Gaffney wrote: On 05/23/2009 05:56 PM, Mounir Lamouri wrote: William Hubbs wrote: [snip] My question for the group is, how do you feel about speech software being on our minimal cd as well as our live cd? I agree, it should be in our minimal

Re: [gentoo-dev] New eclass proposal: auto-export

2009-06-03 Thread Maciej Mrozowski
On Wednesday 22 of April 2009 15:35:37 Petteri Räty wrote: Here's an eclass proposal to wrap EXPORT_FUNCTIONS with auto detection of functions. This way all eclasses don't have to duplicate the EAPI detection code. If people find this useful, I will document it properly with eclass-manpages

[gentoo-dev] Policy regarding enabling IUSE defaults application in ebuild

2009-06-08 Thread Maciej Mrozowski
Hi I'd like to raise your attention on problem of in my opinion overusing IUSE defaults in various packages. Currently there seems to be no policy whatsoever at least advising when it's appropriate to add +useflag and when not, so it's just up to developer's taste. While it usually doesn't do

[gentoo-dev] Global use flags eabled by default

2009-07-01 Thread Maciej Mrozowski
Hello Somewhat continuing my battle to reasonably minimise USE flags enabled by default for users, I'd like to ask about one particular commit. Note that there's no commit message and it looks a bit fishy: http://sources.gentoo.org/viewcvs.py/gentoo-

Re: [gentoo-dev] Global use flags eabled by default

2009-07-01 Thread Maciej Mrozowski
On Wednesday 01 of July 2009 17:14:11 Maciej Mrozowski wrote: Hello Somewhat continuing my battle to reasonably minimise USE flags enabled by default for users, I'd like to ask about one particular commit. Note that there's no commit message and it looks a bit fishy: http

Re: [gentoo-dev] Multimedia overlay

2009-08-11 Thread Maciej Mrozowski
On Tuesday 11 of August 2009 11:08:34 Robert Buchholz wrote: In my opinion, the entrance barrier for devs is lower on git.overlays, there is no signup, password, mail verification required. There's scripts to keep the ssh keys in LDAP and on git.overlays in sync, and people can just request

Re: [gentoo-dev] Multimedia overlay

2009-08-11 Thread Maciej Mrozowski
On Tuesday 11 of August 2009 17:07:47 Arun Raghavan wrote: The advantage is primarily that we retain control of the infrastructure on which it (the official Gentoo project) is hosted. Yes, and this is the problem. That's probably why there's still no CIA.vc bot tracking kde-testing overlay on

Re: [gentoo-dev] Multimedia overlay

2009-08-11 Thread Maciej Mrozowski
On Tuesday 11 of August 2009 19:38:48 Arun Raghavan wrote: This still does not address the original problem - if $external_service shuts down, is bought out, has arbitrary terms about content that are not immediately clear as being unfavourable to us, (at least) that part of the project which

Re: [gentoo-dev] Re: RFC: Make 10.0 profiles EAPI-2 'compliant'

2009-08-13 Thread Maciej Mrozowski
On Thursday 13 of August 2009 12:35:43 Tiziano Müller wrote: Am Mittwoch, den 12.08.2009, 23:55 -0600 schrieb Ryan Hill: On Wed, 12 Aug 2009 19:46:56 +0100 Ciaran McCreesh ciaran.mccre...@googlemail.com wrote: On Wed, 12 Aug 2009 20:41:30 +0200 Tomáš Chvátal scarab...@gentoo.org

Re: [gentoo-dev] EAPI 3 and nonfatal die

2009-08-21 Thread Maciej Mrozowski
On Friday 21 of August 2009 22:56:41 David Leverton wrote: Does anyone have any opinions on which of the four options (#1 make die respect nonfatal, #2 make die always die, #3 add a new die variant that respects nonfatal, #4 make regular die respect nonfatal, and add a new variant that

Re: [gentoo-dev] EAPI 3 and nonfatal die

2009-08-21 Thread Maciej Mrozowski
On Friday 21 of August 2009 23:12:23 Ciaran McCreesh wrote: On Fri, 21 Aug 2009 23:09:33 +0200 Maciej Mrozowski reave...@poczta.fm wrote: I suggest #5 - drop the idea of 'nonfatal'. Then how do you plan to handle all the standard utilities that die on failure in EAPI 3? #1 make die

Re: [gentoo-dev] Re: RFC: Make 10.0 profiles EAPI-2 'compliant'

2009-08-21 Thread Maciej Mrozowski
On Friday 21 of August 2009 23:46:38 Ciaran McCreesh wrote: On Fri, 21 Aug 2009 23:42:11 +0200 PMS accurately reflected the Portage documentation at the time it was written and at the time it was approved. Agreed, but I think it was supposed to reflect Portage 'behaviour' at the time. Of

Re: [gentoo-dev] EAPI 3 and nonfatal die

2009-08-21 Thread Maciej Mrozowski
On Saturday 22 of August 2009 01:06:30 Ciaran McCreesh wrote: On Sat, 22 Aug 2009 01:01:48 +0200 Maciej Mrozowski reave...@poczta.fm wrote: That being said I don't like refraining from return value approach towards exception handling approach nonfatal's not an exception handling

Re: [gentoo-dev] Re: [RFC] Add operator + for licenses (EAPI-4 ?)

2009-09-05 Thread Maciej Mrozowski
On Friday 04 of September 2009 22:08:02 Ciaran McCreesh wrote: On Fri, 04 Sep 2009 22:04:46 +0200 Rémi Cardona r...@gentoo.org wrote: Having tools to manipulate those variables is very misleading since users will (rightfully) assume that we've done our homework and that upstream did too.

Re: [gentoo-dev] Re: perl-module.class review

2009-09-21 Thread Maciej Mrozowski
On Monday 21 of September 2009 17:38:53 Tomáš Chvátal wrote: I think it is not required EXPF=src_compile src_test src_install - definition, also nulls anything what was in it before :] case ${EAPI:-0} in 2) EXPF=${EXPF} src_configure ;; 1|0) ;; *) die Unknown EAPI,

[gentoo-dev] [RFC] Dropping (or enabling only on request) bootstrap from SCM eclasses

2009-09-23 Thread Maciej Mrozowski
In pre-EAPI-2, src_unpack phase was the most logical phase to be provided by SCM eclasses, thus classes has been set up to export ${ECLASS}_src_unpack. This phase in most (if not all) SCM eclasses provided: - unpack functionality - fetch and store in ${DISTDIR} - bootstrap functionality - either

Re: [gentoo-dev] [RFC] Dropping (or enabling only on request) bootstrap from SCM eclasses

2009-09-24 Thread Maciej Mrozowski
On Thursday 24 of September 2009 08:32:53 Ulrich Mueller wrote: It's all about making live - tagged ebuild synchronization easier. Currently Not a good idea, IMHO. In pre-EAPI-2, the SCM eclasses shadow src_unpack of base.eclass, so also no autopatching of base.eclass takes place. If we now

Re: [gentoo-dev] RFC: package.use.stable.mask

2009-10-10 Thread Maciej Mrozowski
On Saturday 10 of October 2009 22:50:37 Zac Medico wrote: Maybe a syntax extension for IUSE would be a little nicer. For example: IUSE=unstable? ( foo bar ) No no no, the biggest reason for this is to not touch ebuild at all - it needs to be fully ebuild independent. It's like with recent

Re: [gentoo-dev] openrc-0.5.1 arrived in the tree

2009-10-14 Thread Maciej Mrozowski
On Wednesday 14 of October 2009 08:12:03 Eray Aslan wrote: [...] Please STOP already, all of you. There is only one important fact nobody seems to comprehend - new openrc was added to TESTING repository. That being said, if one uses packages from such repository (portage subtree, whatever),

Re: [gentoo-dev] KDE Team Meeting - October 2009

2009-10-21 Thread Maciej Mrozowski
On Tuesday 20 of October 2009 20:33:12 Alex Alexander wrote: Greetings, The KDE Team will have its usual monthly meeting this Thursday. Date: Thursday, 2009/10/22 Time: 1900 UTC Channel: #gentoo-meetings I'd like to suggest following agenda items: 1. Proposition to split desktop

Re: [gentoo-dev] KDE Team Meeting - October 2009

2009-10-21 Thread Maciej Mrozowski
On Wednesday 21 of October 2009 22:34:18 Denis Dupeyron wrote: 2009/10/21 Maciej Mrozowski reave...@gmail.com: 1. Proposition to split desktop profile to: KDE, Gnome, (and maybe some others). How about making a desktop profile with everything common and being the parent of Gnome, KDE

[gentoo-dev] [RFC] Splitting desktop profile to KDE and GNOME

2009-10-24 Thread Maciej Mrozowski
Hi there! Resulting from discussion during last Gentoo KDE team meeting taking place 22 Oct 2009 at #gentoo-meetings (summary fill be available soon), having Gentoo GNOME team representative, it's been decided to go ahead with splitting desktop profile to DE-specific subprofiles, to avoid

Re: [gentoo-dev] [RFC] Splitting desktop profile to KDE and GNOME

2009-10-24 Thread Maciej Mrozowski
On Saturday 24 of October 2009 16:00:03 Jeremy Olexa wrote: Just so it is clear and there aren't any questions in the future. The XFCE team maintains a set of recommended global use flags in our docs[1] (maintained by Josh (nightmorph)). So, whatever direction this ends up, xfce will not be

Re: [gentoo-dev] [RFC] Splitting desktop profile to KDE and GNOME

2009-10-26 Thread Maciej Mrozowski
On Monday 26 of October 2009 21:06:04 Rémi Cardona wrote: IMHO, we shouldn't even have desktop/server subprofiles to begin with. I've always considered Gentoo to be an opt-in distro where after a successful install, you end up with a bash prompt and a _means_ of installing new packages.

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-forensics/foremost: ChangeLog foremost-1.5.6.ebuild

2009-11-09 Thread Maciej Mrozowski
On Sunday 08 of November 2009 23:19:13 Mike Frysinger wrote: So, you didn't get my point. It must be true then, what they say about geeks and social skills... i dont think your point is relevant to this thread -mike Indeed it is - it's not about what's been said, but about the way it's

Re: [gentoo-dev] openrc stabilization todo

2009-12-03 Thread Maciej Mrozowski
On Thursday 03 of December 2009 15:06:12 Rémi Cardona wrote: Le 03/12/2009 02:22, Jeremy Olexa a écrit : Can parallel init script startup be made the default yet? I've been running with it for months and never noticed a problem.. I've been running it for more than a year on half a dozen

Re: [gentoo-dev] Re: Qt3 deprecation and removal policy

2009-12-31 Thread Maciej Mrozowski
On Thursday 31 of December 2009 14:43:54 Mark Bateman wrote: Ben de Groot yngwin at gentoo.org writes: As announced 5 months ago[1], Gentoo's Qt team now officially deprecates usage of x11-libs/qt:3 and packages depending on this version of Qt. # Policy for remaining ebuilds

Re: [gentoo-dev] PYTHON_DEPEND - Suggested replacement for NEED_PYTHON

2010-01-11 Thread Maciej Mrozowski
On Monday 11 of January 2010 01:25:45 Arfrever Frehtes Taifersar Arahesis wrote: 2010-01-10 21:56:01 Fabian Groffen napisał(a): On 10-01-2010 09:29:28 +0100, Arfrever Frehtes Taifersar Arahesis wrote: I would like to suggest introduction of support for PYTHON_DEPEND variable, which would

[gentoo-dev] eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-16 Thread Maciej Mrozowski
A as result of discussion http://www.mail-archive.com/gentoo- d...@lists.gentoo.org/msg37300.html ebeep and epause functions defined in eutils are not available in EAPI = 3. For interactive installs, PROPERTIES=interactive should be used instead. -- regards MM

[gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-03-01 Thread Maciej Mrozowski
On Thursday 25 of February 2010 04:11:49 Maciej Mrozowski wrote: On Wednesday 17 of February 2010 03:25:16 Maciej Mrozowski wrote: If no objections, I'm going to commit in 5 days the following patch to eutils.eclass Index: eutils.eclass

Re: [gentoo-dev] Python 3.1: Stabilization and news item

2010-03-05 Thread Maciej Mrozowski
On Friday 05 of March 2010 11:22:18 Dirkjan Ochtman wrote: I *am* a stable user, and I do want to install python3 (without having to override keywords -- because my packager, the gentoo python team, says it works!). I recognize the cruft problem, but I don't think keeping things in unstable

Re: [gentoo-dev] [RFC] Remove cups from default profile to solve circular deps

2010-03-05 Thread Maciej Mrozowski
On Monday 01 of March 2010 22:24:56 Ben de Groot wrote: For some reason beyond my understanding, we have the cups useflag enabled by default in profiles. This has started to generate circular dependencies, at least for desktop profile users (gtk - cups - poppler - gtk). I propose we no longer

Re: [gentoo-dev] [RFC] Remove cups from default profile to solve circular deps

2010-03-06 Thread Maciej Mrozowski
On Saturday 06 of March 2010 18:05:20 Nirbheek Chauhan wrote: On Sat, Mar 6, 2010 at 5:02 PM, Ben de Groot yng...@gentoo.org wrote: Would it be possible to make cups a PDEPEND in gtk+ or is it really needed at compile time? cups is definitely needed at compile-time The same for cups:

Re: [gentoo-dev] webapp-config needs a new maintainer

2010-03-10 Thread Maciej Mrozowski
On Wednesday 10 of March 2010 07:52:28 Benedikt Böhm wrote: Hi! On Wed, Mar 10, 2010 at 4:30 AM, Sebastian Pipping sp...@gentoo.org wrote: There are quite a few bugs open for it plus the latest version (1.50.18) is not even in Gentoo but on SourceForge only. The release on sourceforge

Re: [gentoo-dev] Qt3 mask breaks significant science packages

2010-03-12 Thread Maciej Mrozowski
On Friday 12 of March 2010 17:17:01 Fabian Groffen wrote: On 12-03-2010 08:46:34 -0700, Denis Dupeyron wrote: That said they were perfectly entitled to make the decision of not wanting to maintain qt3 any longer. The only advice I can give is that all disgruntled users and developers create

Re: [gentoo-dev] Qt3 mask breaks significant science packages

2010-03-13 Thread Maciej Mrozowski
On Sunday 14 of March 2010 06:09:44 James Cloos wrote: BdG == Ben de Groot yng...@gentoo.org writes: BdG Abandoned packages do not belong in the portage tree. Nonsense. That attitude only servers to harm the user base. Leaving them in does not. But leaving them broken and unmaintained

Re: [gentoo-dev] [RFC] Reworking package stabilization policies

2010-03-27 Thread Maciej Mrozowski
On Saturday 27 of March 2010 21:58:41 William Hubbs wrote: On Sat, Mar 27, 2010 at 05:45:51PM +0100, Torsten Veller wrote: * Petteri R?ty betelge...@gentoo.org: So let's summarize for assigning to the single arch: In support (and my comments in support): - Can be used as a gentle

Re: [gentoo-dev] [RFC] Reworking package stabilization policies

2010-03-28 Thread Maciej Mrozowski
On Sunday 28 of March 2010 09:39:18 Ciaran McCreesh wrote: It's really freaking silly to wait months for stabilization of some random php/perl library that's known to work. How do you know it works if you don't test on the arch in question? The problem is not waiting for some instert some

Re: [gentoo-dev] [RFC] Reworking package stabilization policies

2010-03-29 Thread Maciej Mrozowski
On Monday 29 of March 2010 09:30:38 Peter Volkov wrote: В Вск, 28/03/2010 в 07:47 +0200, Maciej Mrozowski пишет: No, seriously - given the fact that some of my packages were even stabilized without contacting me (app-misc/hal-cups-utils, app-admin/system-config- printer-common) If you

[gentoo-dev] [RFC] More reliable hiding preserved libraries

2010-04-03 Thread Maciej Mrozowski
Problem ..is known, let me summarize briefly. Uninstalling packages providing libraries, without checking reverse runtime dependencies of those packages leaves their dependencies unsatisfied (packages with broken executables and/or shared libs). Some package managers try their best not to

Re: [gentoo-dev] [RFC] More reliable hiding preserved libraries

2010-04-03 Thread Maciej Mrozowski
On Saturday 03 of April 2010 12:56:04 Fabian Groffen wrote: Is it known why this does happen exactly? When a lib is kept because it is still used, only its soname + what the soname points to should be kept. That would mean the lib can no longer be found during linking, unless you add some

Re: [gentoo-dev] [RFC] More reliable hiding preserved libraries

2010-04-03 Thread Maciej Mrozowski
On Saturday 03 of April 2010 14:16:14 Fabian Groffen wrote: Shouldn't we fix that buildsystem then? Do you have an example of a package/buildsystem that does that? We already do, the thing is that maybe we don't have to. https://bugs.gentoo.org/show_bug.cgi?id=240323 From top of my head: python

Re: [gentoo-dev] [RFC] More reliable hiding preserved libraries

2010-04-05 Thread Maciej Mrozowski
On Sunday 04 of April 2010 17:33:17 Tiziano Müller wrote: Besides I can already imagine PMS-related discussion regarding make the PMs check for rdeps per default before unmerging things - thx but no thx. This is not related to PMS. Paludis for example does it already with the current

Re: [gentoo-dev] [git migration] Proposition for tags supported by git hooks

2010-04-06 Thread Maciej Mrozowski
On Tuesday 06 of April 2010 04:13:02 Nirbheek Chauhan wrote: One of the few remaining problems to be solved for the migration to git for our gentoo-x86/ and gentoo/ trees (besides other projects/overlays) is the problem of how to handle ChangeLogs. Great that you touched this topic.

Re: [gentoo-dev] Should we disable RESOLVED LATER from bugzilla?

2010-04-06 Thread Maciej Mrozowski
On Tuesday 06 of April 2010 07:47:17 Rémi Cardona wrote: How about changing how users search instead? Let's make the small search box search for ALL bugs instead of just opened ones. *That* should help tremendously. +1, maybe even enable it by default. That could reduce dupes imho. That,

Re: [gentoo-dev] Re: [RFC] Gentoo Wiki Project

2010-04-09 Thread Maciej Mrozowski
On Friday 09 of April 2010 13:26:16 Guy Fontaine wrote: There are things I know about Gentoo Linux and I'm pleased to share my knowledge with others as well as I'm glad to learn from others. I'm not a Gentoo dev and I neither have plan nor wish to be. My feeling is that Gentoo Wiki Project

[gentoo-dev] [Survey || RFC] autotools-utils.eclass

2010-05-25 Thread Maciej Mrozowski
Is anyone interested in cmake-utils like autotools/base wrapper? Features: - base.eclass autopatcher (including user patches) - myeconfargs - econf arguments as Bash array (usage like mycmakeargs in cmake-utils) - out of source build (enabled by default) with overridable build dir location -

[gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass

2010-05-25 Thread Maciej Mrozowski
On Tuesday 25 of May 2010 13:02:55 Maciej Mrozowski wrote: Also a patch for base.eclass to make it's econf accept arguments + some random function documentation fix. Commited mentioned base.eclass patch + added quoting of positional parameter expansion. http://sources.gentoo.org/cgi-bin

Re: [gentoo-dev] [Survey || RFC] autotools-utils.eclass

2010-05-25 Thread Maciej Mrozowski
On Tuesday 25 of May 2010 20:31:33 Mike Frysinger wrote: internal functions should not be documented with the eclass doc comments (_check_build_dir) Fixed. reusing a PM variable (ECONF_SOURCE) seems a little iffy I know, initial idea was to use AUTOTOOLS_USE_DIR (analogy to CMAKE_USE_DIR),

Re: [gentoo-dev] [Survey || RFC] autotools-utils.eclass

2010-05-25 Thread Maciej Mrozowski
Bummer... Forgot to attach file in question. -- regards MM # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: # reave...@gentoo.org # @DESCRIPTION: # autotools.eclass and

Re: [gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass

2010-05-26 Thread Maciej Mrozowski
On Wednesday 26 of May 2010 11:12:10 Duncan wrote: Mike Frysinger posted on Wed, 26 May 2010 00:31:21 -0400 as excerpted: On Tuesday 25 May 2010 23:59:22 Maciej Mrozowski wrote: On Tuesday 25 of May 2010 20:31:33 Mike Frysinger wrote: the src_test func looks like its copying pasting stuff

[gentoo-dev] cmake-utils.eclass updated

2010-05-26 Thread Maciej Mrozowski
Changes: - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward compatibility code - remove documentation of internal functions so that only relevant and public API is in manual So in short, when using cmake-utils, please from now on define DOCS and HTML_DOCS as arrays as

Re: [gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass

2010-05-31 Thread Maciej Mrozowski
On Wednesday 26 of May 2010 19:27:43 Mike Frysinger wrote: On Wednesday 26 May 2010 05:38:00 Maciej Mrozowski wrote: I've updated documentation, added example usage and option to keep libtool files (ltdl.so supposedly needs those as I was told, no idea what for). more applicable to us w

Re: [gentoo-dev] Gentoo Council 2010/2011 - Nominations are now open

2010-06-05 Thread Maciej Mrozowski
On Saturday 05 of June 2010 02:00:02 Torsten Veller wrote: Hello fellow developers and users. Nominations for the Gentoo Council 2010/2011 are now open for the next two weeks (until 23:59 UTC, 18/06/2010). All nominations must be sent to the gentoo-dev mailing list. If you were nominated

Re: [gentoo-dev] RFC: Moving more developer data to LDAP, for scalability/redundancy (away, foward, permissive, SMTP password, plan) [WAS: Suggestion to ask devs to change their bugzilla name]

2010-06-11 Thread Maciej Mrozowski
On Friday 11 of June 2010 09:24:45 Peter Volkov wrote: В Чтв, 10/06/2010 в 23:42 -0700, Alec Warner пишет: I don't agree with that, but just out of curiosity, is it possible to use a web interface? phpldapadmin or something The problem with phpldapadmin is that it potentially opens up

Re: [gentoo-dev] Re: [gentoo-dev-announce] Packages up for grabs -- xmerlin, yoswink, chtekk, omp, tantive, mueli, bluebird, hncaldwell, caleb

2010-06-11 Thread Maciej Mrozowski
On Friday 11 of June 2010 21:26:06 Ben de Groot wrote: On 11 June 2010 21:12, Ben de Groot yng...@gentoo.org wrote: As I'm retiring, the following packages I maintained need someone else to look after them: media-video/avidemux - video and qt herds (this one needs a version bump)

Re: [gentoo-dev] New global USE flag: introspection

2010-06-21 Thread Maciej Mrozowski
On Sunday 20 of June 2010 16:42:58 Arun Raghavan wrote: Hi folks, I'd like to propose a new global USE-flag: introspection. The purpose of the flag is to enable the building of GIR for the package using dev-libs/gobject-introspection. gobject-introspection is going to be quite important in

Re: [gentoo-dev] New global USE flag: introspection

2010-06-21 Thread Maciej Mrozowski
On Monday 21 of June 2010 16:22:08 Olivier Crête wrote: On Mon, 2010-06-21 at 09:33 +0200, Maciej Mrozowski wrote: On Sunday 20 of June 2010 16:42:58 Arun Raghavan wrote: Hi folks, I'd like to propose a new global USE-flag: introspection. The purpose of the flag is to enable

Re: [gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass

2010-07-06 Thread Maciej Mrozowski
On Thursday 03 of June 2010 01:32:09 Nathan Phillip Brink wrote: On Mon, May 31, 2010 at 03:29:01PM +0200, Maciej Mrozowski wrote: On Wednesday 26 of May 2010 19:27:43 Mike Frysinger wrote: On Wednesday 26 May 2010 05:38:00 Maciej Mrozowski wrote: I've updated documentation, added

[gentoo-dev] debug/release builds extensions/clarification proposal

2008-11-30 Thread Maciej Mrozowski
Hi I would like to give some idea into consideration. Abstract In short, adding following new variables to make.conf and implement handling of them in eclasses: - CFLAGS_DEBUG (and friends like CXXFLAGS_DEBUG) - use defined debug compiler flags - by default set to -O0 -ggdb (and maybe -Wall as

Re: [gentoo-dev] Re: debug/release builds extensions/clarification proposal

2008-12-01 Thread Maciej Mrozowski
On Monday 01 of December 2008 08:04:04 Duncan wrote: Well, so far it's not GLEP, just an idea thrown to brainstorm. As such, neither /etc/portage/env nor eclasses can effectively deal with FEATURES in general, tho there are a few specific exceptions that do happen to be implemented at the

Re: [gentoo-dev] Re: debug/release builds extensions/clarification proposal

2008-12-01 Thread Maciej Mrozowski
On Monday 01 of December 2008 09:36:12 Diego 'Flameeyes' Pettenò wrote: - USE=debug is useless when CFLAGS/LDFLAGS or FEATURES are not appropriate What are you saying here? I'm afraid you're mistaken here. The point is to look at this from users' (well, a bit) point of view - USE=debug

Re: [gentoo-dev] Re: debug/release builds extensions/clarification proposal

2008-12-01 Thread Maciej Mrozowski
On Monday 01 of December 2008 08:04:04 Duncan wrote: (Of course, if it's the latter, it will need to be an official GLEP, and you'll have three separate package managers and their developers to push the proposal thru to at least to general agreement, or the council will almost certainly

Re: [gentoo-dev] Re: debug/release builds extensions/clarification proposal

2008-12-02 Thread Maciej Mrozowski
On Tuesday 02 of December 2008 10:40:19 Alec Warner wrote: mean hat You asked, so the counter proposal is to *do nothing*. very mean generic rant hat on Ideas (even good ones) don't always get implemented. Sometimes that just isn't the direction the maintainers want to take the project.

[gentoo-dev] Proposal: disable python and perl USE flags in profile

2008-12-08 Thread Maciej Mrozowski
Following advise from https://bugs.gentoo.org/show_bug.cgi?id=250179, I'm bringing it here. -- regards MM -- Wygraj telefon komorkowy! Sprawdz http://link.interia.pl/f1fc0

Re: [gentoo-dev] reorganization of /var/lib gentoo-related files

2008-12-31 Thread Maciej Mrozowski
On Wednesday 31 of December 2008 15:33:14 Fabio Rossi wrote: Ok, but at the end we have an exception in the tree (/var/lib/gentoo/news/) which is not justified (looking at the current discussion). My proposal has arisen after having seen the /var/lib/gentoo/news/ hierarchy. Then it seems way

Re: [gentoo-dev] reorganization of /var/lib gentoo-related files

2008-12-31 Thread Maciej Mrozowski
On Wednesday 31 of December 2008 16:57:12 Ciaran McCreesh wrote: Gentoo does not comply with the FHS. It was established a long time ago that FHS is considered silly and any compliance is merely because the FHS people somehow managed to avoid screwing that particular area up. Well, we're not

Re: [gentoo-dev] reorganization of /var/lib gentoo-related files

2009-01-01 Thread Maciej Mrozowski
On Wednesday 31 of December 2008 17:28:09 Ciaran McCreesh wrote: On Wed, 31 Dec 2008 17:21:45 +0100 Maciej Mrozowski reave...@poczta.fm wrote: On Wednesday 31 of December 2008 16:57:12 Ciaran McCreesh wrote: Gentoo does not comply with the FHS. It was established a long time ago

Re: [gentoo-dev] reorganization of /var/lib gentoo-related files

2009-01-01 Thread Maciej Mrozowski
On Thursday 01 of January 2009 22:03:55 Ciaran McCreesh wrote: No, FHS is not the most commonly used layout. The traditional Unix layout is the most commonly used layout. So.. why not blindly use Unix layout everywhere instead (for Gentoo news as well) On Thursday 01 of January 2009 22:37:28

Re: [gentoo-dev] reorganization of /var/lib gentoo-related files

2009-01-01 Thread Maciej Mrozowski
On Thursday 01 of January 2009 23:15:20 Ciaran McCreesh wrote: On Thu, 1 Jan 2009 23:07:08 +0100 So.. why not blindly use Unix layout everywhere instead (for Gentoo news as well) We do. /var/lib/gentoo/news Seriously, find something useful to change. I realise it's hard around here to

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-0.9.9.5.ebuild metadata.xml ChangeLog

2009-01-15 Thread Maciej Mrozowski
On Thursday 15 of January 2009 09:12:12 Christian Faulhammer wrote: Hi, Heath Caldwell (hncaldwell) hncaldw...@gentoo.org: + flag name=latex + Enable support for LaTeX + /flag You only have to add flags to metadata.xml, that are not in

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles: package.mask

2009-01-15 Thread Maciej Mrozowski
On Thursday 15 of January 2009 05:24:41 Donnie Berkholz wrote: So if you want to know both, you need to look in 2 places? That doesn't seem very nice to me. Also in a distributed VCS, we'd want to generate ChangeLogs from the commit logs to avoid all kinds of annoying conflict resolution and

Re: [gentoo-dev] RDEPEND definition in docs differ from official PMS specs

2009-01-18 Thread Maciej Mrozowski
On Sunday 18 of January 2009 16:21:57 Ciaran McCreesh wrote: And yes, I'd really like to see this killed for EAPI 3. Ideally we'd go with a single DEPENDENCIES variable with labels of some kind, something like: DEPENDENCIES= build: foo/bar build+run:

Re: [gentoo-dev] new categories: (was: Last Rites: games-puzzle/ksudoku)

2009-02-02 Thread Maciej Mrozowski
On Monday 02 of February 2009 22:15:53 Luca Barbato wrote: not sure how useful could be but could make more sense even if right now kde-base contains everything comes from the main kde distribution. To be more specific, kde-base contains everything (and only) that is distributed as KDE stable

Re: [gentoo-dev] Packages up for grabs

2009-02-05 Thread Maciej Mrozowski
On Saturday 31 of January 2009 08:54:07 Donnie Berkholz wrote: and... The system-config-* collection -- [snip] app-admin/system-config-printer dev-python/pycups Those two I'm maintaining in kde-testing overlay as they're prerequisites for kde4 printing

Re: [gentoo-dev] Category tags on packages (was: new categories:)

2009-02-09 Thread Maciej Mrozowski
On Sunday 08 of February 2009 19:51:29 Tiziano Müller wrote: It's metadata-stuff, why not put it there? You have two possibilities: a) Introduce new elements: tags tagfoo/tag tagbar/tag /tags b) Think of herds as tags, then you have many packages already tagged. To be able to add

Re: [gentoo-dev] [RFC] global useflags

2009-02-23 Thread Maciej Mrozowski
On Tuesday 24 of February 2009 00:22:39 Josh Sled wrote: To that end, please allow me to suggest: Cross-KDE support for file metadata indexing via nepomuk and soprano. If you don't want to couple the message to those particular packages, then maybe just reference the NEPOMUK project instead.

Re: [gentoo-dev] RFC: deprecate /usr/share/doc/$PF

2011-12-20 Thread Maciej Mrozowski
On Monday 19 of December 2011 02:52:54 Alexandre Rostovtsev wrote: On Mon, 2011-12-19 at 01:08 +0100, Ulrich Mueller wrote: [Why are there different Reply-To: headers in -dev and in -pms MLs? Following up to both lists.] I apologize for the mess; I had intended to bring the question up

Re: [gentoo-dev] RFC: deprecate /usr/share/doc/$PF

2011-12-27 Thread Maciej Mrozowski
On Wednesday 21 of December 2011 04:40:09 Mike Frysinger wrote: On Tuesday 20 December 2011 20:44:03 Maciej Mrozowski wrote: I still think we should even make PN an unique identifier in order to be able to purge categories... that's different story though... a world without categories

Re: [gentoo-dev] crossdrev mingw 64 bit

2012-01-11 Thread Maciej Mrozowski
On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote: Dear developers of crossdev. Can you realize --target mingw64 (for creating windows app 64 bit) (like mingw-w64.sourceforge.net)? And can you to add choising of building compilation: dynamic OR static linking to GCC library, for LGPL

Re: [gentoo-dev] Deprecate EAPI1?

2012-03-15 Thread Maciej Mrozowski
On Monday 12 of March 2012 01:49:35 Brian Harring wrote: On Sun, Mar 11, 2012 at 04:14:33PM +0100, Ch??-Thanh Christopher Nguy???n wrote: Ciaran McCreesh schrieb: Is there really much of a benefit to this? I guess for anybody who runs scripts to mass-manipulate ebuilds it might be

Re: [gentoo-dev] skel.ebuild cosmetics (move RESTRICT after DEPEND)

2012-05-17 Thread Maciej Mrozowski
On Monday 07 of May 2012 10:32:45 Samuli Suominen wrote: On 05/07/2012 02:24 AM, Ulrich Mueller wrote: Therefore I suggest we move this example a bit down in skel.ebuild as it's more logical to continue with new lines instead of applying in-between Any objections? Yes. Please

Re: [gentoo-dev] supporting static-libs

2012-09-03 Thread Maciej Mrozowski
On Tuesday 28 of August 2012 02:15:40 hasufell wrote: Is there a reason not to support static-libs in an ebuild if the package supports it? It seems some developers don't care about this option. What's the gentoo policy on this? Isn't this actually a bug? A little remark. For CMake

Re: [gentoo-dev] supporting static-libs

2012-09-21 Thread Maciej Mrozowski
On Thursday 06 of September 2012 10:18:34 Brian Harring wrote: On Mon, Sep 03, 2012 at 10:54:15PM +0200, Maciej Mrozowski wrote: On Tuesday 28 of August 2012 02:15:40 hasufell wrote: Is there a reason not to support static-libs in an ebuild if the package supports it? It seems some

Re: [gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass

2010-07-13 Thread Maciej Mrozowski
On Wednesday 07 of July 2010 02:16:13 Maciej Mrozowski wrote: On Thursday 03 of June 2010 01:32:09 Nathan Phillip Brink wrote: On Mon, May 31, 2010 at 03:29:01PM +0200, Maciej Mrozowski wrote: On Wednesday 26 of May 2010 19:27:43 Mike Frysinger wrote: On Wednesday 26 May 2010 05:38:00

Re: [gentoo-dev] Re: Over using preserve_old_lib, don't do that

2010-07-15 Thread Maciej Mrozowski
On Thursday 15 of July 2010 12:14:29 Duncan wrote: Gilles Dartiguelongue posted on Thu, 15 Jul 2010 11:09:39 +0200 as excerpted: Le jeudi 15 juillet 2010 à 09:49 +0100, Mike Auty a écrit : [...] I can live with this for in places where it causes massive breakage

  1   2   >