Re: [gentoo-dev] timezone and other moving rc variables.

2009-03-17 Thread Donnie Berkholz
all the necessary > files be created for us? I think this should apply to > /etc/env.d/02locale as well. I don't see why this isn't created with > some comments by default. Because env.d isn't under CONFIG_PROTECT so your modifications to any package-installed

[gentoo-dev] Gentoo Council Reminder for March 26

2009-03-22 Thread Donnie Berkholz
- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgplvT61wh9V4.pgp Description: PGP signature

Re: [gentoo-dev] Gentoo Council Reminder for March 26

2009-03-25 Thread Donnie Berkholz
On 21:18 Sun 22 Mar , Donnie Berkholz wrote: > If you have something you'd wish for us to chat about, maybe even vote > on, let us know! Simply reply to this e-mail for the whole Gentoo dev > list to see. Here's a very simple agenda. I'm at a conference this week, so I

Re: [gentoo-dev] Gentoo Council Reminder for March 26

2009-03-25 Thread Donnie Berkholz
it would make sense to put it near dependencies. Also I could be wrong, but wouldn't you want to be able to cache this and show smart pretend output, etc? -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpsfJw5SQl6P.pgp Description: PGP signature

Re: [gentoo-dev] Gentoo Council Reminder for March 26

2009-03-26 Thread Donnie Berkholz
On 23:23 Wed 25 Mar , Ciaran McCreesh wrote: > On Wed, 25 Mar 2009 23:06:37 +0100 > Donnie Berkholz wrote: > > > 10) dohard and dosed banned in EAPI 3 > > > > I think I missed the reasoning for removing these, particularly > > dosed. pybugz didn't s

Re: [gentoo-dev] Gentoo Council Reminder for March 26

2009-03-26 Thread Donnie Berkholz
ables and how they interact. I probably would have agreed with you a few EAPIs ago where stuff was more painful. Take a look at this, though -- it doesn't seem so bad to me in a non-DOCS, EAPI=3 world: src_install() { default dodoc foo bar } -- Thanks, Donnie Donnie B

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: portability.eclass

2009-03-26 Thread Donnie Berkholz
# - Linux needs -ldl > + if [[ ${CHOST} == *-linux-gnu ]]; then > echo "-ldl" > fi > } How about uclibc? -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpk7RrlshtSa.pgp Description: PGP signature

Re: [gentoo-dev] sandbox-1.7 and static binaries

2009-03-31 Thread Donnie Berkholz
; static binaries. seems to work for me, but if someone notices something new > and freaky, you've been warned! Rock on. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpJ7LElEK7LY.pgp Description: PGP signature

[gentoo-dev] Small review on function return codes and simplicity

2009-03-31 Thread Donnie Berkholz
_func-exists() { if [[ -n "$(declare -f ${1})" ]]; then return 0 else return 1 fi } java-pkg_func-exists() { [[ -n "$(declare -f ${1})" ]] } -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgp4770BE

Re: [gentoo-dev] Small review on function return codes and simplicity

2009-03-31 Thread Donnie Berkholz
On 19:22 Tue 31 Mar , Ciaran McCreesh wrote: > On Tue, 31 Mar 2009 11:05:30 -0700 > Donnie Berkholz wrote: > > I noticed some eclass commits using java-pkg_func-exists() and it's a > > lot more complicated than it needs to me. Perhaps not everybody knows > >

Re: [gentoo-dev] Please review: prefix.eclass

2009-03-31 Thread Donnie Berkholz
es. It's great to see you moving toward folding this back into the main tree! My only comment is that eprefixify could really use a better name because that one sounds really awkward. How about doprefix, or something else? -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: htt

Re: [gentoo-dev] One-Day Gentoo Council Reminder for April

2009-04-08 Thread Donnie Berkholz
Just wanted to let you know the agenda will be coming pretty late because I've been at a conference that I'm traveling back from today. I should be home in ~12 hours to do it. If someone else would like to pull together the things from the earlier thread and post a draft agenda, that would be extr

Re: [gentoo-dev] One-Day Gentoo Council Reminder for April

2009-04-09 Thread Donnie Berkholz
particularly wish for this to happen Real Soon, but drafting a > plan sounds like a good first step. OK, I'm looking forward to reading your draft. =) -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpifs1GWOZju.pgp Description: PGP signature

[gentoo-dev] Gentoo Council Reminder for April 23

2009-04-17 Thread Donnie Berkholz
t must be notified at least 14 days before the meeting itself. For more info on the Gentoo Council, feel free to browse our homepage: http://www.gentoo.org/proj/en/council/ -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpVCZRYdNIiA.pgp Descrip

