Re: [gentoo-dev] [PATCH 1/2] Set default EGIT_SOURCEDIR to point to standard ${WORKDIR}/${P}. It allows ${S} overriding in user's code as other eclasses do:

2012-11-27 Thread Tomáš Chvátal
Why not use tools already in the eclass? The egit_sourcedir is exactly for this... also you can just define s after the inherit... Dne 27.11.2012 20:27 Sergei Trofimovich sly...@gentoo.org napsal(a): Before the patch I had to move subdir(not very reliable):

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

2012-11-27 Thread Tomáš Chvátal
This is bad idea. It breaks live rebuild and other stuff. You should just clone each repo yourself, see how i did in libreoffice ebuild Dne 27.11.2012 20:28 Sergei Trofimovich sly...@gentoo.org napsal(a): EGIT_REPO_URI=https://github.com/ghc/ghc.git; requires user to run './sync-all

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

2012-11-30 Thread Tomáš Chvátal
Dne Pá 30. listopadu 2012 20:37:22, Pacho Ramos napsal(a): media-sound/logitechmediaserver-bin - this package is special, it's maintained by a proxy maintainer but it was reassigned to maintainer-needed instead of proxy-maint herd. Was reviewing to reassign it when I saw:

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

2012-12-01 Thread Tomáš Chvátal
Dne So 1. prosince 2012 06:42:13, Rich Freeman napsal(a): On Fri, Nov 30, 2012 at 4:13 PM, Tomáš Chvátal tomas.chva...@gmail.com wrote: Dne Pá 30. listopadu 2012 20:37:22, Pacho Ramos napsal(a): media-sound/logitechmediaserver-bin - this package is special, it's maintained by a proxy

Re: [gentoo-dev] games.eclass: handle verbose build log for egamesconf in EAPI5

2012-12-02 Thread Tomáš Chvátal
There are better ways to do this. For example you can just grep through the configure file, not having to invoke it, see the xorg-2.elass Tom 2012/12/2 hasufell hasuf...@gentoo.org: already filed a bug, but no response so far https://bugs.gentoo.org/show_bug.cgi?id=78 any comments?

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

2012-12-02 Thread Tomáš Chvátal
2012/12/2 Michał Górny mgo...@gentoo.org: And when was poppler split a library/server split? I think it was 2k8 or so, before the kde team took over its maintenance.

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

2012-12-08 Thread Tomáš Chvátal
Does it really have to be useflag? Can't we simply just install the file every time like we do with everything else? Logrotate/normal initscripts/etc/etc. There should be no issue with that if we install the service files every time, they just take few kbs in /etc/

Re: [gentoo-dev] Cleaning tree of outdated packages

2012-12-13 Thread Tomáš Chvátal
2012/12/13 Jory A. Pratt anar...@gentoo.org: As many of us are aware the tree is growing to a size that is really unacceptable for many. We have many packages that have excessive amounts of versions laying around that are not used any more. Many of these packages with excessive revisions most

Re: [gentoo-dev] Cleaning tree of outdated packages

2012-12-13 Thread Tomáš Chvátal
2012/12/13 Tomáš Chvátal tomas.chva...@gmail.com: But there is one big ass but. We have some packages that were stabilised last time few year back and they provide multiple testing versions on top of that. Who is the one to deterimine which one should go stable and which to get rid of? We

[gentoo-dev] Defaulting for debug information in profiles

2012-12-17 Thread Tomáš Chvátal
Hi lads, lately I am having bit of problems from getting relevant debug info from users. Since we already have splitdebug for quite time (and I suppose quite few of us are using it) how about making it to default profiles default enabled and add -g to default cflags. Currently it is only enabled

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

2012-12-17 Thread Tomáš Chvátal
Currently we put portage into /usr/portage and all related stuff is to be in the subfolders there (distfiles, binpkg). I've always myself override these defaults in make.conf to point for /var/portage/ (not /var/lib because I never bothered enough how to make world and config files to be put

Re: [gentoo-dev] Defaulting for debug information in profiles

2012-12-17 Thread Tomáš Chvátal
2012/12/17 Diego Elio Pettenò flamee...@flameeyes.eu: On 17/12/2012 11:11, Tomáš Chvátal wrote: Since we already have splitdebug for quite time (and I suppose quite few of us are using it) how about making it to default profiles default enabled and add -g to default cflags. Currently

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

2012-12-17 Thread Tomáš Chvátal
2012/12/17 Diego Elio Pettenò flamee...@flameeyes.eu: On 17/12/2012 11:19, Tomáš Chvátal wrote: I've always myself override these defaults in make.conf to point for /var/portage/ (not /var/lib because I never bothered enough how to make world and config files to be put elsewhere :P). I

