[gentoo-dev] [PATCH 07/15] cmake-utils.eclass: replace replace comment_add_subdirectory with a namespaced version

2016-01-20 Thread Michael Palimaka
--- eclass/cmake-utils.eclass | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 1de863f..e8b24bd 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -250,11 +250,11 @@ _generator_to

[gentoo-dev] [PATCH 06/15] cmake-utils.eclass: ban WANT_CMAKE in EAPI 6 and later

2016-01-20 Thread Michael Palimaka
It is basically unused across the tree and complicates the eclass. If it were needed, it might be better to write custom ebuild phase functions instead. --- eclass/cmake-utils.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index

[gentoo-dev] [PATCH 04/15] cmake-utils.eclass: use a proper if statement

2016-01-20 Thread Michael Palimaka
--- eclass/cmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index fb80b13..b2e13a1 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -428,12 +428,12 @@ enable_cmake-utils_src_pre

[gentoo-dev] [PATCH 03/15] cmake-utils.eclass: check exit codes of executed commands

2016-01-20 Thread Michael Palimaka
From: Nikoli Gentoo-bug: 544966 --- eclass/cmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index f361bc7..fb80b13 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -219,7 +219

[gentoo-dev] [PATCH 05/15] cmake-utils.eclass: remove duplicate CMAKE_REMOVE_MODULES

2016-01-20 Thread Michael Palimaka
--- eclass/cmake-utils.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index b2e13a1..28caed2 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -64,7 +64,6 @@ _CMAKE_UTILS_ECLASS=1 # @DESCRIPTION: # Do we wan

[gentoo-dev] [PATCH 02/15] cmake-utils.eclass: declare some variables local

2016-01-20 Thread Michael Palimaka
Prevents them from spanning multilibs. Gentoo-bug: 513170 --- eclass/cmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index cc4c06b..f361bc7 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-ut

[gentoo-dev] [PATCH 01/15] cmake-utils.eclass: reorder a bit

2016-01-20 Thread Michael Palimaka
--- eclass/cmake-utils.eclass | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index fd53b3a..cc4c06b 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -112,6 +112,15 @@ CMAKE_REMOVE_

[gentoo-dev] [PATCH 00/15] EAPI 6 support for cmake-utils.eclas

2016-01-20 Thread Michael Palimaka
To follow is a series of patches to enable EAPI 6 support in cmake-utils.eclass and some other general cleanups. Michael Palimaka (14): cmake-utils.eclass: reorder a bit cmake-utils.eclass: declare some variables local cmake-utils.eclass: use a proper if statement cmake-utils.eclass

[gentoo-dev] New project: wxWidgets

2016-01-17 Thread Michael Palimaka
I am announcing the wxWidgets project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:WxWidgets

[gentoo-dev] New project: CVS

2016-01-17 Thread Michael Palimaka
I am announcing the CVS project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:CVS

[gentoo-dev] New project: LDAP

2016-01-17 Thread Michael Palimaka
I am announcing the LDAP project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:LDAP

[gentoo-dev] New project: Sysadmin

2016-01-17 Thread Michael Palimaka
I am announcing the Sysadmin project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Sysadmin

[gentoo-dev] Re: [PATCH 11/16] ebuild-maintenance: rewrite the subsection on moving ebuilds for git #558642

2016-01-17 Thread Michael Palimaka
On 01/17/2016 06:55 PM, Gokturk Yuksek wrote: > Substitute the mentions of CVS with git. > Rewrite CVS commands with their git equivalents. > Remove the paragraph about deleting directories in CVS. > > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 > Signed-off-by: Gokturk Yuksek