Re: [gentoo-dev] Gentoo Council Reminder for April 23

2009-04-17 Thread Donnie Berkholz
On 15:17 Fri 17 Apr , Donnie Berkholz wrote: > If you have something you'd wish for us to chat about, maybe even vote > on, let us know! Simply reply to this e-mail for the whole Gentoo dev > list to see. I've got a few items pending that I would like to propose. It sh

Re: [gentoo-dev] PMS EAPI 3 more or less ready

2009-04-22 Thread Donnie Berkholz
* RDEPEND-DEPEND > * DODOC > * PROFILE-IUSE-INJECTION yes > * ANY-USE > * BANNED-COMMANDS > * ECONF-OPTIONS > * AA > * KV > * REPLACE-VERSION-VARS > * S-WORKDIR-FALLBACK > * DOINS whatever > * DOEXAMPLE > * DOINCLUDE > * UNPACK-IF-COMPRESSED no

Re: [gentoo-dev] Re: EAPI 3 PMS Draft

2009-04-22 Thread Donnie Berkholz
g it in the dev profile by default. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpr4gIKb3PR3.pgp Description: PGP signature

Re: [gentoo-dev] Gentoo Council Reminder for April 23

2009-04-22 Thread Donnie Berkholz
On 15:27 Fri 17 Apr , Donnie Berkholz wrote: > On 15:17 Fri 17 Apr , Donnie Berkholz wrote: > > If you have something you'd wish for us to chat about, maybe even vote > > on, let us know! Simply reply to this e-mail for the whole Gentoo dev > > list to see.

Re: [gentoo-dev] Gentoo Council Reminder for April 23

2009-04-23 Thread Donnie Berkholz
On 12:15 Thu 23 Apr , Tiziano Müller wrote: > Am Mittwoch, den 22.04.2009, 23:21 -0700 schrieb Donnie Berkholz: > > Here is an updated agenda. I've removed a few items that I consider > > lower priority and unlikely for us to have time for during this > > week&#x

Re: [gentoo-dev] On git and pushing official gentoo branches

2009-04-28 Thread Donnie Berkholz
'll see a branch called server-1.5-branch-exa-backports that can be compared with the upstream server-1.5-branch. See vcs-pkg.org for all kinds of ideas about how to handle this. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpFLUUrXiS31.pgp Description: PGP signature

Re: [gentoo-dev] Gentoo Council Reminder for May 7

2009-05-04 Thread Donnie Berkholz
exceptions and not the rule. I don't see why this would be one because I haven't heard anything about next week being bad. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpbKkCr9mxIL.pgp Description: PGP signature

Re: [gentoo-dev] rfc: pybugz command syntax

2009-05-10 Thread Donnie Berkholz
it user-friendly to both specify a mode of operation and options to that mode with the same syntax. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgp31RZsBjuxb.pgp Description: PGP signature

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: subversion.eclass

2009-05-10 Thread Donnie Berkholz
"Unknown EAPI, Bug eclass maintainers." ;; > + 0|1) > + EXPORT_FUNCTIONS src_unpack pkg_preinst > + ;; > + *) > + EXPORT_FUNCTIONS src_unpack src_prepare pkg_preinst > + ;; > esac Might this have been worth mentioning in the commit entry? -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com pgpodiCMRHVSR.pgp Description: PGP signature

Re: [gentoo-dev] Adding PYTHON_TARGETS=python2_7 to base profile

2012-05-21 Thread Donnie Berkholz
On 16:27 Sun 13 May , Mike Gilbert wrote: > To make ebuilds utilizing python-distutils-ng.eclass usable I didn't read any farther because I couldn't stop laughing. What will the next version of this eclass be called, -ng-ng? -really-ng? =) -- Thanks, Donnie Donnie Berkholz C

Re: [gentoo-dev] Ohloh Organizations - Gentoo Linux

2012-11-22 Thread Donnie Berkholz
this through, I know the guy running it pretty well. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpeD65iNmfgq.pgp Description: PGP signature

Re: [gentoo-dev] udev-ng? (Was: Summary Council meeting Tuesday 13 November 2012)

2012-11-22 Thread Donnie Berkholz
in a nearly anarchic, ad hoc manner, where anyone can do pretty much whatever they want as an official Gentoo project. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpFP4Q0Esq9W.pgp Description: PGP signature

Re: [gentoo-dev] Reminder: open season on robbat2's packages

2012-11-22 Thread Donnie Berkholz
hoping somebody is taking this? -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgplPH1rn4ntA.pgp Description: PGP signature