Re: [gentoo-dev] Defaulting for debug information in profiles

2012-12-17 Thread Tomáš Chvátal
2012/12/17 Sven Eden sven.e...@gmx.de: Hello Tomáš, on my system I have set up everything with splitdebug enabled. My CFLAGS use - march=native, -O2 and -ggdb. And this is the result: (Yes, I have a dedictated partition for that.) ~ $ LC_ALL=C df -h /usr/lib/debug/. Filesystem Size

Re: [gentoo-dev] Defaulting for debug information in profiles

2012-12-17 Thread Tomáš Chvátal
2012/12/17 Alexandre Rostovtsev tetrom...@gentoo.org: The bigger problem is not disk space but memory usage at link time. Try building something like *-webkit-* or firefox with debugging CFLAGS on a machine with limited memory. That ain't problem, we acutally can patch in those packages to

Re: [gentoo-dev] Defaulting for debug information in profiles

2012-12-17 Thread Tomáš Chvátal
2012/12/17 Ben de Groot yng...@gentoo.org: Please don't. For most users this is a waste of resources. On first look it seems like waste of resources. On second hand it makes stuff easy wrt bugreports provided by users. And believe me when I say most upstreams are pissed by gentoo reports because

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

2013-01-17 Thread Tomáš Chvátal
2013/1/17 Markos Chandras hwoar...@gentoo.org: On 16 January 2013 20:09, Alexis Ballier aball...@gentoo.org wrote: On Wed, 16 Jan 2013 12:40:02 + (UTC) Tomas Chvatal (scarabeus) scarab...@gentoo.org wrote: scarabeus13/01/16 12:40:02 Modified: ChangeLog Added:

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

2013-01-17 Thread Tomáš Chvátal
2013/1/17 Ben de Groot yng...@gentoo.org: On the other hand I have used libav and mplayer2 for a long time, and have not run into any problems. The only thing missing is mencoder. Which is sovled by the mplayer1 supporting libav since yesterday. :-)

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

2013-01-21 Thread Tomáš Chvátal
Dne St 16. ledna 2013 17:09:07, Alexis Ballier napsal(a): On Wed, 16 Jan 2013 12:40:02 + (UTC) Tomas Chvatal (scarabeus) scarab...@gentoo.org wrote: scarabeus13/01/16 12:40:02 Modified: ChangeLog Added:ffmpeg-9.ebuild Removed:

Re: [gentoo-dev] January stabilization candidates

2013-01-21 Thread Tomáš Chvátal
Dne So 12. ledna 2013 14:49:52, Paweł Hajdan, Jr. napsal(a): Please review attached automatically generated stabilization candidates for January. I don't want to annoy people with automatically filed bugs, and at the same time I also received lots of positive feedback about the effort to

Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing

2013-01-21 Thread Tomáš Chvátal
2013/1/21 Pacho Ramos pa...@gentoo.org: This can be useful when, for example, doc contents are modified. You can then rely on using REPLACING_VERSIONS in your ebuild to print messages when people updates from versions using old docs Patch to review attached Would'nt be better to just set

Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing

2013-01-22 Thread Tomáš Chvátal
2013/1/22 Pacho Ramos pa...@gentoo.org: El mar, 22-01-2013 a las 08:16 +0100, Tomáš Chvátal escribió: Would'nt be better to just set some variable in the ebuild, rather than call function that touches empty file? Tom I think it can be done in either way... but I don't see the advantage

Re: [gentoo-dev] January stabilization candidates

2013-01-22 Thread Tomáš Chvátal
2013/1/22 Petteri Räty betelge...@gentoo.org: I have an RSS feed for this purpose at: http://gentoo.petteriraty.eu/stable.rss Sources are available here: https://github.com/betelgeuse/scripts/blob/master/rss-changelog Maybe this is something that should be pushed to official Gentoo

Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing

2013-01-22 Thread Tomáš Chvátal
Dne Út 22. ledna 2013 19:37:12, Pacho Ramos napsal(a): I agree, thanks for pointing it. Just attached patch should handle it. Still not nice enough for me :D Use the ECLASS_VARIABLE to describe it @DEFAULT_UNSET is what you seek, see git-2.eclass. Tom signature.asc Description: This is a

[gentoo-dev] Subslots progress in main tree

