[gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread justin
Hi, next patch for intel-sdp.eclass Problem: If the intel compiler are installed but no valid license is present, several buildsystem including cmake generate sandbox violations. Solution: Do not let the user install the package without valid license. Its useless anyway without. Realized in two

[gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread justin
Hi, next patch for intel-sdp.eclass Problem: Documentation and examples are installed on every system. Also japanese man pages are installed. Solution: Use USE. Thanks justin @@ -93,13 +97,13 @@ LICENSE=Intel-SDP # Future work, #394411 #SLOT=${_INTEL_PV1}.${_INTEL_PV2} SLOT=0

[gentoo-dev] intel-sdp.eclass new version

2012-11-27 Thread justin
Hi, here the complete eclass, as requested on irc. Several minor changes are present: * Drop numerous blank lines * Drop Sebastien as maintainer * Shuffle/Resort variables and functions (without changes) * Write manpage jingle for everything * and probably more. justin # Copyright 1999-2012

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread Ulrich Mueller
On Tue, 27 Nov 2012, justin wrote: next patch for intel-sdp.eclass Problem: Documentation and examples are installed on every system. Also japanese man pages are installed. Solution: Use USE. + [[ ${LINGUAS} == *ja_JP* ]] \ + doman -i18n=ja_JP

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread Diego Elio Pettenò
On 27/11/2012 04:32, justin wrote: Documentation and examples are installed on every system. Also japanese man pages are installed. Does the documentation take time to build, or is it an external download? If no, don't use a doc USE flag. Do the example require to be built? If no, don't use an

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread justin
On 11/27/12 4:18 PM, Ulrich Mueller wrote: On Tue, 27 Nov 2012, justin wrote: next patch for intel-sdp.eclass Problem: Documentation and examples are installed on every system. Also japanese man pages are installed. Solution: Use USE. +[[ ${LINGUAS} == *ja_JP* ]] \ +

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread justin
On 11/27/12 4:38 PM, Diego Elio Pettenò wrote: On 27/11/2012 04:32, justin wrote: Documentation and examples are installed on every system. Also japanese man pages are installed. Does the documentation take time to build, or is it an external download? If no, don't use a doc USE flag. Do

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread Diego Elio Pettenò
On 27/11/2012 08:01, justin wrote: The reason I introduced the USE here and in general to use it in similar locations is that those packages install tons of documentation and examples, which I personally don't like to waste my diskspace with. What is wrong to give the user this install only

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread justin
On 11/27/12 5:49 PM, Diego Elio Pettenò wrote: On 27/11/2012 08:01, justin wrote: The reason I introduced the USE here and in general to use it in similar locations is that those packages install tons of documentation and examples, which I personally don't like to waste my diskspace with. What

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

2012-11-27 Thread Sergei Trofimovich
EGIT_REPO_URI=https://github.com/ghc/ghc.git; requires user to run './sync-all fetch / ./sync-all pull' after actual 'git pull', which fetches 20 more repos for code changes. Upstream does not use submodules. The patch injects user's callback right before 'git-2_move_source'.

[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 Sergei Trofimovich
Before the patch I had to move subdir(not very reliable): EGIT_REPO_URI=git://github.com/UU-ComputerScience/uhc.git src_prepare() { mv EHC/* ./ || die } After the patch i can define it the usual way: EGIT_REPO_URI=git://github.com/UU-ComputerScience/uhc.git

[gentoo-dev] Packages up for grabs due apache herd removal

2012-11-27 Thread Pacho Ramos
After discussing it at: http://www.gossamer-threads.com/lists/gentoo/dev/262834 dev-libs/apr-util dev-libs/apr www-apache/mod_auth_cookie_mysql2 www-apache/mod_xml2enc www-misc/multisort app-admin/apachetop dev-libs/libhome net-libs/libopkele www-apache/libapreq2 www-apache/mod_access_dnsbl

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

2012-11-27 Thread Michał Górny
On Tue, 27 Nov 2012 22:22:20 +0300 Sergei Trofimovich sly...@gentoo.org wrote: EGIT_REPO_URI=https://github.com/ghc/ghc.git; requires user to run './sync-all fetch / ./sync-all pull' after actual 'git pull', which fetches 20 more repos for code changes. Upstream does not use

Re: [gentoo-dev] Re: Apache team is inactive

2012-11-27 Thread Pacho Ramos
El dom, 18-11-2012 a las 11:45 +, Markos Chandras escribió: On Sun, Nov 18, 2012 at 10:28 AM, Pacho Ramos pa...@gentoo.org wrote: apache team is currently composed by nelchael (that is inactive since May 2012) and trapni (that is not taking care of that packages) If you are interested

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 Davide Pesavento
On Tue, Nov 27, 2012 at 11:22 AM, Sergei Trofimovich sly...@gentoo.org wrote: Before the patch I had to move subdir(not very reliable): EGIT_REPO_URI=git://github.com/UU-ComputerScience/uhc.git src_prepare() { mv EHC/* ./ || die } After the patch i can define it the

Re: [gentoo-dev] Packages up for grabs due apache herd removal

2012-11-27 Thread Jesus Rivero (Neurogeek)
On Tue, Nov 27, 2012 at 2:43 PM, Pacho Ramos pa...@gentoo.org wrote: www-apache/mod_fastcgi www-apache/mod_fastcgi_handler app-admin/apachetop Took these 3. Cheers, -- Jesus Rivero (Neurogeek) Gentoo Developer

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] [PATCH 2/2] Allow user mangle distfiles' ${EGIT_DIR} after actual git fetch.

2012-11-27 Thread Sergei Trofimovich
On Tue, 27 Nov 2012 21:46:06 +0100 Tomáš Chvátal tomas.chva...@gmail.com wrote: 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 How does it break live rebuild? I'm not sure I understand what exactly you

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 Sergei Trofimovich
On Tue, 27 Nov 2012 12:18:51 -0800 Davide Pesavento p...@gentoo.org wrote: On Tue, Nov 27, 2012 at 11:22 AM, Sergei Trofimovich sly...@gentoo.org wrote: Before the patch I had to move subdir(not very reliable): EGIT_REPO_URI=git://github.com/UU-ComputerScience/uhc.git

[gentoo-dev] Last rites: app-admin/smolt

2012-11-27 Thread Sebastian Pipping
# Sebastian Pipping sp...@gentoo.org (27 Nov 2012) # Masked for removal in 30 days. # Server and software development discontinued upstream (bug #438082) app-admin/smolt

Re: [gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread Mike Frysinger
On Tuesday 27 November 2012 07:26:50 justin wrote: next patch for intel-sdp.eclass your code has a lot of whitespace damage (leading spaces instead of tabs). you should fix that up. +# @ECLASS-FUNCTION: big-warning +# @INTERNAL +# warn user that we really require a license there should be

[gentoo-dev] Last rites: app-admin/profiler

2012-11-27 Thread Sebastian Pipping
# Sebastian Pipping sp...@gentoo.org (27 Nov 2012) # Masked for removal in 30 days. # Licensing issues, turned out not distributable (bug #444332) app-admin/profiler

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread Mike Frysinger
On Tuesday 27 November 2012 11:49:52 Diego Elio Pettenò wrote: On 27/11/2012 08:01, justin wrote: The reason I introduced the USE here and in general to use it in similar locations is that those packages install tons of documentation and examples, which I personally don't like to waste my

Re: [gentoo-dev] New eclass cuda.eclass

2012-11-27 Thread Mike Frysinger
On Sunday 25 November 2012 11:47:42 Justin wrote: # Copyright 1999-20012 Gentoo Foundation it is not yet 20012 also, this file too has whitespace damage (indenting with spaces) [[ ${CUDA_VERBOSE} == true ]] NVCCFLAGS+= -v wouldn't this be better done in cuda_sanitize ? local

Re: [gentoo-dev] New global use-flag [pax_kernel]

2012-11-27 Thread Mike Frysinger
On Sunday 25 November 2012 18:57:12 Matthew Thode wrote: pax_kernel is used by 21 packages. The description would generally be 'make changes to the package so it works under a pax enabled kernel'. Currently it is used to either patch or (inclusive) to pax mark. What think you? `paxctl`

Re: [gentoo-dev] Lastrites: net-proxy/paros, net-misc/ups-monitor, app-emulation/mol, net-wireless/fsam7400, net-wireless/acx, net-wireless/acx-firmware, net-wireless/linux-wlan-ng-modules, net-wirele

2012-11-27 Thread Chí-Thanh Christopher Nguyễn
Pacho Ramos schrieb: # Pacho Ramos pa...@gentoo.org (24 Nov 2012) # Doesn't build with current kernels (#344889). People needs to # migrate to x11-drivers/xf86-video-fbdev and be sure they have # CONFIG_STUB_POULSBO enabled in their kernels. # Removal in a month. x11-drivers/psb-kmod

Re: [gentoo-dev] Lastrites: net-proxy/paros, net-misc/ups-monitor, app-emulation/mol, net-wireless/fsam7400, net-wireless/acx, net-wireless/acx-firmware, net-wireless/linux-wlan-ng-modules, net-wirele

2012-11-27 Thread Walter Dnes
On Wed, Nov 28, 2012 at 04:28:20AM +0100, Ch??-Thanh Christopher Nguy???n wrote Pacho Ramos schrieb: # Pacho Ramos pa...@gentoo.org (24 Nov 2012) # Doesn't build with current kernels (#344889). People needs to # migrate to x11-drivers/xf86-video-fbdev and be sure they have #

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

2012-11-27 Thread Matt Turner
On Mon, Nov 26, 2012 at 12:58 PM, Dirkjan Ochtman d...@gentoo.org wrote: On Fri, Nov 23, 2012 at 12:18 PM, Dirkjan Ochtman d...@gentoo.org wrote: I haven't heard back from them, maybe you can ask them what's up. This has been setup (with Donnie's help): https://www.ohloh.net/orgs/gentoo

Re: [gentoo-dev] Packages up for grabs due apache herd removal

2012-11-27 Thread Michael Orlitzky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/27/2012 02:43 PM, Pacho Ramos wrote: After discussing it at: http://www.gossamer-threads.com/lists/gentoo/dev/262834 ... Apache itself is in need of some attention these days. The ChangeLog shows only Patrick committing in the last six

Re: [gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread justin
On 28/11/12 00:04, Mike Frysinger wrote: On Tuesday 27 November 2012 07:26:50 justin wrote: next patch for intel-sdp.eclass your code has a lot of whitespace damage (leading spaces instead of tabs). you should fix that up. I am sorry for that and we fix it up. Did some writing on mac

Re: [gentoo-dev] Packages up for grabs due apache herd removal

2012-11-27 Thread Patrick Lauer
On 11/28/12 15:25, Michael Orlitzky wrote: On 11/27/2012 02:43 PM, Pacho Ramos wrote: After discussing it at: http://www.gossamer-threads.com/lists/gentoo/dev/262834 ... Apache itself is in need of some attention these days. The ChangeLog shows only Patrick committing in the last six

Re: [gentoo-dev] RFC: intel-sdp.eclass add USE=examples doc

2012-11-27 Thread justin
On 28/11/12 00:06, Mike Frysinger wrote: On Tuesday 27 November 2012 11:49:52 Diego Elio Pettenò wrote: On 27/11/2012 08:01, justin wrote: The reason I introduced the USE here and in general to use it in similar locations is that those packages install tons of documentation and examples,

Re: [gentoo-dev] New eclass cuda.eclass

2012-11-27 Thread justin
On 28/11/12 00:11, Mike Frysinger wrote: On Sunday 25 November 2012 11:47:42 Justin wrote: # Copyright 1999-20012 Gentoo Foundation it is not yet 20012 also, this file too has whitespace damage (indenting with spaces) [[ ${CUDA_VERBOSE} == true ]] NVCCFLAGS+= -v wouldn't this be