Re: [gentoo-dev] Reminder: open season on robbat2's packages

2012-11-26 Thread Donnie Berkholz
On 04:22 Fri 23 Nov , Robin H. Johnson wrote: > On Thu, Nov 22, 2012 at 08:22:10PM -0600, Donnie Berkholz wrote: > > On 11:11 Sun 18 Nov , Robin H. Johnson wrote: > > > Here's a list of every package where I'm a maintainer and there is no > > >

Re: [gentoo-dev] Re: Wordiness

2013-01-04 Thread Donnie Berkholz
ce; consider the time of the 100s/1000s who read it. Your value and impact will increase exponentially. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpR4IRW1xeQ_.pgp Description: PGP signature

Re: [gentoo-dev] About using a CONFIGURATION (or SETUP) file under /usr/share/doc for configuration information

2013-01-04 Thread Donnie Berkholz
me we can eliminate Gentoo-specific weirdness, we should. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgp3sbsAFBIVY.pgp Description: PGP signature

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

2013-01-04 Thread Donnie Berkholz
about anything but frontend theming and content. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpSKkhPZZeQ4.pgp Description: PGP signature

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

2013-01-05 Thread Donnie Berkholz
ear vision and audience for Gentoo would significantly increase our ability to get useful things done. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpzBhWAtbiqb.pgp Description: PGP signature

Re: [gentoo-dev] [RFC] Establishing Gentoo patch policy to keep our patches consistent and clean

2013-04-09 Thread Donnie Berkholz
[2] and a few tags > for reviewing patches [3] (those are probably not useful for us). This is the part that would be most useful to document more. Suggesting which tags would be valuable to include. Fixes, Reviewed-by, Signed-off-by, etc. -- Thanks, Donnie Donnie Berkholz Council Member /

Re: [gentoo-dev] Re: Gentoo Hangouts

2013-07-02 Thread Donnie Berkholz
ng Gentoo than to do outreach. That said, I've gotten over 10,000 views of an intro talk on Gentoo that's posted on YouTube despite its pretty bad audio quality, and nearly 2,000 views of a Gentoo talk targeted at developers, so there's clearly people looking for this stuff.

Re: [gentoo-dev] new category: games-adventure/

2013-07-15 Thread Donnie Berkholz
fewer than 18 packages. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpOocMKQ8ulN.pgp Description: PGP signature

Re: [gentoo-dev] Gentoo Hangouts

2013-07-17 Thread Donnie Berkholz
You are not forced to participate. It's all about choice. If > there are no objections and if the PR team gives an ack. I'd like to > add video hangouts under the PR project (I'll create a simple faq page > in wiki about VCs). Go ahead. Experiments are always welcome. -- Thank

Re: [gentoo-dev] Proper distribution integration of kernel *-sources, patches and configuration.

2013-07-17 Thread Donnie Berkholz
etty much the whole ck- patchset (Con Kolivas), grsec, FreeS/WAN and OpenS/WAN, the bootsplash stuff, etc. > 2) we can carry some patches from upstreams trees that possibly aren't yet in > -next, or not yet accepted to mainline but do provide some benefit to a > smaller > group of our

Re: [gentoo-dev] Re: RFC: fortran-2.eclass - Support for bin package system without compiler

2013-07-18 Thread Donnie Berkholz
sus "near future." I didn't catch it in your original email — have you run a scan to see how many ebuilds are affected? -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgp6OhBSU0BAC.pgp Description: PGP signature

Re: [gentoo-dev] Re: RFC: toolchain-r1.eclass

2013-08-01 Thread Donnie Berkholz
April so I'd avoid those. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpk8YyXSSTTY.pgp Description: PGP signature

[gentoo-dev] Re: [gentoo-dev-announce] OpenRc-0.12 is coming soon

2013-08-03 Thread Donnie Berkholz
ther words, this is the standard Gentoo disclaimer, so consider > yourself warned. Man, in terms of how to phrase things, this is way wrong. If you're comfortable with your stuff breaking really? No. If you want to help improve Gentoo. -- Thanks, Donnie Donnie Berkholz Council Member / Sr

Re: [gentoo-dev] status of security improvments (GLEPs 57-61)

2013-08-12 Thread Donnie Berkholz
ne - or someone else might just want to > read through some old threads and do the same. There's https://bugs.gentoo.org/show_bug.cgi?id=333531 -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk

Re: [gentoo-dev] Changes in libreoffice ebuild

2013-08-13 Thread Donnie Berkholz
index.html "Otherwise a soft limit of 2 to 4 weeks depending on the severity of the bug is an acceptable time frame before you go ahead and fix it yourself." -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMo

Re: [gentoo-dev] newsitem: initramfs required on Linux systems with separate /usr

2013-09-26 Thread Donnie Berkholz
pport in 30 days (which can't be done directly in stable), then we test that in ~arch for the usual 30 days before stabilizing. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/&

Re: [gentoo-dev] Doing and then undoing slotmoves

2013-12-22 Thread Donnie Berkholz
e though. Is this allowed? > > The PMS does not allow it: > http://dev.gentoo.org/~ulm/pms/5/pms.html#x1-390004.4.4 Seems we should add repoman support to check profiles/. Spec mandates that are not implemented in any tool are unlikely to be adhered to. -- Thanks, Donnie Donnie Berkh

Re: [gentoo-dev] Doing and then undoing slotmoves

2013-12-25 Thread Donnie Berkholz
On 12:31 Mon 23 Dec , Jeroen Roovers wrote: > On Sun, 22 Dec 2013 20:07:21 -0600 > Donnie Berkholz wrote: > > > Seems we should add repoman support to check profiles/. Spec mandates > > that are not implemented in any tool are unlikely to be adhered to. > &g

Re: [gentoo-dev] Re: [OT] pkgcore bikeshed

2014-01-13 Thread Donnie Berkholz
nd is also of extreme importance if you want people actually using it. Speed is absolutely a usability feature but it's not the only one that matters. Maintaining EAPI parity is table stakes. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <

Re: [gentoo-dev] Default USE changes for fortran and mudflap?

2014-01-13 Thread Donnie Berkholz
other optional languages and disabled by default, but I'd like to know > if there are other opinions. It's essentially only used by the small minority of people installing sci-* packages so I'd be fine with that. Reasonable defaults FTW. -- Thanks, Donnie Donnie Berkholz Counc

Re: [gentoo-dev] Re: RFC: storing predefined INSTALL_MASK directory lists in repos

2014-01-13 Thread Donnie Berkholz
uild without a feature is important enough to merit a USE flag. This is essentially rethinking the same decision and adding complexity to it. I think having this as an additional feature in the core PM would be confusing to users. It would probably be a better fit in gentoolkit o

Re: [gentoo-dev] Add support for rsync patches

2014-02-04 Thread Donnie Berkholz
want from gentoo-dev@? You need someone to file > the bug for ya? This is not the level of friendliness that is going to welcome potential new contributors into our community. -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> An

Re: [gentoo-dev] RFC: GTK USE flag situation (gtk, gtk2, gtk3; relevant to bug #420493)

2014-02-20 Thread Donnie Berkholz
ere we were with gtk1 vs gtk2 back then. http://marc.info/?l=gentoo-dev&m=111212920310822&w=2 -- Thanks, Donnie Donnie Berkholz Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com> Analyst, RedMonk <http://redmonk.com/dberkholz/> pgpiDAYuRO_lp.pgp Description: PGP signature

Re: [gentoo-dev] [RFC] Useflags: qt, qt3, qt4?

2006-06-20 Thread Donnie Berkholz
Diego 'Flameeyes' Pettenò wrote: > On Wednesday 21 June 2006 03:34, Donnie Berkholz wrote: >> OK, so we can add qt3 to make.defaults. > Firulì Firulà (sounds of whistling in Italy at least) > > -* says nothing to you? :) Sure it does, but -* has always been unsupporte

Re: [gentoo-dev] [RFC] Useflags: qt, qt3, qt4?

2006-06-20 Thread Donnie Berkholz
Kevin F. Quinn wrote: > On Tue, 20 Jun 2006 16:14:08 -0700 > Donnie Berkholz <[EMAIL PROTECTED]> wrote: > >> Mike Owen wrote: >>> From this user's perspective, simple is better. qt3 and qt4 as use >>> flags are completely and utterly obvious as to w

Re: [gentoo-dev] [RFC] Useflags: qt, qt3, qt4?

2006-06-21 Thread Donnie Berkholz
George Shapovalov wrote: > середа, 21. червень 2006 03:46, Diego 'Flameeyes' Pettenò Ви написали: >> On Wednesday 21 June 2006 03:34, Donnie Berkholz wrote: >>> OK, so we can add qt3 to make.defaults. >> -* says nothing to you? :) > Now I am confused: > My

Re: [gentoo-dev] [RFC] Useflags: qt, qt3, qt4?