2013-01-23 Thread Tomáš Chvátal
Hi guys, do we have some scans that report libraries converted to subslots and lists their rdeps checked if they are updated accordingly? It might be pretty usefull to actually see where the deps needed to be updated so we can take use of this feature where possible (also its a hint for lib

Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing

2013-01-24 Thread Tomáš Chvátal
Dne Čt 24. ledna 2013 21:33:45, Pacho Ramos napsal(a): El mar, 22-01-2013 a las 19:42 +0100, Tomáš Chvátal escribió: Dne Út 22. ledna 2013 19:37:12, Pacho Ramos napsal(a): I agree, thanks for pointing it. Just attached patch should handle it. Still not nice enough for me :D Use

[gentoo-dev] Removals reply (I am not going to figure out which tread of those all should i reply to)

2013-02-01 Thread Tomáš Chvátal
Hello guys, just to be sure here Removals are completely up to the maintainer to decide, with expection of QA removal where the package must be already broken to get punted. If you as developers and users find some package useful you can retake the maintainership (or became proxy-maint) which

Re: [gentoo-dev] Removals reply (I am not going to figure out which tread of those all should i reply to)

2013-02-01 Thread Tomáš Chvátal
2013/2/1 Rich Freeman ri...@gentoo.org: On Fri, Feb 1, 2013 at 8:53 AM, Tomáš Chvátal tomas.chva...@gmail.com wrote: If you as developers and users find some package useful you can retake the maintainership (or became proxy-maint) which also expects you to take care of the bugs (QA can prune

Re: [gentoo-dev] Removals reply

2013-02-01 Thread Tomáš Chvátal
Dne Pá 1. února 2013 18:40:32, Vaeth napsal(a): [...] and if anyone wants to start where we left he can pick out the ebuild from attic and put into his own overlay where it might work for him or even put it back to tree fixed. And this is exactly what *cannot* be done after a while:

Re: [gentoo-dev] Removals reply

2013-02-02 Thread Tomáš Chvátal
Dne So 2. února 2013 12:44:30, Vaeth napsal(a): When I came to Gentoo many years ago, this was a very rare problem, but the removal of packages has tremendously increased, and it is not only me who is observing this problem - there were already some threads in the forums, and people planning

Re: [gentoo-dev] Half of the firmware packages in tree install to wrong directory

2013-02-08 Thread Tomáš Chvátal
2013/2/8 Diego Elio Pettenò flamee...@flameeyes.eu: On 08/02/2013 18:53, Samuli Suominen wrote: Then intrested parties get to fix what they want and unmask? I would say that we might want to review linux-firmware, and if the newest firmware _is_ there, just get rid of the split one. That

Re: [gentoo-dev] Lastrites: media-gfx/picasa, dev-python/papyon, net-voip/telepathy-butterfly, sci-visualization/paraview, x11-misc/xdaf

2013-02-10 Thread Tomáš Chvátal
Dne Ne 10. února 2013 19:47:58, Patrick Lauer napsal(a): On 02/10/2013 05:01 PM, Pacho Ramos wrote: # Pacho Ramos pa...@gentoo.org (10 Feb 2013) # Fails with gcc-4.7, crashes (#301946, #312073), problems with # boost (#319921), problems with python-2.7 (#338826), really old # version in

Re: [gentoo-dev] Lastrites: media-gfx/picasa, dev-python/papyon, net-voip/telepathy-butterfly, sci-visualization/paraview, x11-misc/xdaf

2013-02-10 Thread Tomáš Chvátal
Dne Ne 10. února 2013 13:51:16, Alexander Berntsen napsal(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/02/13 12:47, Patrick Lauer wrote: So instead of moving things from random overlays to the tree we remove packages now, remove features from other packages because of

[gentoo-dev] Last time touched bugs by year

2013-02-14 Thread Tomáš Chvátal
Hi, I added the bug queries to http://qa-reports.gentoo.org/ based by year of last being touched. Take look, try to close the oldest ones/invalid ones and so on. I think it is lame we have bugs last touched in 2k5 :-P Cheers Tom

Re: [gentoo-dev] Last time touched bugs by year

2013-02-14 Thread Tomáš Chvátal
Dne Čt 14. února 2013 18:34:10, Markos Chandras napsal(a): Why not 2011 and 2012 as well? Feel free to add more, its on qa-scripts git repository.

Re: [gentoo-dev] Last time touched bugs by year

2013-02-15 Thread Tomáš Chvátal
2013/2/14 Agostino Sarubbo a...@gentoo.org: Probably we don't need to see maintainer-wanted stuff.. Oh but we need to see them, quite few of those can be closed as invalid because the upstream is long ago dead. Tom

Re: [gentoo-dev] Last time touched bugs by year

2013-02-15 Thread Tomáš Chvátal
2013/2/15 Alec Warner anta...@gentoo.org: I was under the impression we just left those bugs open forever...are we closing them now? Why should we keep them opened forever. They should be closed when the package is no longer provided anywhere or obsoleted by something else.

Re: [gentoo-dev] Last time touched bugs by year

2013-02-15 Thread Tomáš Chvátal
2013/2/15 Markos Chandras hwoar...@gentoo.org: On 14 February 2013 19:26, Tomáš Chvátal tomas.chva...@gmail.com wrote: Dne Čt 14. února 2013 18:34:10, Markos Chandras napsal(a): Why not 2011 and 2012 as well? Feel free to add more, its on qa-scripts git repository. Ok I was just wondering

Re: [gentoo-dev] Last time touched bugs by year

2013-02-15 Thread Tomáš Chvátal
2013/2/15 Gilles Dartiguelongue e...@gentoo.org: On another note, I just saw a report for EAPI per eclass which is super nice but unfortunately, EAPI=5 is listed but actually unsupported by the result of the scan :) This can't be done better right now, as we use pkgcore to gather these stats

Re: [gentoo-dev] app-dicts herd needs new people

2013-02-16 Thread Tomáš Chvátal
2013/2/16 Pacho Ramos pa...@gentoo.org: As it's now empty Thanks for joining, I am unsure about releasing its packages for up for grabs and removing the herd if nobody joins :/ I did some work there wrt myspell dictionaries that are to be ported to new official layout so if anyone wants to

Re: [gentoo-dev] Re: linux-firmware

2013-02-20 Thread Tomáš Chvátal
2013/2/20 Rich Freeman ri...@gentoo.org: There is a current QA policy that anything using an scm to download sources cannot be stabilized, because there is no way to verify the manifest. I'm actually wondering if that makes sense with git when a specific commit is referenced, since

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/confuse: confuse-2.7.ebuild ChangeLog

2013-03-03 Thread Tomáš Chvátal
If I remember correctly the damn rule is to put it for 30 days into testing, and as you said there was no previous version on arm so users could've reported some issues, i agree that sometimes you have to ignore the rules to really fix stable, but was this such case for sure? Dne 3.3.2013 3:43

Re: [gentoo-dev] C++ TR1 virtuals

2013-03-05 Thread Tomáš Chvátal
2013/3/4 Diego Elio Pettenò flamee...@flameeyes.eu: virtual/c++-tr1-functional virtual/c++-tr1-memory virtual/c++-tr1-type-traits Given that these will have a (bad) GCC dependnecy and a boost dependency on them, should we just drop them? Sounds like best solution, so i would go for it.

Re: [gentoo-dev] Collecting items for EAPI 6

2013-03-29 Thread Tomáš Chvátal
Dne Čt 28. března 2013 19:15:59, Michał Górny napsal(a): Hello, As discussed with ulm, I'd like to start a thread for collecting initial items for EAPI 6. Preferably items which are either almost ready or are easy to implement and are non-controversial. In other words, thing which are

Re: [gentoo-dev] How shall we name the EAPI 6 patch applying function?

2013-04-03 Thread Tomáš Chvátal
Dne St 3. dubna 2013 16:29:48, Ciaran McCreesh napsal(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 03 Apr 2013 14:33:30 +0200 hasufell hasuf...@gentoo.org wrote: You also have to rename the PATCHES array, because base.eclass already uses that name with epatch.

Re: [gentoo-dev] Packages using -Werror

2013-05-03 Thread Tomáš Chvátal
Dne Pá 3. května 2013 10:39:29, Rich Freeman napsal(a): On Fri, May 3, 2013 at 10:15 AM, hasufell hasuf...@gentoo.org wrote: We don't need that. We already get QA warnings for severe compiler warnings with a note that it should be reported upstream. Turning them into errors does not

[gentoo-dev] Removal of office-ext.eclass

2013-05-17 Thread Tomáš Chvátal
As per summary this eclass should be removed in 30 days from now. It is replaced by office-ext-r1 in cvs. Cheers Tom

Re: [gentoo-dev] PSA: python-r1.eclass, python-single-r1.eclass, and REQUIRED_USE

2013-05-27 Thread Tomáš Chvátal
Is there actually list of current offenders? It would be pretty nice to have bugs opened if someone forgot to set it. Tom

Re: [gentoo-dev] Re: Review Board for Gentoo

2013-05-29 Thread Tomáš Chvátal
He is probably thinking about buildtests and automatic commit merges which are not possible with reviewboard. Dne 29.5.2013 9:09 Michael Palimaka kensing...@gentoo.org napsal(a): On 29/05/2013 02:07, Alexey Shvetsov wrote: Hi! Cool! I didnt use RB before, but i use gerrit. Do you pan to

[gentoo-dev] app-dict team needs help

2013-06-04 Thread Tomáš Chvátal
Hello guys, the app-dict team is almost-non existent altho it provides one of the most core features for our daily desktop usage as without dictionaries and spell checking we could not imagine much work nowdays. So what is needed there: aspell - all various bugs around, per language file

Re: [gentoo-dev] app-dict team needs help

2013-06-08 Thread Tomáš Chvátal
2013/6/7 Dennis Lan (dlan) dennis.y...@gmail.com stardict: trivial bugs around but i don't use stardict. Hi Tomas I'm a stardict user, let me know what I can help Hello Dennis, Currently there are 18 open bugs [1], so just looking into them would be nice. Checking if the ebuilds could

Re: [gentoo-dev] Last time touched bugs by year

2013-06-21 Thread Tomáš Chvátal
2013/6/21 Pacho Ramos pa...@gentoo.org Could maintainer-wanted assigned bugs be filtered? Otherwise we see a ton of that kind of bugs that, I think, we already know can become really old ;) Thanks! You can do such yourself. Just clone the repo [1] and commit the updated links. Also my

Re: [gentoo-dev] unmasking USE=system-ffmpeg for stable www-client/chromium ebuilds

2013-07-26 Thread Tomáš Chvátal
2013/7/26 Diego Elio Pettenò flamee...@flameeyes.eu Does this still allow me to use libav? If not I'd like to veto it. You can use testing version. Stable is too old, be happy I fixed all those buildcrashes so we can have it in testing. If you want start some tracker to get it stable tho, i

[gentoo-dev] Changes in libreoffice ebuild

2013-08-13 Thread Tomáš Chvátal
As per my comment in bugzilla [1] I said that the patch should be submitted upstream prior having it in cvs. Yet you decided to completely ignore my statement and just smash in the patch anyway [2]. Please don't do this ever again. We had shitload of distro patches before and it is hell to strip

[gentoo-dev] March KDE Team meeting.

2009-03-03 Thread Tomáš Chvátal
Hi, as usual there is again one month gone so we are going to have meeting. This time it will be on Thursday 5.3. at 19:00 UTC in #gentoo-kde. We have on our TODO for this meeting: - kde3 eapi2 and other kde3 stuff that needs to be done. - kde4.2 things we have to do for its stabilisation. -

[gentoo-dev] Git eclass update

2009-03-03 Thread Tomáš Chvátal
Hi, I am currently messing with git.eclass and i would like to see some other sets of eyes on it. I am throwing in full new eclass [1] and its diff [2]. I will be really happy for comments and even more for diffs :D [1]

Re: [gentoo-dev] Git eclass update

2009-03-04 Thread Tomáš Chvátal
Dne středa 04 Březen 2009 11:22:54 Rémi Cardona napsal(a): Tomáš Chvátal a écrit : Hi, I am currently messing with git.eclass and i would like to see some other sets of eyes on it. I am throwing in full new eclass [1] and its diff [2]. I will be really happy for comments and even more

Re: [gentoo-dev] Git eclass update

2009-03-04 Thread Tomáš Chvátal
Dne středa 04 Březen 2009 11:29:44 Rémi Cardona napsal(a): Tomáš Chvátal a écrit : Hi, I am currently messing with git.eclass and i would like to see some other sets of eyes on it. I am throwing in full new eclass [1] and its diff [2]. I will be really happy for comments and even more

Re: [gentoo-dev] Git eclass update

2009-03-04 Thread Tomáš Chvátal
Dne úterý 03 Březen 2009 20:47:28 Tomáš Chvátal napsal(a): [2] http://dev.gentoo.org/~scarabeus/git.eclass.diff As for now the diff is really obsolete so use direct link and make diff yourself (sorry but i preffer fast including patches :]) Tomas signature.asc Description

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

2009-03-08 Thread Tomáš Chvátal
Hi, lately i see that in our bugzilla most of the build reports are reported with localized build logs which we dont understand. This leads to us asking the user to run the emerge once more with LC_ALL=C. Wont it be nice to have this variable set by default in portage so users reporting bugs

[gentoo-dev] Packages needing manitainer

2009-03-08 Thread Tomáš Chvátal
We (kde team) have some packages that we are not interested much/are so popular that we cant handle their bugload/releases/etc. So here they are: media-sound/amarok for both kde3 and kde4 version net-misc/mDNSResponder Is there around some brave soul that would became maintainer for this two

Re: [gentoo-dev] Packages needing manitainer

2009-03-08 Thread Tomáš Chvátal
Dne neděle 08 Březen 2009 22:54:23 Rémi Cardona napsal(a): How about dropping this one in favor of avahi? Or am I missing something obvious? Well we can do it, but first i would love to see if somebody is interested. Dont you think? Tomas signature.asc Description: This is a digitally signed

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

2009-03-08 Thread Tomáš Chvátal
Dne pondělí 09 Březen 2009 01:35:07 Mike Frysinger napsal(a): On Sunday 08 March 2009 16:20:14 Tomáš Chvátal wrote: lately i see that in our bugzilla most of the build reports are reported with localized build logs which we dont understand. This leads to us asking the user to run the emerge

[gentoo-dev] cmake-utils.eclass udpate

2009-03-09 Thread Tomáš Chvátal
the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.16 2008/12/24 15:41:06 scarabeus Exp $ +# $Header: $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: # k...@gentoo.org +# @AUTHORS: +# Tomáš Chvátal scarab...@gentoo.org +# Maciej Mrozowski

Re: [gentoo-dev] Re: Re: Developer Retirements

2009-03-12 Thread Tomáš Chvátal
Dne čtvrtek 12 Březen 2009 09:25:17 Peter Hjalmarsson napsal(a): tis 2009-03-10 klockan 08:29 -0700 skrev Alec Warner: 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

Re: [gentoo-dev] gentoo KVM images now available :)

2009-03-13 Thread Tomáš Chvátal
Dne pátek 13 Březen 2009 19:19:00 Donnie Berkholz napsal(a): Cool! How did you make these? Can you make them with Catalyst? Actualy i think alex did them as normal gentoo instalation :]. But instead of installing onto normal pc he installed into kvm image. When i tried catalyst few months back

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

