Re: [gentoo-dev] Re: perl-module.eclass -- review - 2

2009-03-03 Thread Bo Ørsted Andresen
On Tuesday 03 March 2009 12:13:34 Peter Volkov wrote: Could you just use dosed here? dosed needs to die. Why? Because it's utterly pointless and exists only for legacy reasons. Few packages use it anyway. -- Bo Andresen

Re: [gentoo-dev] Re: perl-module.eclass -- review - 2

2009-03-02 Thread Bo Ørsted Andresen
On Monday 02 March 2009 08:24:35 Torsten Veller wrote: find ${D}/${VENDOR_LIB} -type f -a \( -name .packlist \ -o \( -name '*.bs' -a -empty \) \) -delete find ${D}/${VENDOR_LIB} -depth -mindepth 1 -type d -empty -delete I'm curious how portable the find () construct is.

Re: [gentoo-dev] virtualx eclass

2008-10-16 Thread Bo Ørsted Andresen
On Thursday 16 October 2008 23:54:32 Donnie Berkholz wrote: I'm not sure whether this would work, but one idea would be to handle dependencies depending on what's in IUSE of the ebuild inheriting. That would require ebuilds to set IUSE before inheriting the eclass. -- Bo Andresen

Re: [gentoo-dev] RFC: fox.eclass update

2008-10-14 Thread Bo Ørsted Andresen
--- gentoo-x86/eclass/fox.eclass 2008-10-12 14:31:36.0 +0200 +++ fox-proposed.eclass 2008-10-13 20:27:05.0 +0200 [...] -inherit eutils libtool versionator +inherit autotools eutils libtool versionator You should probably be setting WANT_AUTO* before inheriting

Re: [gentoo-dev] Re: bzr.eclass into Portage

2008-10-13 Thread Bo Ørsted Andresen
On Monday 13 October 2008 04:43:48 Steve Long wrote: EBZR_OPTIONS=${EBZR_OPTIONS:-} (and similar variants) doesn't do anything (beyond waste lex and yacc time.) It gets listed in the generated man page. [...] The same consideration applies to all those constant values 'and indeed' ${foo} as

Re: [gentoo-dev] [RFC] PROPERTIES=set for meta-packages that should behave like package sets

2008-09-29 Thread Bo Ørsted Andresen
On Monday 29 September 2008 01:37:03 Zac Medico wrote: Why the need for multiple solutions at all? PROPERTIES=set is too weird and involves too much nonsensical behaviour to be useful. I don't see the PROPERTIES=set approach as being worse than any other approach for package set definition.

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild

2008-09-29 Thread Bo Ørsted Andresen
On Monday 29 September 2008 10:27:51 Alexis Ballier wrote: Maybe it would be worth adding repoman warnings/errors for econf calls in eapi2 src_compile. Or make econf warn when run outside src_configure/src_compile depending upon EAPI. -- Bo Andresen signature.asc Description: This is a

Re: [gentoo-dev] Re: Default src_install for EAPI-2 or following EAPI

2008-09-24 Thread Bo Ørsted Andresen
On Wednesday 24 September 2008 07:28:07 Alec Warner wrote: Now figure out the four flaws in the above code. Why not be helpful and point them out? I would call your comment 'UnGentooey', if I may use a work term.  I don't think saying there are flaws in a given piece of code is really

Re: [gentoo-dev] Making built_with_use die by default with EAPI 2

2008-09-23 Thread Bo Ørsted Andresen
On Monday 22 September 2008 22:25:20 Petteri Räty wrote: If you mean something like built_with_use cat/foo coolfeature || ewarn bar will be more useful if you rebuild cat/foo with USE=coolfeature then you can use has_version 'cat/foo[coolfeature]' || ... instead.

Re: [gentoo-dev] Making built_with_use die by default with EAPI 2

2008-09-23 Thread Bo Ørsted Andresen
On Tuesday 23 September 2008 22:44:35 Alexis Ballier wrote: False. If for instance coolfeature was made optional in =pv you can use logic like: if has_version '=cat/foo-pv' ! has_version 'cat/foo[coolfeature]'; then ewarn '...' fi I think this should cover all the current