[gentoo-dev] Re: [PATCH 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642

2016-01-17 Thread Michael Palimaka
On 01/17/2016 06:55 PM, Gokturk Yuksek wrote: > Replace "cvs commit" with the equivalent "git add && git commit" version. > > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 > Signed-off-by: Gokturk Yuksek > > diff --git a/ebuild-writing/misc-files/metadata/text.xml > b/ebuild-

[gentoo-dev] New project: ML

2016-01-16 Thread Michael Palimaka
I am announcing the ML project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:ML

[gentoo-dev] New project: ProAudio

2016-01-15 Thread Michael Palimaka
I am announcing the ProAudio project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:ProAudio

[gentoo-dev] New project: m68k

2016-01-15 Thread Michael Palimaka
I am announcing the m68k project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:m68k

[gentoo-dev] New project: Graphics

2016-01-15 Thread Michael Palimaka
I am announcing the Graphics project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Graphics

[gentoo-dev] New project: Forensics

2016-01-15 Thread Michael Palimaka
I am announcing the Forensics project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Forensics

[gentoo-dev] New project: SuperH

2016-01-14 Thread Michael Palimaka
I am announcing the SuperH project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:SuperH

[gentoo-dev] New project: Cron

2016-01-14 Thread Michael Palimaka
I am announcing the Cron project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Cron

[gentoo-dev] New project: Vim

2016-01-14 Thread Michael Palimaka
I am announcing the Vim project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Vim

[gentoo-dev] New project: Antivirus

2016-01-12 Thread Michael Palimaka
I am announcing the antivirus project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Antivirus

[gentoo-dev] Last rites: media-libs/opengtl

2016-01-09 Thread Michael Palimaka
# Michael Palimaka (09 Jan 2016) # Fails to build with newer versions of llvm. Dead upstream. No revdeps. # Masked for removal in 30 days. Bug #571212. media-libs/opengtl

[gentoo-dev] New project: Desktop Miscellaneous

2016-01-06 Thread Michael Palimaka
I am announcing the Desktop Miscellaneous project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Desktop_Miscellaneous

[gentoo-dev] New project: LiveCD

2016-01-06 Thread Michael Palimaka
I am announcing the LiveCD project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:LiveCD

[gentoo-dev] New project: Debian Tools

2016-01-06 Thread Michael Palimaka
I am announcing the Debian Tools project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Debian_Tools

[gentoo-dev] New project: Toolchain

2016-01-05 Thread Michael Palimaka
I am announcing the Toolchain project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:Toolchain

[gentoo-dev] New project: ROS

2016-01-05 Thread Michael Palimaka
I am announcing the ROS project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:ROS

[gentoo-dev] New project: ALSA

2016-01-05 Thread Michael Palimaka
I am announcing the ALSA project[1], to replace the old herd in preparation for the implementation of GLEP 67. 1: https://wiki.gentoo.org/wiki/Project:ALSA

[gentoo-dev] Re: [PATCH 01/15] scons-utils.eclass: Modernize the example not to rely on myescons...

2016-01-01 Thread Michael Palimaka
On 02/01/16 04:15, Michał Górny wrote: > On Sat, 2 Jan 2016 03:57:59 +1100 > Michael Palimaka wrote: > >> On 02/01/16 03:41, Michał Górny wrote: >>> --- >>> eclass/scons-utils.eclass | 8 >>> 1 file changed, 4 insertions(+), 4 deletions(-) >

[gentoo-dev] Re: [PATCH 01/15] scons-utils.eclass: Modernize the example not to rely on myescons...

2016-01-01 Thread Michael Palimaka
On 02/01/16 03:41, Michał Górny wrote: > --- > eclass/scons-utils.eclass | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass > index a2a6884..e1b3a1b6 100644 > --- a/eclass/scons-utils.eclass > +++ b/eclass/scons-u

[gentoo-dev] Last rites: kde-base/contactthemeeditor

2015-12-31 Thread Michael Palimaka
# Michael Palimaka (31 Dec 2015) # Merged into >=kde-apps/kaddressbook-4.14 # Masked for removal in 30 days kde-base/contactthemeeditor

[gentoo-dev] Last rites: media-sound/shoutcast-search

2015-12-31 Thread Michael Palimaka
# Michael Palimaka (31 Dec 2015) # Relies on dead web API. Dead upstream. Masked for removal in 30 days # Bug 364097 media-sound/shoutcast-search

[gentoo-dev] Last rites: dev-python/pysyck

2015-12-31 Thread Michael Palimaka
# Michael Palimaka (31 Dec 2015) # Ancient package, unsupported by upstream. Masked for removal in 30 days # Bug 565010 dev-python/pysyck

[gentoo-dev] Last rites: dev-util/pmk

2015-12-27 Thread Michael Palimaka
# Michael Palimaka (27 Dec 2015) # Fails to build. Dead upstream. Masked for removal in 30 days. # Bug 541522 dev-util/pmk

[gentoo-dev] New project: Freedesktop

2015-12-27 Thread Michael Palimaka
I am announcing the Freedesktop project[1], to replace the old herd in preparation for the implementation of GLEP 67. The project is mainly concerned with taking care of important freedesktop.org packages such as dbus, polkit etc. Please feel free to join the project and/or improve the project pag

[gentoo-dev] Last rites: media-video/vmaid

2015-12-22 Thread Michael Palimaka
# Michael Palimaka (22 Dec 2015) # Fails to build. Dead upstream. Masked for removal in 30 days. # Bug 566446 media-video/vmaid

[gentoo-dev] Last rites: app-doc/ebookmerge

2015-12-22 Thread Michael Palimaka
# Michael Palimaka (22 Dec 2015) # No longer works. Dead upstream. Masked for removal in 30 days. # Bug 507914 app-doc/ebookmerge

[gentoo-dev] Last rites: x11-plugins/wmium

2015-12-10 Thread Michael Palimaka
# Michael Palimaka (10 Dec 2015) # Relies on dead ISP API. Dead upstream. Masked for removal in 30 days. # Bug 567532 x11-plugins/wmium

[gentoo-dev] Last-rites: app-arch/ppmd

2015-12-08 Thread Michael Palimaka
# Michael Palimaka

[gentoo-dev] Re: EAPI 6 portage is out!

2015-11-22 Thread Michael Palimaka
On 22/11/15 05:51, Andrew Savchenko wrote: > Hi, > > On Wed, 18 Nov 2015 07:01:21 -0500 Rich Freeman wrote: >> On Wed, Nov 18, 2015 at 6:12 AM, Alexander Berntsen >> wrote: >>> When I do QA in projects I'm involved with (at least outside of >>> Gentoo), we don't do it live on end-user systems. I

[gentoo-dev] Last rites: app-pda/libopensync* and friends

2015-11-18 Thread Michael Palimaka
# Michael Palimaka (18 Nov 2015) # Ebuilds unfinished work-in-progress. Dead upstream. # Masked for removal in 30 days. Bug #550234. app-pda/libopensync app-pda/libopensync-plugin-file app-pda/libopensync-plugin-gnokii app-pda/libopensync-plugin-gpe app-pda/libopensync-plugin-irmc app-pda

[gentoo-dev] RFC: ban cmake-utils_use_* in EAPI 6

2015-11-18 Thread Michael Palimaka
cmake-utils.eclass currently defines 10 helper functions to assist in configuring packages. For example: local mycmakeargs=( $(cmake-utils_use_with foo LibFoo) ) which outputs -DWITH_LibFoo=ON or OFF Most of these helpers were introduced before, and could be replaced by, usex: local my

[gentoo-dev] Re: Gentoo-hosted code review

2015-11-03 Thread Michael Palimaka
On 03/11/15 06:24, Dirkjan Ochtman wrote: > On Mon, Nov 2, 2015 at 2:04 PM, Kristian Fiskerstrand wrote: >> The way I see it, keeping review and committing/pushing separate is a >> good thing, and removes a lot of the concerns about hosting a review >> platform as it is sufficient with read-access

[gentoo-dev] Re: Gentoo-hosted code review

2015-11-02 Thread Michael Palimaka
On 02/11/15 22:08, Alexander Berntsen wrote: > It is tailored to Facebook's workflow. Their workflow does not > coincide with most other people's workflow. It doesn't work for my > company, and I suspect it won't work for Gentoo either. Which workflow do you mean? Most features seem optional, allo

[gentoo-dev] Re: Gentoo-hosted code review

2015-11-02 Thread Michael Palimaka
On 02/11/15 06:23, hasufell wrote: > On 11/01/2015 06:44 PM, Michael Palimaka wrote: >> There's been a lot of discussion about relying on GitHub for pull >> requests and code review and such, so I have set up a Phabricator >> instance against gentoo.git to see how a f

[gentoo-dev] Re: Gentoo-hosted code review

2015-11-02 Thread Michael Palimaka
On 02/11/15 09:07, Michael Orlitzky wrote: > On 11/01/2015 12:44 PM, Michael Palimaka wrote: >> There's been a lot of discussion about relying on GitHub for pull >> requests and code review and such, so I have set up a Phabricator >> instance against gentoo.git to see ho

[gentoo-dev] Gentoo-hosted code review

2015-11-01 Thread Michael Palimaka
There's been a lot of discussion about relying on GitHub for pull requests and code review and such, so I have set up a Phabricator instance against gentoo.git to see how a free alternative might work. Here's a few examples of how things could work: General post-commit review: http://phabricator.

[gentoo-dev] Re: [PATCH] cmake-utils.eclass: die if ninja is enabled but not installed

2015-10-15 Thread Michael Palimaka
On 16/10/15 03:04, Michał Górny wrote: > > > Dnia 15 października 2015 17:44:47 CEST, Michael Palimaka > napisał(a): >> This could happen if ninja is manually enabled (eg. make.conf) but not >> installed >> --- >> eclass/cmake-utils.eclass | 5 +

[gentoo-dev] [PATCH] cmake-utils.eclass: die if ninja is enabled but not installed

2015-10-15 Thread Michael Palimaka
This could happen if ninja is manually enabled (eg. make.conf) but not installed --- eclass/cmake-utils.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 480cd09..012b13f 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/c

[gentoo-dev] Re: [PATCH] metadata: add slots element

2015-10-13 Thread Michael Palimaka
On 13/10/15 04:19, Julian Ospald wrote: > There seems to be some general confusion about specific package SLOTs > and their meaning, since there can be several naming schemes applied > and documentation is either non-existent or is inside the ebuild via > comments. > Because of that it should be pa

[gentoo-dev] Last rites: dev-libs/libhash

2015-10-09 Thread Michael Palimaka
# Michael Palimaka

[gentoo-dev] Last rites: app-crypt/qca-*

2015-10-09 Thread Michael Palimaka
# Michael Palimaka =app-crypt/qca-2.1 # Masked for removal in 30 days

[gentoo-dev] Last rites: kde-misc/socket-sentry

2015-09-01 Thread Michael Palimaka
# Michael Palimaka (01 Sep 2015) # Fails to build (bug #559330). Dead upstream. # Masked for removal in 30 days. kde-misc/socket-sentry

[gentoo-dev] Re: New eclass: kde5-meta-pkg

2015-08-20 Thread Michael Palimaka
On 21/08/15 04:50, Michał Górny wrote: > Dnia 2015-08-21, o godz. 04:24:55 > Michael Palimaka napisał(a): > >> This is trivial, but posted anyway for completeness. > > I think that this eclass is underdocumented. > Please elaborate on what documentation you think is missing.

[gentoo-dev] New eclass: kde5-meta-pkg

2015-08-20 Thread Michael Palimaka
This is trivial, but posted anyway for completeness. # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # @ECLASS: kde5-meta-pkg.eclass # @MAINTAINER: # k...@gentoo.org # @BLURB: This eclass contains boilerplate for KDE 5 meta packages

[gentoo-dev] Re: useflag policies

2015-08-13 Thread Michael Palimaka
On 13/08/15 18:17, Sergey Popov wrote: > 11.08.2015 16:49, Michael Palimaka пишет: >>> You think that REQUIRED_USE is abusive to users: fine. Point accepted. >>> I think that provided DEPEND strings if they will be typed at every >>> single qt-related ebuild

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 12/08/15 00:29, Rich Freeman wrote: > On Tue, Aug 11, 2015 at 9:39 AM, Sergey Popov wrote: >> 11.08.2015 16:30, Michael Palimaka пишет: >>> >>> Don't forget that as a project with no special authority, Qt's policy >>> remains a suggestion fo

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 11/08/15 23:04, Sergey Popov wrote: > 11.08.2015 15:32, Michael Palimaka пишет: >> On 11/08/15 20:17, Sergey Popov wrote: >>> 09.08.2015 23:28, Ulrich Mueller пишет: >>>> I disagree with this. Really, REQUIRED_USE should be used sparingly, >>>> and IMH

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 11/08/15 23:39, Sergey Popov wrote: > 11.08.2015 16:30, Michael Palimaka пишет: >> >> Don't forget that as a project with no special authority, Qt's policy >> remains a suggestion for the vast majority of maintainers. If someone >> wishes to provide sup

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 11/08/15 22:58, Sergey Popov wrote: > 11.08.2015 15:30, Michael Palimaka пишет: >> On 11/08/15 20:10, Sergey Popov wrote: >>> Err, i have read the whole thread and still does not get a point, why i >>> am wrong. >> >> You clearly have not. The reasoni

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 11/08/15 20:17, Sergey Popov wrote: > 09.08.2015 23:28, Ulrich Mueller пишет: >> I disagree with this. Really, REQUIRED_USE should be used sparingly, >> and IMHO the above is not a legitimate usage case for it. > > So, you prefer to make ugly mess of deps here like i posted before or > introduc

[gentoo-dev] Re: useflag policies

2015-08-11 Thread Michael Palimaka
On 11/08/15 20:10, Sergey Popov wrote: > Err, i have read the whole thread and still does not get a point, why i > am wrong. You clearly have not. The reasoning behind Qt team's policy is described on the page and has been reiterated on this list. You are undermining what little confidence there i

[gentoo-dev] Re: useflag policies

2015-08-03 Thread Michael Palimaka
On 03/08/15 07:14, NP-Hardass wrote: > ^^ has the pleasant side effect of being easier to read, as a user. The > user receives a message saying "at-most-one-of" instead of some > convoluted other expression that they don't understand. > > I am all for the use of ^^ add the default for this reason.

[gentoo-dev] Re: cmake-utils.eclass: two improvements

2015-07-26 Thread Michael Palimaka
On 26/07/15 19:48, Andrew Savchenko wrote: > Hello all, > > I propose two improvements to cmake-utils eclass: > > 1. Set default documentation directory > > cmake allows to specify default docs installation directory > (analogue of --docdir for configure script), but cmake-utils.eclass > does no

[gentoo-dev] Re: Herd/project cleanup

2015-06-28 Thread Michael Palimaka
On 28/06/15 05:39, Johannes Huber wrote: > Hello Kentoos, > > i think this topic is overdue. Compared to the list of members and real > activity i would love to cleanup the herd/project. > > So please raise your hands to say "yes i want to stay part of it" or "no i am > not interested anymore".

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog

2015-06-02 Thread Michael Palimaka
On 03/06/15 01:30, Mike Frysinger wrote: > On 03 Jun 2015 00:28, Michael Palimaka wrote: >> On 02/06/15 23:52, Mike Frysinger wrote: >>> On 02 Jun 2015 23:07, Michael Palimaka wrote: >>>> On 02/06/15 21:38, Mike Frysinger wrote: >>>>> On 02 Jun 2015 2

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog

2015-06-02 Thread Michael Palimaka
On 02/06/15 23:52, Mike Frysinger wrote: > On 02 Jun 2015 23:07, Michael Palimaka wrote: >> On 02/06/15 21:38, Mike Frysinger wrote: >>> On 02 Jun 2015 20:47, Michael Palimaka wrote: >>>> On 02/06/15 17:04, Michał Górny wrote: >>>>> Dnia 2015-06

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog

2015-06-02 Thread Michael Palimaka
On 02/06/15 21:38, Mike Frysinger wrote: > On 02 Jun 2015 20:47, Michael Palimaka wrote: >> On 02/06/15 17:04, Michał Górny wrote: >>> Dnia 2015-06-02, o godz. 03:58:35 >>> "Michael Sterrett (mr_bones_)" napisał(a): >>>> -DEPEND="readline? (

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog

2015-06-02 Thread Michael Palimaka
On 02/06/15 17:04, Michał Górny wrote: > Dnia 2015-06-02, o godz. 03:58:35 > "Michael Sterrett (mr_bones_)" napisał(a): > >> mr_bones_15/06/02 03:58:35 >> >> Modified: gnugo-3.9.1-r1.ebuild ChangeLog >> Log: >> add slot dep for repoman >> >> (Portage version: 2.2.18/cvs

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

2015-05-16 Thread Michael Palimaka
>> Describe *what* you change, do not expect users to go try to figure >> out where the overlay is and which changes you merged. > > Nothing positive happened yet to the ChangeLog entry. Instead we got > more. > > 15 May 2015; Michael Palimaka > kde4-base.eclass:

[gentoo-dev] Last rites: games-board/kaya

2015-02-18 Thread Michael Palimaka
# Michael Palimaka (19 Feb 2015) # Doesn't work with current version of ruby. Dead upstream. # Masked for removal in 30 days. games-board/kaya

[gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michael Palimaka
On 15/02/15 02:00, Kristian Fiskerstrand wrote: > On 02/14/2015 03:38 PM, Nikos Chantziaras wrote: >> On 13/02/15 00:03, Andreas K. Huettel wrote: >>> We have an overlay that can be used and is used for user >>> contributions. > >> Any plans to move it to github so we can fork and send pull >> req

[gentoo-dev] Re: Last rites: app-portage/portage-mod_jabber, media-sound/moodbar

2015-02-08 Thread Michael Palimaka
On 09/02/15 00:27, Alan McKinnon wrote: > On 08/02/2015 14:04, Hanno Böck wrote: > >> # Hanno Boeck (08 Feb 2150) >> # Dead upstream, will be removed in 30 days if nobody >> # complains. >> media-sound/moodbar > > I use this, it builds without errors and works well with Amarok. > > Please leave

[gentoo-dev] Re: metadata.xml un-ization, v2

2014-12-10 Thread Michael Palimaka
On 10/12/14 06:35, Luca Barbato wrote: > On 09/12/14 17:34, Michał Górny wrote: > >> I'm all for keeping it simple. However, backwards compatibility makes >> it hard to keep things simple. I'd love to do, say, metadata.yml >> supporting stuff like: >> >> - maintainer: f...@gentoo.org, b...@gentoo.

[gentoo-dev] Re: Implicit system dependency

2014-11-14 Thread Michael Palimaka
On 14/11/14 15:01, Rich Freeman wrote: > On Thu, Nov 13, 2014 at 9:38 PM, Michael Palimaka > wrote: >> On 14/11/14 11:06, Rich Freeman wrote: >>> >>> Well, the idea would be to maintain the virtual INSTEAD of @system, or >>> have @system just pull in

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 14/11/14 11:06, Rich Freeman wrote: > On Thu, Nov 13, 2014 at 10:07 AM, Michael Palimaka > wrote: >> >> Ditching implicit dependencies is an interesting idea but not practical. >> Nobody wants to the laundry list, and there's little benefit in >> maintainin

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 14/11/14 03:57, hasufell wrote: > On 11/13/2014 04:27 PM, Michael Palimaka wrote: >>>> * C++ compiler and runtime >>> >>> Isn't it possible to disable C++ in GCC with USE="-cxx"? >> >> It is, but I think if that's disabled you

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 14/11/14 01:05, Michael Orlitzky wrote: > On 11/13/2014 05:30 AM, Michael Palimaka wrote: >> >> Suggested policy to get the ball rolling: >> >> In general, a package must explicitly depend upon what it directly uses. >> However, to avoid ebuild complexity an

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 14/11/14 01:36, Ulrich Mueller wrote: >>>>>> On Thu, 13 Nov 2014, Michael Palimaka wrote: > >> Suggested policy to get the ball rolling: > >> In general, a package must explicitly depend upon what it directly >> uses. However, to avoid ebuild complex

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 14/11/14 01:17, Rich Freeman wrote: > On Thu, Nov 13, 2014 at 5:30 AM, Michael Palimaka > wrote: >> >> In general, a package must explicitly depend upon what it directly uses. >> However, to avoid ebuild complexity and developer burden there are some >> exception

[gentoo-dev] Re: Implicit system dependency

2014-11-13 Thread Michael Palimaka
On 05/11/14 12:16, Michael Orlitzky wrote: > When I was taking my ebuild quizzes, I asked for someone to clarify the > implicit system dependency that we have enshrined in the devmanual: > > https://bugs.gentoo.org/show_bug.cgi?id=485356 > > There is... some agreement, but also special cases an

[gentoo-dev] Last rites: app-dicts/gnuvd

2014-10-15 Thread Michael Palimaka
# Michael Palimaka (15 Oct 2014) # No longer compatible with online service it depends on. # Dead upstream. Masked for removal in 30 days. Bug #451868. app-dicts/gnuvd

[gentoo-dev] Re: RFC: Deprecating and killing the concept of herds

2014-09-27 Thread Michael Palimaka
On 09/27/2014 08:51 PM, Jeroen Roovers wrote: > On Sat, 27 Sep 2014 06:25:28 -0400 > Rich Freeman wrote: > >> On Sat, Sep 27, 2014 at 4:58 AM, Jeroen Roovers >> wrote: >>> >>> Right now, CC'ing a single alias is inconvenient, but under your >>> proposal, you might need to CC a dozen or more peop

[gentoo-dev] Re: RFC: kde5 and kde5-functions eclass

2014-09-16 Thread Michael Palimaka
On 09/16/2014 02:19 AM, Davide Pesavento wrote: >> if [[ -a "CMakeLists.txt" ]]; then > > Unnecessary quoting. Also, -e is more common than -a I guess both the eclasses (and a lot of Gentoo stuff in general) has quoting that's not strictly necessary. Thanks for the review, everything else ha

[gentoo-dev] RFC: kde5 and kde5-functions eclass

2014-09-15 Thread Michael Palimaka
Hi, Please find attached two new KDE eclasses for review, required to support KDE Frameworks 5 and its consumers. I will commit in a week or so in the absence of major issues, with the masked packages to follow shortly after. Best regards, Michael # Copyright 1999-2014 Gentoo Foundation # Distri

[gentoo-dev] News item: semantic-desktop USE flag changes

2014-08-28 Thread Michael Palimaka
Title: semantic-desktop USE flag changes Author: Michael Palimaka Content-Type: text/plain Posted: 2014-08-29 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: kde-base/kdelibs[semantic-desktop] KDE 4.13 introduces Baloo, the next generation semantic search infrastructure. It replaces

[gentoo-dev] Re: don't rely on dynamic deps

2014-07-26 Thread Michael Palimaka
On 07/27/2014 05:21 AM, Tom Wijsman wrote: > On Sun, 27 Jul 2014 03:12:07 +1000 > Michael Palimaka wrote: > >> On 07/26/2014 07:59 AM, Tom Wijsman wrote: >>> On Wed, 23 Jul 2014 22:14:41 +1000 >>> Michael Palimaka wrote: >>> >>>> On 07/23/

[gentoo-dev] Re: About current ppc/ppc64 status

2014-07-26 Thread Michael Palimaka
On 07/27/2014 03:19 AM, William Hubbs wrote: > If an arch team isn't going to honor a stable request, shouldn't they > remove themselves from it and say so? > > Also, if an arch team does that, does that mean we don't have to file > stable requests for that arch on future versions of the package?

[gentoo-dev] Re: don't rely on dynamic deps

2014-07-26 Thread Michael Palimaka
On 07/26/2014 07:59 AM, Tom Wijsman wrote: > On Wed, 23 Jul 2014 22:14:41 +1000 > Michael Palimaka wrote: > >> On 07/23/2014 09:36 AM, Tom Wijsman wrote: >>> On Tue, 22 Jul 2014 18:21:00 +1000 >>> Michael Palimaka wrote: >>> >>>> What a grea

[gentoo-dev] Re: About current ppc/ppc64 status

2014-07-26 Thread Michael Palimaka
On 07/27/2014 02:20 AM, William Hubbs wrote: > I know I'm replying to my own message, but I do have a concern about > this that I want to ask about. > > When a stable request is filed for a package, it is filed for all > architectures which have the ~arch keyword for the package and are > marked

Re: [gentoo-dev] Re: don't rely on dynamic deps

2014-07-24 Thread Michael Palimaka
On 07/23/2014 09:36 AM, Tom Wijsman wrote: > On Tue, 22 Jul 2014 18:21:00 +1000 > Michael Palimaka wrote: > >> What a great way to kill the distro. >> >> I can already heat my house with the number of unnecessary rebuilds > > Do you upgrade @world every hour

[gentoo-dev] Re: don't rely on dynamic deps

2014-07-22 Thread Michael Palimaka
On 07/22/2014 07:52 AM, Alexander Berntsen wrote: > > To sum up: My vote is disable dynamic-deps. And I would be happy to > apply a patch that does this with the information I have today. What a great way to kill the distro. I can already heat my house with the number of unnecessary rebuilds - I

[gentoo-dev] Re: The request to abolish games team policy

2014-07-08 Thread Michael Palimaka
On 07/09/2014 02:58 AM, Rich Freeman wrote: > On Tue, Jul 8, 2014 at 12:17 PM, Michael Palimaka > wrote: >> On 07/09/2014 01:22 AM, Samuli Suominen wrote: >>> And some personal thoughts about the initial proposal... >>> I don't care about the suggestion 3.

[gentoo-dev] Re: The request to abolish games team policy

2014-07-08 Thread Michael Palimaka
On 07/09/2014 01:22 AM, Samuli Suominen wrote: > And some personal thoughts about the initial proposal... > I don't care about the suggestion 3. in mgorny's proposal at all, but 1. > and 2. should definately > stay as is. What authority does the game team have over anything? Did it get special bles

[gentoo-dev] Re: The request to abolish games team policy

2014-07-08 Thread Michael Palimaka
On 07/08/2014 09:38 PM, Michał Górny wrote: > Dnia 2014-07-08, o godz. 20:52:49 > Michael Palimaka napisał(a): > >> On 07/08/2014 07:45 AM, Michał Górny wrote: >>> I would like to ask the Council to abolish the following policies that >>> have been established b

[gentoo-dev] Re: The request to abolish games team policy

2014-07-08 Thread Michael Palimaka
On 07/08/2014 07:45 AM, Michał Górny wrote: > Dear Community, > > First of all, please do not take this personally. I don't want to > attack any member of the games team or the team in general. I respect > their experience and long-term contribution to Gentoo. However, > I strongly disagree with t

[gentoo-dev] Re: Standardise the variable for including eclasses only once

2014-07-07 Thread Michael Palimaka
On 07/04/2014 07:26 PM, Ulrich Mueller wrote: > I have no strong preference for the variable's value. Is testing for > a non-empty value sufficient? Then we should assign something simple > (like "1"). If not, any string that is sufficiently random (like the > one used in eutils) should be good. I

[gentoo-dev] Packages up for grabs

2014-06-16 Thread Michael Palimaka
Hi, Due to cleaning up within the Qt team, the following packages are up for grabs: app-emulation/qtemu app-mobilephone/past dev-util/beediff dev-util/eggy dev-util/qdevelop media-gfx/pencil media-gfx/pictureflow media-gfx/picturewall media-gfx/smile The following packages would benefit from hav

<    1   2   3   4   5   >