2009-03-13 Thread Tomáš Chvátal
Dne pátek 13 Březen 2009 19:52:59 Alec Warner napsal(a): I think that summarizing IRC is insane. Remember we barely got summaries of council meetings (which are at a fixed time and date) until we got a secretary devoted explicitly to that task. Maybe more teams should take up the meeting

[gentoo-dev] Live ebuilds management.

2009-03-14 Thread Tomáš Chvátal
hi, if you find your time would you mind pointing your eyes on bug 262010 [1]. There is interesting idea about loging usefull informations about repository for further usage (that thing i find interesting and already implemented [2]). But in comment 4 user ask about updates itself. If we have

Re: [gentoo-dev] Live ebuilds management.

2009-03-14 Thread Tomáš Chvátal
Dne sobota 14 Březen 2009 20:32:52 Ciaran McCreesh napsal(a): Doing this properly is an awful lot of work and a lot trickier than initially apparent. There was a discussion in #gentoo-council about it after the last meeting; unfortunately I don't have logs. Hm i try to crawl around if i find

Re: [gentoo-dev] EAPI 3 PMS Draft

2009-03-16 Thread Tomáš Chvátal
Dne úterý 17 Březen 2009 00:20:11 Ciaran McCreesh napsal(a): On Mon, 16 Mar 2009 23:59:45 +0100 Maciej Mrozowski reave...@poczta.fm wrote: To avoid further confusion I'd suggest removing all traces of kdebuild- format and its features (like PDEPEND labels, ranged dependencies) from PMS

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