2006-06-21 Thread Donnie Berkholz
Kevin F. Quinn wrote: >> The goal is to avoid a double-flag combo to do a single thing. "qt" >> always and only affects the _best_ available qt interface for that >> package. "qt#" affects only _older_ available qt interfaces for that >> package. > > OK; so with this we're not providing a way to g

Re: [gentoo-dev] Re: [RFC] Useflags: qt, qt3, qt4?

2006-06-21 Thread Donnie Berkholz
Stefan Schweizer wrote: > Why you ask? Because a user does not care if packageX uses qt3 or qt4, he > just wants to use it. > > But why do we have two useflags then? > Because the user should be able to disable optional support for either qt3 > or qt4 or both for every package. There's a signific

Re: [gentoo-dev] VNC packages need your help [pre-emptive last rites]

2006-06-21 Thread Donnie Berkholz
Mike Frysinger wrote: > On Thursday 22 June 2006 00:54, Alec Warner wrote: >> Specifically net-misc/vnc > > i'll fix this up if no one else does since it is a pretty friggin critical > package for too many people (myself included), but i'd really really prefer > someone else to do it Not really

Re: [gentoo-dev] sunrise, a temporary compromise

2006-06-22 Thread Donnie Berkholz
Mike Doty wrote: > All- > > We've had a discussion about sunrise and have reached a compromise. > Someone will summarize it later, I've attached the raw logs for now. > Until the council makes a firm decision about non-gentoo hosted > overlays, this will be the defining method of dealing with them

Re: [gentoo-dev] sunrise, a temporary compromise

2006-06-23 Thread Donnie Berkholz
Mike Doty wrote: > It is devrels place to attempt to stop the fighting. This is what I > did. I clearly indicate that this is temporary and when the council is > willing to clear this nonsense up, it will supersede anything I put > forth yesterday. I agree that it is devrel's place to help peopl

Re: [gentoo-dev] Bugzilla usage for overlays' projects [was: sunrise, a temporary compromise]

2006-06-23 Thread Donnie Berkholz
Joshua Nichols wrote: > Umm maybe it's just to early in the morning, but I don't see > anything in the logs regarding using bugzilla for overlays not on > overlays.gentoo.org. I only see references to sunrise specifically, not > a blanket statement for all non-overlays.gentoo.org overlays > >

Re: [gentoo-dev] Bugzilla usage for overlays' projects [was: sunrise, a temporary compromise]

2006-06-23 Thread Donnie Berkholz
Alec Warner wrote: > I believe that jakub finds this devrel decision a step out of bounds > (not sure if anyone else detected the that in his statement) and saying > that to the java folks is moreso a way of pointing out just how silly it > is :) I mean if he was serious, he would have addressed t

Re: [gentoo-dev] [experiment] Sunrise try 2

2006-06-24 Thread Donnie Berkholz
Luca Barbato wrote: > Edward Catmur wrote: > Critic 4 >> * Conflicts between contributors (social): Alice adds an ebuild; Bob >> makes a (maybe "obvious") change; Alice thinks the change is incorrect, >> and, feeling that the ebuild is her property, reverts the change. A >> revert war erupts. Many

[gentoo-dev] gentoo-dev-announce list

2006-06-24 Thread Donnie Berkholz
This topic has come up in the past, and I'd like to revive it once again. The gentoo-dev list has gotten a lower and lower signal to noise ratio over the past year or two, and it's difficult to dig out the stuff that's truly required reading. I propose that all need-to-know announcements and decis

Re: [gentoo-dev] gentoo-dev-announce list

2006-06-24 Thread Donnie Berkholz
Lance Albertson wrote: > Outside if this being more centered around dev-only announcements, could > the current -announce list suffice? I'd hate to need to subscribe to > yet-another-announcement-list (or make our developers/users). Our > -announce list certainly has the historical presence where t

Re: [gentoo-dev] gentoo-dev-announce list

2006-06-24 Thread Donnie Berkholz
Ned Ludd wrote: > I would be in favor of a gentoo-dev-announce list if it allowed me > to unsubscribe from this list. Sure, if you want to just accept any decisions rather than participate in making them. The -dev-announce list should be for finalized decisions. It should be too late to dispute

Re: [gentoo-dev] Bugzilla usage by gentoo-java's doing migration work

2006-06-25 Thread Donnie Berkholz
Simon Stelling wrote: > Right. So you agree with the intention, but not with the wording. This > is exactly what I'm after. At least here in Europe, judges have to > 'interprete' the law. They judge whether somebody is guilty or not based > on the _intentions_ that are behind the law. If the law ha

Re: [gentoo-dev] gentoo-dev-announce list