Re: [gentoo-dev] Re: Default src_install for EAPI-2 or following EAPI

2008-09-23 Thread Bo Ørsted Andresen
On Tuesday 23 September 2008 21:39:52 Thomas Sachau wrote: default_src_install() {         if [ -f Makefile -o -f GNUmakefile -o -f makefile ]; then                 if emake DESTDIR=${D} install || einstall ; then                         die install failed                 else                

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

2008-09-11 Thread Bo Ørsted Andresen
On Thursday 11 September 2008 17:42:25 Zac Medico wrote: Ebuilds that used this approach were easily fixed by moving the has_version calls to pkg_preinst and storing the results in environment variables. Which breaks with any portage old enough to not properly support storing environment

Re: [gentoo-dev] [RFC] EAPI 2 Draft

2008-09-05 Thread Bo Ørsted Andresen
On Friday 05 September 2008 00:58:05 Zac Medico wrote:  * Default phase function implementations for older EAPIs are    accessible via functions having names that start with 'eapi',    followed by the EAPI value. Based on the lack of use cases or further responses to [1] I would suggest

[gentoo-dev] Retirement

2008-08-10 Thread Bo Ørsted Andresen
My retirement is probably long overdue as I haven't really been active for several months. It is now clear to me that Gentoo is not moving in the direction I had wished for and the last council election indicates that most current Gentoo developers appear to be satisfied with this current

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999-r1.ebuild quassel-0.2.0_rc1.ebuild quassel-0.2.9999.ebuild

2008-07-03 Thread Bo Ørsted Andresen
On Thursday 03 July 2008 01:06:17 Diego 'Flameeyes' Pettenò wrote: -r1 has this values: P=quassel- PN=quassel PV= PF=quassel--r1 PVR=-r1 (was this the right variable name? I sincerely forgot) PVR is right. You only forgot PR=r1.

Re: [gentoo-dev] When the version scheme changes

2008-06-29 Thread Bo Ørsted Andresen
On Saturday 28 June 2008 17:03:13 Marijn Schouten (hkBst) wrote: PV=${PV/0./} to that new ebuild. This is the cleanest way to do it and doesn't require any variable name changes or any other changes to the ebuild regardless of what it does. Unfortunately it is also illegal per current PMS as

Re: [gentoo-dev] EAPI-2 - Let's get it started

2008-06-10 Thread Bo Ørsted Andresen
On Tuesday 10 June 2008 18:26:55 Doug Goldstein wrote: Let's try to aim to do an EAPI=2 sometime soonish since Portage now has USE flag depends in version 2.2 which is looming on the horizon. It'd be nice to hit the ground running with supporting these. I know it'll be trivial for the Paludis

Re: [gentoo-dev] EAPI-2 - Let's get it started

2008-06-10 Thread Bo Ørsted Andresen
On Wednesday 11 June 2008 01:03:47 Marius Mauch wrote: I would like the portage devs to comment upon which of the following features they think could easily be implemented before portage 2.2 goes stable. There's still some time since it hasn't left package.mask yet, so I'd rather they

Re: [gentoo-dev] Nominations open for the Gentoo Council 2008/2009

2008-06-08 Thread Bo Ørsted Andresen
On Thursday 05 June 2008 02:00:21 Łukasz Damentko wrote: Nominations for the Gentoo Council 2008/2009 are open now and will be open for the next two weeks (until 23:59 UTC, 18/06/2008). I would like to nominate Piotr Jaroszyński (peper). -- Bo Andresen signature.asc Description: This is a

Re: [gentoo-dev] Re: Nominations open for the Gentoo Council 2008/2009

2008-06-05 Thread Bo Ørsted Andresen
On Thursday 05 June 2008 20:26:03 Alex Howells wrote: 2008/6/5 Ali Polatel [EMAIL PROTECTED]: I want to nominate: Fernando J. Pereda -- ferdy Bo Ørsted Andresen -- zlin I accept. Is there a method for objecting to a nomination, kinda like the opposite of seconding it? :P It would

Re: [gentoo-dev] [RFC] Eclass for gnome-python* split

2008-05-26 Thread Bo Ørsted Andresen
On Saturday 24 May 2008 00:01:20 Arun Raghavan wrote: http://gitorious.org/projects/g-py-split/repos/mainline/blobs/g-py-split/eclass/gnome-python-common.eclass Comments to quoted parts of the eclass below... G_PY_BINDINGS=${G_PY_BINDINGS:-${PN%-*}} From the comments above it I get the

Re: [gentoo-dev] What are blocks used for?

2008-04-16 Thread Bo Ørsted Andresen
On Wednesday 16 April 2008 09:56:04 Mateusz A. Mierzwiński wrote: My Prof from US used to say - if something is working good why we should replace it? When we do that we can be sent to the tree with bananas straighting proposition by OS. I think it has been made quite clear in this thread that

Re: [gentoo-dev] What are blocks used for?

2008-04-16 Thread Bo Ørsted Andresen
On Wednesday 16 April 2008 10:15:16 Mateusz A. Mierzwiński wrote: So why not to send on screen info about what to do rather then ERROR? Please reread this entire thread. That's exactly what is being proposed. [...] I think this is good idea. I think this is a terrible idea. -- Bo Andresen

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

2008-04-04 Thread Bo Ørsted Andresen
On Thursday 03 April 2008 14:55:43 Patrick Lauer wrote: But if you don't trust anyone there is no reason why you would even try to interact with Gentoo. So at some point you will have to decide to arbitrarily trust a few entities, be it devs or servers or cryptographic keys ... Uh huh,

Re: [gentoo-dev] explicit -r0 in ebuild filename

2008-04-04 Thread Bo Ørsted Andresen
On Monday 31 March 2008 02:29:10 Brian Harring wrote: Going to reiterate this one more time; the proposal is simple enough; if it's an implicit 0 via cpv parsing, it should *not* be explicitly specified on disk. 'diffball-1.0_alpha0.ebuild' can just as easily be specified as

Re: [gentoo-dev] [RFC] Major changes to the Gnome2 Eclasses

2008-03-17 Thread Bo Ørsted Andresen
On Tuesday 18 March 2008 00:42:02 Gilles Dartiguelongue wrote: Now, basically, if the portage metadata or QA people could tell me a way to figure *all* the ebuilds that inherit gnome2 *and* have a pkg_preinst() function somewhere (either in the ebuild or in an eclass somewhere) I'd really

Re: [gentoo-dev] FYI clarifications to skel.ebuild EAPI usage

2008-03-13 Thread Bo Ørsted Andresen
On Friday 14 March 2008 03:29:26 Petteri Räty wrote: solar reported that he had ebuild submissions blindly using EAPI=1 so we hopefully made the text better reflect that it should not be used unless absolutely needed. 'Absolutely' is far too strong a word. A better wording would be 'unless

[gentoo-dev] subversion.eclass

2008-02-15 Thread Bo Ørsted Andresen
For quite a while the KDE herd has had a modified version of subversion.eclass in the kde overlay. During that time we have added the following features to the eclass which we would like to put back in gentoo-x86 soon. Since the changes are fairly extensive we decided to send it to this list

Re: [gentoo-dev] subversion.eclass

2008-02-15 Thread Bo Ørsted Andresen
On Saturday 16 February 2008 00:40:31 Doug Klima wrote: For quite a while the KDE herd has had a modified version of subversion.eclass in the kde overlay. During that time we have added the following features to the eclass which we would like to put back in gentoo-x86 soon. Since the

Re: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass

2008-02-14 Thread Bo Ørsted Andresen
On Wednesday 13 February 2008 20:30:30 Petteri Räty wrote: How can I use PATCHES  without quoting issues? Attached is a patch that fixes this. So is someone going to fix epatch too? Otherwise it is rather moot. -- Bo Andresen signature.asc Description: This is a digitally signed message

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-21 Thread Bo Ørsted Andresen
On Friday 21 December 2007 05:25:00 Zhang Le wrote: The question is really simple. Whether we should have two different place to define EAPI? We need two places because it wasn't implemented properly in the first place and we want to retain backwards compatibility for people who use old

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-21 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 17:14:52 Thomas Pani wrote: Are we Debian now? A new feature gets implemented (obviously because we *need* it) and we can make use of it in a *year*? No, we're not Debian, thank god. I thought the wait 1+ year policy changed? Again citing Ciaran: That was only

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-21 Thread Bo Ørsted Andresen
On Friday 21 December 2007 05:46:35 Josh Saddler wrote: Who cares? Gentoo uses the ebuild/bash-with-shebang format. If you're trying to shove in something outside of that, that would be a package manager-specific format. Like XML-stuff (that can't include the shebang or EAPI=foo at the top)