2009-03-23 Thread Tomáš Chvátal
Dne neděle 22 Březen 2009 17:50:26 Alin Năstac napsal(a): 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? Cheers, Alin Hi, I was working on patches glep [1] (nothing final and it is highly in

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

2009-03-25 Thread Tomáš Chvátal
Dne středa 25 Březen 2009 19:25:02 Peter Alfredsen napsal(a): I will just pick parts with notes. Some of them apply on more places :] # @ECLASS-VARIABLE: HOMEPAGE # @DESCRIPTION: # HOMEPAGE is set to http://poppler.freedesktop.org HOMEPAGE=http://poppler.freedesktop.org/; Why you describe the

[gentoo-dev] April KDE team meeting anouncement.

2009-03-25 Thread Tomáš Chvátal
Hi, it is time for me to anounce the meeting for April. This month topics are: - unprefixing misc stuff - moving plasmoids to the tree - kde3 state - moving printing to the tree - upstream responses on packaging snapshots - removing dead members - pykde fixing - handling kdeprefix for base...

Re: [gentoo-dev] Packages up for grabs: genstef gems special edition

2009-03-26 Thread Tomáš Chvátal
Dne pondělí 23 Březen 2009 23:08:53 Peter Alfredsen napsal(a): Since genstef has been .away for some time, I arranged with him that I'd send a list of his ebuilds that need maintenance to be put up for grabs. This list contains all ebuilds that have no herd, at least one open bug and where