2006-06-25 Thread Donnie Berkholz
Lars Weiler wrote: > * Donnie Berkholz <[EMAIL PROTECTED]> [06/06/24 20:06 -0700]: >> I propose that all need-to-know announcements and decisions be posted to >> a separate, moderated (or restricted posting) gentoo-dev-announce list >> to ensure that no developers lose t

Re: [gentoo-dev] Gentoo/PPC meeting summary

2006-06-25 Thread Donnie Berkholz
Lars Weiler wrote: > Another upgrade for 2006.1 might be Xorg-7.1. ppc does not > rely on any binary-driver which is affected by the > ABI-change. This version of X has been tested by several > developers and found to be stable. But we need to check > Donnie's opinion about that move. > > A pro

Re: [gentoo-dev] gentoo-dev-announce list

2006-06-26 Thread Donnie Berkholz
Chris Gianelloni wrote: > - Create a new list ("gentoo-core-announce" ?) > Reading: dev-only > Posting: dev-only, reply-to set to gentoo-core > This is the reference list of things (policy, decisions and discussions > in progress) all developers must know about. Agree with -(core|dev)-announce. >

Re: [gentoo-dev] gentoo-dev-announce list

2006-06-27 Thread Donnie Berkholz
Stuart Herbert wrote: > On 6/25/06, Donnie Berkholz <[EMAIL PROTECTED]> wrote: >> This topic has come up in the past, and I'd like to revive it once >> again. The gentoo-dev list has gotten a lower and lower signal to noise >> ratio over the past year or two, a

Re: [gentoo-dev] GCC 4.1.1 testing/stablization and glibc 2.4

2006-06-27 Thread Donnie Berkholz
Chris Gianelloni wrote: > OK, guys, I was speaking with vapier earlier about the possibility of > getting gcc 4.1.1 stable for the 2006.1 release. We've managed to build > some release media with it, and are planning on doing more testing with > it. What we really need is for more people to test

[gentoo-dev] Modular X (7.0) stable on x86

2006-06-30 Thread Donnie Berkholz
I've just spent the past few hours stabilizing modular X.Org 7.0 on x86. This is a reminder of the migration guide [1] and a guide to other arches on how to stabilize it. I have not stabilized most optional packages, instead preferring to wait for any requests to see whether demand exists for them.

Re: [gentoo-dev] Modular X (7.0) stable on x86

2006-06-30 Thread Donnie Berkholz
Donnie Berkholz wrote: > I encourage other architectures to stabilize modular X. AMD64, you will > want to go with 7.0 because you also have binary drivers. All other > archs will want to go with 7.1. The modular X package list [2] will help > with this. - I'm offering to stab

Re: [gentoo-dev] Modular X (7.0) stable on x86

2006-06-30 Thread Donnie Berkholz
Donnie Berkholz wrote: > - If you stable your own arch, please also keyword xev and luit in > addition to the various deps of virtual/x11, xorg-x11 and xorg-server. One other thing I forgot to mention -- stable xproto 7.0.5, not 7.0.7. stable: libX11 1.0.1 = xproto 7.0.5 ~arch: libX11

Re: [gentoo-dev] Modular X (7.0) stable on x86

2006-06-30 Thread Donnie Berkholz
Wernfried Haas wrote: > earlier today i updated my box (without reading the guide because i > haven't gotten this mail yet), and apart from one problem because of > not deleting some files as mentioned in the guide, all went fine. > I also noticed (and someone correct me if i'm wrong here) the smar

Re: [gentoo-dev] Modular X (7.0) stable on x86

2006-06-30 Thread Donnie Berkholz
Thomas Cort wrote: > On Fri, 30 Jun 2006 12:28:30 -0700 > Donnie Berkholz <[EMAIL PROTECTED]> wrote: >> - I'm offering to stable any interested arch for 7.1. PPC, SPARC and >> MIPS have already taken me up on this. I will be starting this very soon >> (within 2

Re: [gentoo-dev] Re: gentoo-dev-announce list

2006-07-01 Thread Donnie Berkholz
Ryan Hill wrote: > Donnie Berkholz wrote: > >> My options are either missing important announcements or creating this >> list. I would prefer the list. > > What important announcements are you expecting to find at the bottom 50-100 > posts of random relevance? The a

Re: [gentoo-dev] Scientific Gentoo reorg: lets get it moving

2006-07-01 Thread Donnie Berkholz
Luis Medinas wrote: > There's a problem with this. A few packages i listed could be part of > sci-crystallography too. If we start this new category we should had a > few more related packages otherwise we will have this category empty. > Another thing is who is really insterested in creating this