Re: EAPI definition Was: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-21 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 20:01:55 Zhang Le wrote: IMO, we can not have more than two EAPI's simultaneously. That defeats the whole purpose of having EAPIs. Which is to keep a sane upgrade path... -- Bo Andresen signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-21 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 22:33:25 Joe Peterson wrote: Technical reasons to avoid the filename are: 2) Having the same info in more than one place is bad (requiring extra repoman checks and the potential for ambiguity). As opposed to adding checks to make sure that obtaining the EAPI from

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-20 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 11:09:44 Donnie Berkholz wrote: Looking at my kernel config, ext3 and reiser explicitly support xattrs, and I see jfs and xfs have acls and security labels, which might be usable. [...] The idea of the sqlite-based fallback is what's interesting here. I

Re: [gentoo-dev] Re: Re: Re: Re: Re: [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-20 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 13:48:31 Steve Long wrote: (optimising early here seems silly tbh, given that paludis now requires ruby.) Eh? Now what're you on about? http://bugs.gentoo.org/show_bug.cgi?id=198864 So here you're showing that you don't know what a USE flag is? -- Bo

Re: [gentoo-dev] [GLEP] Use EAPI-suffixed ebuilds (.ebuild-EAPI)

2007-12-17 Thread Bo Ørsted Andresen
On Tuesday 18 December 2007 01:36:51 Thomas de Grenier de Latour wrote: Why can't it be in the file but readable without sourcing? For instance, it could be mandatory that EAPI=X, if present, must be the first non-blank and non-comment line of the ebuild (and it would then be checked after

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/resin: ChangeLog resin-3.0.25.ebuild resin-3.1.4.ebuild

2007-12-16 Thread Bo Ørsted Andresen
On Sunday 16 December 2007 08:03:37 Donnie Berkholz wrote: chmod 755 ${S}/configure fperms means you don't need S or quotes. fperms works on D. Not S. -- Bo Andresen signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/undvd: undvd-0.3.0.ebuild metadata.xml ChangeLog Manifest

2007-12-16 Thread Bo Ørsted Andresen
On Sunday 16 December 2007 08:13:49 Donnie Berkholz wrote: On 17:46 Fri 14 Dec , Greg Kroah-Hartman (gregkh) wrote: pkg_setup() { einfo Checking mplayer for USE flags we need... for f in encode dvd x264 mp3; do if ! built_with_use media-video/mplayer $f; then

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/undvd: undvd-0.3.0.ebuild metadata.xml ChangeLog Manifest

2007-12-16 Thread Bo Ørsted Andresen
On Monday 17 December 2007 00:48:12 Duncan wrote: I think it's valuable to show the flags that actually need to be changed rather than a full list of all required flags. ++ I had a USE blocker give me a list, recently, and it was mildly irritating to have to sort out which of the several

Re: [gentoo-dev] Re: Re: [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-1.3e.ebuild

2007-11-13 Thread Bo Ørsted Andresen
On Wednesday 14 November 2007 01:33:54 Jan Kundrát wrote: Steve Long wrote: Is [[:alpha:]] locale-safe? Yes, all POSIX character classes listed here are: http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html Thanks for a nice link. If I read section 7.3.1 correctly,

Re: [gentoo-dev] repoman and checking for correct quoting

2007-11-10 Thread Bo Ørsted Andresen
On Sat, Nov 10, 2007 at 11:51:37AM +0100, Krzysiek Pawlik wrote: It's purpose is to remove the ${D} from makefile, additionally ${D} is in single quotes, so it will not be expanded - is it a bug in repoman check? What ${D} ? I see none in that makefile. Which is why I think a patch would be

Re: [gentoo-dev] More general interface to use flags

2007-11-02 Thread Bo Ørsted Andresen
On Friday 02 November 2007 17:10:29 Roy Marples wrote: and the answer is still the same. POSIX conversions are irrelevant until you can propose solutions for the things bash can do but POSIX cannot. you can only provide workarounds or hacks, so any further attempt on the topic is half

Re: [gentoo-dev] More general interface to use flags

2007-11-02 Thread Bo Ørsted Andresen
On Friday 02 November 2007 17:52:13 Roy Marples wrote: On Fri, 2007-11-02 at 17:30 +0100, Bo Ørsted Andresen wrote: Please explain why you hijack this thread to discuss POSIX vs. bash when it's supposed to be about the API for ebuilds. I dislike the gratuitous use of bash for no good reason

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild

2007-10-15 Thread Bo Ørsted Andresen
On Monday 15 October 2007 09:42:50 Donnie Berkholz wrote: On 07:40 Mon 15 Oct , Christian Faulhammer (opfer) wrote: 1.1 app-misc/note/note-1.3.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/note/note-1.3.3.ebuild?rev=1.1view=markup plain:

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild

2007-10-14 Thread Bo Ørsted Andresen
On Sunday 14 October 2007 10:39:53 Donnie Berkholz wrote: On 14:25 Sat 13 Oct , Stefaan De Roeck (stefaan) wrote: 1.1 net-fs/openafs/openafs-1.4.5_pre1.ebuild file :

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-08 Thread Bo Ørsted Andresen
On Monday 08 October 2007 06:47:05 Donnie Berkholz wrote: src_unpack() { [SNIP] Shouldn't this respect ROOT != / ? I can see how that would be a bit of an unusual use case for games, though. Use of $ROOT in src_* would be illegal (which is why there a bunch of bug reports with abusing ROOT

Re: [gentoo-dev] Re: [RFC] Planning for the transition to EAPI=1 support

2007-10-05 Thread Bo Ørsted Andresen
On Friday 05 October 2007 04:26:50 Marius Mauch wrote: Problem is that nobody feels responsible for eselect anymore, so nobody takes care of bug #179064 (and I'm not going to play catchup games with externally hosted code). eselect isn't externally hosted. The code is available from svn at:

Re: [gentoo-dev] controlling src_test

2007-10-04 Thread Bo Ørsted Andresen
On Friday 05 October 2007 01:14:32 Marius Mauch wrote: (btw, the /etc/portage/env trick only works because the default src_test in ebuild.sh has the otherwise redundant FEATURES check which was discussed a few days ago in one of the commit reviews) src_test() is not called in dyn_test() unless

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Bo Ørsted Andresen
On Tuesday 25 September 2007 12:47:35 Marijn Schouten (hkBst) wrote: # make test does something weird so default src_test() in /usr/lib/portage/bin/ebuild.sh fails the following test # elif emake -j1 test -n /dev/null; then # so copy straight from default src_test() all the stuff

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-1.2.5-r1.ebuild

2007-09-24 Thread Bo Ørsted Andresen
On Monday 24 September 2007 21:56:49 Donnie Berkholz wrote: if [[ $(gcc-major-version) -gt 3 ]] || \ ( [[ $(gcc-major-version) -eq 3 ]] [[ $(gcc-minor-version) -gt 3 ]] ) Code block { } might be good here instead of a subshell, or perhaps it could use logic that's less

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-1.0_rc1_p20070824.ebuild

2007-09-24 Thread Bo Ørsted Andresen
On Monday 24 September 2007 21:53:14 Donnie Berkholz wrote: - use video_cards_mga || myconf=${myconf} --disable-mga - ( use X use video_cards_mga ) || myconf=${myconf} --disable-xmga + use video_cards_mga myconf=${myconf} --enable-mga + ( use X use video_cards_mga )

Re: [gentoo-dev] gentoo-x86 commit in sys-cluster/csync2: ChangeLog csync2-1.34.ebuild

2007-09-20 Thread Bo Ørsted Andresen
On Thursday 20 September 2007 19:54:16 Donnie Berkholz wrote: econf has default econf failed die message. The following would be sufficient:   econf \   --localstatedir=/var \   --sysconfdir=/etc/csync2 Is that so ... when did that appear? Does it happen for

Re: [gentoo-dev] [RFC] missing herd tag in metadata.xml

2007-05-10 Thread Bo Ørsted Andresen
On Thursday 10 May 2007 19:38:13 Thilo Bangert wrote: /me goes back to reading up on some history: missing metadata.xml - 2006-11-22 http://thread.gmane.org/gmane.linux.gentoo.devel/44407 -- Bo Andresen signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [RFC] Ideas for projects...

2007-01-11 Thread Bo Ørsted Andresen
On Friday 12 January 2007 05:43, Richard Fish wrote: My idea would be to extend emaint to check package.keywords and package.use for obsolete flags, unnecessary atoms (like foo-1.2 in keywords when foo-1.3 is stable), atoms that don't match any current ebuild, and so on. app-portage/eix

Re: [gentoo-dev] Re: Versioning the tree

2006-11-29 Thread Bo Ørsted Andresen
On Wednesday 29 November 2006 09:37, Stuart Herbert wrote: Gcc 4.1.1 wasn't a last minute change. I can't agree with you there.  It doesn't matter how many months of planning and work you guys put into getting gcc-4.1 fit for stable. If you're doing it off in your own little corner of the

Re: [gentoo-dev] Re: Versioning the tree

2006-11-29 Thread Bo Ørsted Andresen
On Wednesday 29 November 2006 18:11, Stuart Herbert wrote: Except it was announced before we even made the snapshot, Sorry, I've looked, but the only announcement I found on gentoo-dev was posted two days before gcc-4.1 was stabilised [1].  I must have missed the earlier announcement? Maybe

Re: [gentoo-dev] [treecleaner] Last rites: media-sound/alsaplayer

2006-08-22 Thread Bo Ørsted Andresen
On Monday 21 August 2006 14:59, Abhay Kedia wrote: I use alsaplayer to play KDE sounds as it works well with dmix and I can keep aRts disabled. All KDE sounds are ogg files and when I play them with mpg321, it just exits without producing any sound. I guess the only thing left for me to use is

Re: [gentoo-dev] GPL and Source code providing

2006-06-28 Thread Bo Ørsted Andresen
On Wednesday 28 June 2006 16:28, Mivz wrote: How free is free software if you need a lawyer and a expensive server just to be able to publish your addition under your own name? There is nothing preventing you from just publishing a patch with your name. The problem arises only if you

Re: [gentoo-dev] Re: Did portage 2.1 change default use flags?

2006-06-14 Thread Bo Ørsted Andresen
On Wednesday 14 June 2006 14:42, Alec Warner wrote: * autouse (use.defaults) has been deprecated by specifying USE_ORDER in make.defaults.  Users may still turn this back on by specifying USE_ORDER=env:pkg:conf:auto:defaults in make.conf.  Interested in figuring out what use flags were turned

Re: [gentoo-dev] Re: Re: Did portage 2.1 change default use flags?

2006-06-14 Thread Bo Ørsted Andresen
On Wednesday 14 June 2006 18:40, Alec Warner wrote: There is no comparison, use.defaults IS the file.  Look at it. [SNIP] and so on.  If package is installed, the corresponding flag is turned on automatically hence autouse.  This no longer occurs in 2.1. Ah, now I get it. I didn't realize

Re: [gentoo-dev] Did portage 2.1 change default use flags?

2006-06-13 Thread Bo Ørsted Andresen
On Monday 12 June 2006 12:57, Bo Ørsted Andresen wrote: On Monday 12 June 2006 12:42, Peter wrote: All of a sudden, emerge -uD --newuse world is showing dozens of ebuild that are replaced due to removed use flags. Did someone change the default use flags? Upgraded yesterday to portage 2.1

Re: [gentoo-dev] Did portage 2.1 change default use flags?

2006-06-12 Thread Bo Ørsted Andresen
On Monday 12 June 2006 12:42, Peter wrote: All of a sudden, emerge -uD --newuse world is showing dozens of ebuild that are replaced due to removed use flags. Did someone change the default use flags? Upgraded yesterday to portage 2.1. Look at the first section of [1]. Just so you know it this