[gentoo-dev] Default XDG env.d configuration placement

2009-04-09 Thread Tomáš Chvátal
quite simple, where do you think it should belong. Some new fake package or added as part of some other package (currently the candidate is xdg-utils)... [1] - http://bugs.gentoo.org/show_bug.cgi?id=264647 Cheers Tomáš Chvátal Gentoo Linux Developer [KDE/Sunrise/X11] E-Mail

Re: [gentoo-dev] Project summaries

2009-05-06 Thread Tomáš Chvátal
Future projects: revdep-rebuild support for mono! AOT support Getting Mono tests to not fail in Sandbox. Reducing the bus-factor. I have too much of this stuff in my head. I should write docs... Later. Add to your todo: Making mono working on KDE4. It has bindings, but i dont have guts for

Re: [gentoo-dev] The fallacies of GLEP55

2009-05-14 Thread Tomáš Chvátal
Dne čtvrtek 14 Květen 2009 20:39:07 Ciaran McCreesh napsal(a): Where on earth are you getting the idea that GLEP 55 makes things slower? The only difference to the code with GLEP 55 is in checking file extensions against a slightly larger set of strings, which is nowhere near a measurable

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

2009-06-01 Thread Tomáš Chvátal
I agree with patrick nominees expect one addition. I add patrick himself to prove us that he can not only do benchmarks but to force us to do them :D signature.asc Description: This is a digitally signed message part.

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