Re: [gentoo-dev] Re: [gentoo-science] Scientific Gentoo reorg: on herd naming

2006-07-01 Thread Donnie Berkholz
George Shapovalov wrote: > The herd naming issue has surfaced in more detail again - there were already > two comments that it is beneficial to keep -sci in herd names. I originally > suggested that we drop it (and in general go with a "catchier" names), but > now it looks like I am slowly turni

Re: [gentoo-dev] pkg_nofetch: $A vs. $SRC_URI

2006-07-03 Thread Donnie Berkholz
Robin H. Johnson wrote: > If you have an ebuild with a non-standard pkg_nofetch, please ensure > that you use $SRC_URI instead of $A! > > This is because if you have FEATURES=mirror or FEATURES=cvs, attempts to > download all of the source files for digesting or verification will hit > pkg_nofetch

Re: [gentoo-dev] pkg_nofetch: $A vs. $SRC_URI

2006-07-04 Thread Donnie Berkholz
Robin H. Johnson wrote: > When FEATURES=mirror, and you try to fetch, it does indeed contain unevaluated > USE flags. However for FEATURES=-mirror, the content of it is correct - no USE > flags at all. > > Maybe a two-part solution is in order here then: > 1. Change portage behavior regarding the

Re: [gentoo-dev] init.d problem

2006-07-04 Thread Donnie Berkholz
Enrico Weigelt wrote: > Hi folks, > > maybe I've found a problem in the init.d stuff: > > It seems that /var/lib/init.d/started/* is blindly trusted, > instead of actually checking if some service is running. > > For example, ntpd cannot be restarted via its init.d script > if it died for some

Re: [gentoo-dev] arch-cruft in use.mask makes me angry

2006-07-05 Thread Donnie Berkholz
Mike Frysinger wrote: > can someone remind me why our arch USE flags are in an "opt-out" system > rather > than "opt-in" ? instead of adding things like: > dmi > icc > mmx > svga > ... > > to every non-x86 profile, why dont we mask these things in base/use.mask and > then un-mask them in defau

Re: [gentoo-dev] SpanKY's Nominations for the Gentoo Council 2007

2006-07-05 Thread Donnie Berkholz
Curtis Napier wrote: > Two names I see missing from this (otherwise very good) list are Chris > Gianelloni (wolf31o2) and Donnie Berkholz (spyderous aka dberkholz). I > think everyone knows exactly how much work these two put into Gentoo and > how valuable that contribution is. The

Re: [gentoo-dev] Nominations open for the Gentoo Council 2007

2006-07-05 Thread Donnie Berkholz
Mike Frysinger wrote: > well it's about that time of the year ... time for nominating people > for the next Gentoo Council > > for the quick low down: > - nominations are from July 1 through July 31 > - anyone can nominate > - only Gentoo devs may be nominated > > so get with the nomi

Re: [gentoo-dev] Portage: missing pieces

2006-07-06 Thread Donnie Berkholz
Molle Bestefich wrote: > Ok, so status is that I have xorg-x11-7.0, I don't have 6.9, > no packages actually wants xorg-x11-6.9, but whenever I use > "emerge -D world", Portage sees it as a blocker anyway. > > Is there a piece missing in this puzzle, in particular the one that > will tell me why o

Re: [gentoo-dev] Replacing cpu-feature USE flags

2006-07-06 Thread Donnie Berkholz
Diego 'Flameeyes' Pettenò wrote: > echo | $(tc-getCC) ${CFLAGS} -dM -E - 2>/dev/null > Thoughts? Comments? How will you handle non-gcc compilers? Thanks, Donnie signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Replacing cpu-feature USE flags

2006-07-06 Thread Donnie Berkholz
Diego 'Flameeyes' Pettenò wrote: > On Thursday 06 July 2006 13:40, Donnie Berkholz wrote: >> How will you handle non-gcc compilers? > We don't support any, to start with. > > But ICC I'm pretty sure behaves like GCC, and whatever else we'd go by >

Re: [gentoo-dev] Replacing cpu-feature USE flags

2006-07-06 Thread Donnie Berkholz
Ned Ludd wrote: > On Thu, 2006-07-06 at 04:40 -0700, Donnie Berkholz wrote: >> Diego 'Flameeyes' Pettenò wrote: >>> echo | $(tc-getCC) ${CFLAGS} -dM -E - 2>/dev/null >>> Thoughts? Comments? >> How will you handle non-gcc compilers? >

Re: [gentoo-dev] Dying on some CFLAGS instead of filtering them.

