Hi,
we prepared new eclass for x11 packages that should be used as
replacement for x-modular.eclass.
After long discussion with others on irc we choose to name it as
xorg-2.eclass.
Whats new/changed:
1 removed function call (pkg_preinst iirc) and 1 new added pkg_setup.
Requires eapi3 or any lat
On Thu, 18 Feb 2010 23:33:42 +0100, Tomáš Chvátal
wrote:
> Requires eapi3 or any later when added, so wont work with eapi 012.
Hey, can you explain why you choose to do this and what benefit there is
to doing so? Thanks.
-Jeremy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dne 18.2.2010 23:39, Jeremy Olexa napsal(a):
>
> On Thu, 18 Feb 2010 23:33:42 +0100, Tomáš Chvátal
> wrote:
>> Requires eapi3 or any later when added, so wont work with eapi 012.
>
> Hey, can you explain why you choose to do this and what benefit th
As I got few pointers from Samuli i fixed few slight issues he found
out. For the history of changes of course git log works quite well :]
See attached diff and new full eclass.
Tomas
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Hea
On Thursday 18 February 2010 22:33:42 Tomáš Chvátal wrote:
> [[ ${PN} == util-macros ]] || DEPEND+=" >=x11-misc/util-macros-1.3.0"
> [[ ${PN} == font-util ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1"
Do non-fonts really need font-util there? Looks like that sets up a nice
circul
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dne 19.2.2010 00:11, David Leverton napsal(a):
> On Thursday 18 February 2010 22:33:42 Tomáš Chvátal wrote:
>> [[ ${PN} == util-macros ]] || DEPEND+=" >=x11-misc/util-macros-1.3.0"
>> [[ ${PN} == font-util ]] || DEPEND+=" >=media-fonts/font-u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>> [[ -e "./configure.ac" ]] && eautoreconf || ewarn
>> "Unable to autoreconf
>> the configure script. Things may fail."
>
>> That'll ewarn if configure.ac doesn't exist at all. Doesn't eautoreconf die
>> anyway if it fails, a
On Thursday 18 February 2010 23:16:54 Tomáš Chvátal wrote:
> That || die is not for eautoreconf
>
> [[ -e "something" ]] && somethingexists || somethingisnotexisting
>
> For your behaviour it would have to look like this
>
> [[ -e "something" ]] && { somethingexists || die if the commands failed ;
On Thu, 18 Feb 2010 23:33:42 +0100
Tomáš Chvátal wrote:
> Hi,
> we prepared new eclass for x11 packages that should be used as
> replacement for x-modular.eclass.
>
> After long discussion with others on irc we choose to name it as
> xorg-2.eclass.
>
> Whats new/changed:
> Fonts handling sligh