2009-06-04 Thread Tomáš Chvátal
Dne úterý 02 Červen 2009 21:21:06 Mounir Lamouri napsal(a): I would like to nominate: darkside scarabeus tanderson Mounir Thanks for the nomination, since at least 2 person said that they would like to see me there and I have the meetings at reasonable time in my TZ, I say ACK ;] Now /me

Re: [gentoo-dev] Old eclasses - candidates for removal?

2009-06-04 Thread Tomáš Chvátal
Dne čtvrtek 04 Červen 2009 23:05:57 Ulrich Mueller napsal(a): A quick scan shows that the following eclasses were deprecated more than three years ago, and are used by no ebuild in the tree: 2002-05-25 inherit.eclass 2003-12-11 kde-i18n.eclass 2004-04-16 koffice-i18n.eclass

Re: [gentoo-dev] Screenshot contest 2009

2009-06-13 Thread Tomáš Chvátal
Why not, we might even get some theme for branding from it. User would have to submit actual screenshot and write out what he used to make it look that way. Cheers signature.asc Description: This is a digitally signed message part.

[gentoo-dev] KDE Team meeting, June 2009

2009-06-16 Thread Tomáš Chvátal
Hi, yay this time i forgot to sent the mail sooner, hope you won't be angry on me. Important info: Where: #gentoo-kde @ freenode.net When: 18.6.2009 19:00 UTC This time topics: - Solving the final question about kdeprefix. - KDE 4 Stabilisation. - handle the PyQt3 qscintilla dependencies -

Re: [gentoo-dev] Re: Review a new (unofficial) eclass

2009-06-16 Thread Tomáš Chvátal
Dne úterý 16 Červen 2009 18:34:46 Christian Faulhammer napsal(a): You could make it EAPI 2 safe and use the src_prepare function for all your tarball magic. See other eclasses that handle EAPI case switching. Specialy x-modular, git or cmake-utils It has most readable output, when we get to

Re: [gentoo-dev] new global USE flag: dssi

2009-08-09 Thread Tomáš Chvátal
Dne neděle 09 Srpen 2009 17:16:43 Federico Ferri napsal(a): hi, hi local use flags (searching: dssi) [+ C ] dssi (dev-java/gnu-classpath): Enable the DSSI midi synthesizer provider [+ C ] dssi (media-sound/qtractor): Enable

[gentoo-dev] KDE Team Meeting - August 2009

2009-08-10 Thread Tomáš Chvátal
all around. And remember we need to speed up for catching up onto the christmas world domination plan. Cheers Tomáš Chvátal Gentoo Linux Developer [KDE/Overlays/Sunrise/X11] E-Mail : scarab...@gentoo.org GnuPG FP: 94A4 5CCD 85D3 DE24 FE99 F924 1C1E 9CDE 0341 4587 GnuPG ID

Re: [gentoo-dev] Re: Devaway for me, for a whole year period(military service)

2009-08-11 Thread Tomáš Chvátal
Dne úterý 11 Srpen 2009 19:32:51 Markos Chandras napsal(a): Now, it is my time to say goodbye ( but not forever ) . I am *forced* to join the greek army from 16/8/2009 until May 2010. So I wont be active during this period. When I come back, I expect a more shiny Gentoo which will provide

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

2009-08-12 Thread Tomáš Chvátal
Dne středa 12 Srpen 2009 19:58:05 Jeremy Olexa napsal(a): I am suggesting that the new 10.0 profiles be marked as EAPI-2 compliant. This involves setting the content of the 'eapi' file to 2 and bumping up the required portage version. This seems like progress to me. Often, developers are

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