2006-07-10 Thread Donnie Berkholz
Richard Fish wrote: > I have to say I dislike allowing this "backdoor" method to set CFLAGS, > as they won't show up in emerge --info or emerge -pv . You'd > have to see the actual build output to see the nasty flags, which you > might not even think to ask for if a package builds fine but crashes

[gentoo-dev] Modular X unported packages

2006-07-10 Thread Donnie Berkholz
With the help of Brian Harring, we've now got a check for unported packages. It indicates 207 unported packages, of which 93 can potentially be fixed by stabilizing newer versions and pulling unported ebuilds from the tree. I've uploaded the list [1]. Run `grep potentially unported-notinc-nonstabl

Re: [gentoo-dev] Modular X unported packages

2006-07-11 Thread Donnie Berkholz
Donnie Berkholz wrote: > With the help of Brian Harring, we've now got a check for unported > packages. It indicates 207 unported packages, of which 93 can > potentially be fixed by stabilizing newer versions and pulling unported > ebuilds from the tree. Having fun again here ...

Re: [gentoo-dev] Making dobin, doexe, doins, doman, dodoc die by default

2006-07-12 Thread Donnie Berkholz
Henrik Brix Andersen wrote: > On Wed, Jul 12, 2006 at 11:11:01PM +0200, Jakub Moc wrote: >> Uh... Sorry but it's pretty hard to imagine something more annoying than >> an ebuild that dies after a couple of hours compile just because >> upstream decided to rename Changelog.txt to ChangeLog.txt and n

Re: [gentoo-dev] proxy-dev (an alternative to sunrise?)

2006-07-28 Thread Donnie Berkholz
Robert Cernansky wrote: > If I have some application that is not included in portage why > I decide to make an ebuild? Because I hope that then it will be > accepted and included to portage, so maintained by developers (big > thanks for this). If I have to take care of package + ebuild + > dependen

[gentoo-dev] net-im/aim masked for removal

2006-07-31 Thread Donnie Berkholz
I've masked net-im/aim, AOL's proprietary offering. It hasn't seen a release in years, it's binary-only, and it's far less capable than any other client out there. I'll remove it in 30 days, or whenever I remember it's still there. Thanks, Donnie signature.asc Description: OpenPGP digital sign

Re: [gentoo-dev] RT2X00_DEVICE USE_EXPAND

2006-08-02 Thread Donnie Berkholz
Roy Marples wrote: Seeing as this requires discussion according to make.defaults The rt2x00 cvs driver supports various RT wireless chipsets and the user should be able to control which one gets installed. This is also important as the cvs portion of a specific driver may break over time. I'

Re: [gentoo-dev] metastructure model (was Re: Sunrise contemplations)

2006-08-02 Thread Donnie Berkholz
Kevin F. Quinn wrote: > On Wed, 02 Aug 2006 12:00:56 +0200 > Thierry Carrez <[EMAIL PROTECTED]> wrote: > >> Excerpt from the metastructure model, chosen by the majority of devs >> last year (and not my model): >> [...] >> * It may have one or many leads, and the leads are selected by the >> member

Re: [gentoo-dev] net-im/aim masked for removal

2006-08-02 Thread Donnie Berkholz
Enrico Weigelt wrote: > BTW: could be introduce an separate (optional) masking method > for such proprietary stuff ? > > I personally don't want to have such stuff on my system, but I'm > really too lazy for check each package I intend to install by > its own. > > Would also be cool to have da

Re: [gentoo-dev] Project Sunrise resumed again (was Resignation)

2006-08-02 Thread Donnie Berkholz
Lance Albertson wrote: I think the point a lot of people are concerned about are packages that contain libraries or other dependencies that reside in the sunrise tree. There's a good chance that a package in the regular tree will link against a package from sunrise, the user will have no idea or

[gentoo-dev] Setting USE_EXPAND defaults in profiles (in some cases)

2006-08-03 Thread Donnie Berkholz
For ebuilds that use USE_EXPAND to pull in other dependencies rather than just internally building drivers (I suspect xorg is the only one), I've been thinking of a way to make the whole setup cleaner. agaffney suggested this in the first place, and every time I think about it, it seems like a bet

Re: [gentoo-dev] SearchSecurity.com: "Linux patch problems: Your distro may vary"

2006-08-07 Thread Donnie Berkholz
Wolfram Schlich wrote: > Any comments or thoughts about this? Read the comments here: http://lwn.net/Articles/193107/ In the future, please don't double-post to subscriber-only lists, very few people can reply to both. Thanks, Donnie signature.asc Description: OpenPGP digital signature

<    1   2   3   4   5   6   7   8   9   10   >