2009-08-31 Thread Tomáš Chvátal
Dne pondělí 31 Srpen 2009 01:54:00 Robin H. Johnson napsal(a): Per my thread on building modules and linux-info, USE=modules will be moving from being a local USE flag to being a global, AND it will be enabled by default in the base profile. Proposed description: -

[gentoo-dev] KDE Team Meeting - September 2009

2009-09-16 Thread Tomáš Chvátal
in advance so you are not unhappy... Tomáš Chvátal Gentoo Linux Developer [KDE/Overlays/Sunrise/X11] GnuPG FP: 94A4 5CCD 85D3 DE24 FE99 F924 1C1E 9CDE 0341 4587 GnuPG ID: 03414587 signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Re: [gentoo-desktop] KDE Team Meeting - September 2009

2009-09-17 Thread Tomáš Chvátal
When - 19:00 UTC @ 18.9.2009 Damn it is supposed to happen today 17.9. Hate when the day change and you dont notice. Sorry Tomas signature.asc Description: This is a digitally signed message part.

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

2009-09-21 Thread Tomáš Chvátal
Dne pondělí 21 Září 2009 17:29:26 Torsten Veller napsal(a): * Ciaran McCreesh ciaran.mccre...@googlemail.com: Torsten Veller t...@gentoo.org wrote: +EXPORTED_FUNCTIONS=src_unpack src_compile src_test src_install You're probably not the only one using this trick, so it might be wise to

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

2009-09-21 Thread Tomáš Chvátal
Dne pondělí 21 Září 2009 18:03:56 Torsten Veller napsal(a): * Tomáš Chvátal scarab...@gentoo.org: 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

[gentoo-dev] Last rites for media-libs/glut and media-libs/vgui

2009-09-22 Thread Tomáš Chvátal
# Tomáš Chvátal scarab...@gentoo.org (22 Sep 2009) # Removal in 30 days. We should keep only freeglut around. media-libs/vgui media-libs/glut No hope for these two, the freeglut implementation is better and there is no point for keeping this one. (even debian does not ship it :D) Vgui is just

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-cpp/eigen: eigen-2.0.6.ebuild ChangeLog

2009-09-26 Thread Tomáš Chvátal
Dne sobota 26 Září 2009 18:26:48 Peter Volkov napsal(a): src_test() { mycmakeargs=${mycmakeargs} -DEIGEN_BUILD_TESTS=ON -DEIGEN_TEST_NO_FORTRAN=ON cmake-utils_src_configure cmake-utils_src_compile cmake-utils_src_test } Does this mean that

Re: [gentoo-dev] RFC: LD_AS_NEEDED=1 in profiles/targets/developer/make.defaults?

2009-10-03 Thread Tomáš Chvátal
Dne sobota 03 Říjen 2009 21:13:59 Samuli Suominen napsal(a): Since new binutils will support LD_AS_NEEDED=1 to force ld behave asneeded we could use this for the developer -target in profiles? Speak up if you think it's a terrible idea. Thanks, Samuli Could we enable it everywhere by

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in xfce-base/xfconf: ChangeLog xfconf-4.6.1.ebuild

2009-10-05 Thread Tomáš Chvátal
Dne pondělí 05 Říjen 2009 23:31:03 Samuli Suominen napsal(a): Jeremy Olexa (darkside) wrote: darkside09/10/05 21:22:30 Modified: ChangeLog xfconf-4.6.1.ebuild Log: Port Gentoo Prefix ebuild to gentoo-x86 (Portage version: 2.1.6.13/cvs/Linux x86_64) +

Re: [gentoo-dev] Unused ebuild built_with_use cleanup

2009-10-08 Thread Tomáš Chvátal
On čtvrtek 08 Říjen 2009, 23:34:10 Petteri Räty wrote: Even this is wrong because: Hi ... betelge...@pena ~ $ portageq metadata / ebuild sys-libs/glibc-2.2.5-r10 IUSE nls For most packages old versions are not kept around so just doing =cat/foo-X.Y[use] is fine and EAPI 3 is not needed. I

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

2009-10-10 Thread Tomáš Chvátal
News item? Will be/Wont be/In progress??

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

2009-10-10 Thread Tomáš Chvátal
Hi, lately I spoted that quite few packages have optional parts bit unstable (KDE parts, boinc [i wont stable it until the cuda is, i wont do the work explained bellow :)], kipi,...). I really don't like the shebang about doing -r1 and -r50 so we keep 2 revisions where one is stableable and

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

2009-10-10 Thread Tomáš Chvátal
Zac Medico wrote: Maybe a syntax extension for IUSE would be a little nicer. For example: IUSE=unstable? ( foo bar ) You could emulate this sort of extension in current EAPIs by simply adding IUSE=unstable and then using that flag to conditionally disable things in *DEPEND, SRC_URI, and

  1   2   3   4   >