Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-08 Thread Petteri Räty
Angelo Arrifano wrote: > > [ -z "${GPE_MIRROR}" ] && > GPE_MIRROR="http://gpe.linuxtogo.org/download/source"; > [ -z "${GPE_TARBALL_SUFFIX}" ] && GPE_TARBALL_SUFFIX="gz" > SRC_URI="${GPE_MIRROR}/${P}.tar.${GPE_TARBALL_SUFFIX}" > Use [[ here. > > # @FUNCTION: gpe_src_compile > # @DESCRIPTION:

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-07 Thread Angelo Arrifano
# Copyright 2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # @ECLASS: gpe.eclass # @MAINTAINER: # # Original Authors: # Rene Wagner # Ned Ludd # Angelo Arrifano # # @BLURB: Provides common functionality for the G Palmtop Environment. # @

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Ned Ludd
On Thu, 2009-02-05 at 00:37 +, Angelo Arrifano wrote: > On Qua, 2009-02-04 at 18:36 +0200, Petteri Räty wrote: > Some packages are not automake driven. We have to detect those. > > > > > make DESTDIR=${D} PREFIX=/usr \ > > > STRIP=true ENABLE_NLS=${USE_NLS} \ > > >

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Petteri Räty
Angelo Arrifano wrote: > On Qua, 2009-02-04 at 18:36 +0200, Petteri Räty wrote: >> Angelo Arrifano wrote: >>> # Copyright 2008 Gentoo Foundation >>> # Distributed under the terms of the GNU General Public License v2 >>> # $Header: $ >>> # >>> # Authors: >>> # Rene Wagner >>> # Ned Ludd >>> # Ange

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Angelo Arrifano
On Qua, 2009-02-04 at 18:36 +0200, Petteri Räty wrote: > Angelo Arrifano wrote: > > > > # Copyright 2008 Gentoo Foundation > > # Distributed under the terms of the GNU General Public License v2 > > # $Header: $ > > # > > # Authors: > > # Rene Wagner > > # Ned Ludd > > # Angelo Arrifano > > >

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Petteri Räty
Angelo Arrifano wrote: > > # Copyright 2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ > # > # Authors: > # Rene Wagner > # Ned Ludd > # Angelo Arrifano > Should use eclass-manpages syntax. > > # GPE ECLASS > #GPECONF=""

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Angelo Arrifano
On Qua, 2009-02-04 at 13:56 +0200, Petteri Räty wrote: > Angelo Arrifano wrote: > > > > Since we are maintaining this over half a year now, we think that its > > time to finally starting moving step-by-step the GPE suite into the > > portage tree - starting with the eclass and toplevel categories.

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-04 Thread Petteri Räty
Angelo Arrifano wrote: > > Since we are maintaining this over half a year now, we think that its > time to finally starting moving step-by-step the GPE suite into the > portage tree - starting with the eclass and toplevel categories. > Please start by posting the new eclasses for review then. R

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Ciaran McCreesh
On Tue, 03 Feb 2009 20:13:15 + Angelo Arrifano wrote: > So, despite "looking" a *lot* of new categories with not so much stuff > inside, will this slow down portage sync/metadata-regen/loopkup in > some way? Performance is best if the number of categories is equal to the number of packages in

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Angelo Arrifano
On Ter, 2009-02-03 at 11:47 -0800, Donnie Berkholz wrote: > On 11:24 Tue 03 Feb , Donnie Berkholz wrote: > > > We currently provide an eclass and ebuilds arranged by top level > > > categories following upstream categorization. Explicitly gpe.eclass and > > > top level gpe-base gpe-net gpe-pim

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Donnie Berkholz
On 11:24 Tue 03 Feb , Donnie Berkholz wrote: > > We currently provide an eclass and ebuilds arranged by top level > > categories following upstream categorization. Explicitly gpe.eclass and > > top level gpe-base gpe-net gpe-pim gpe-games gpe-utils gpe-media > > gpe-xsession. > > We know we hav

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Donnie Berkholz
On 15:34 Tue 03 Feb , Angelo Arrifano wrote: > We at -embedded would like to introduce GPE - The G Palmtop Environment. Hi, Very cool that you've been working on this! > We currently provide an eclass and ebuilds arranged by top level > categories following upstream categorization. Explicitl

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Richard Freeman
Ned Ludd wrote: Assuming you have the G2 you could skip all that and simply merge from these .tbz2 into a $ROOT Uh, is it even possible to get a G2 these days (short of working for HTC)? I thought the only options on the actual market were the G1 and the ADP (just a G1 with a fancy battery c

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Ned Ludd
On Tue, 2009-02-03 at 17:10 +, Angelo Arrifano wrote: > On Ter, 2009-02-03 at 11:28 -0500, Richard Freeman wrote: > > Angelo Arrifano wrote: > > > We at -embedded would like to introduce GPE - The G Palmtop Environment. > > > < > > palmtop/handheld computers running the GNU/Linux or any other U

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Angelo Arrifano
On Ter, 2009-02-03 at 11:28 -0500, Richard Freeman wrote: > Angelo Arrifano wrote: > > We at -embedded would like to introduce GPE - The G Palmtop Environment. > > < > palmtop/handheld computers running the GNU/Linux or any other UNIX-like > > operating system.>> > > > > Sounds neat? How long un

Re: [gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Richard Freeman
Angelo Arrifano wrote: We at -embedded would like to introduce GPE - The G Palmtop Environment. <> Sounds neat? How long until I'm running gentoo on my android? :)

[gentoo-dev] Announcement of The G Palmtop Environment ebuilds

2009-02-03 Thread Angelo Arrifano
Hello ladies and gentlemen, We at -embedded would like to introduce GPE - The G Palmtop Environment. <> GPE is currently under active development, being version 2.8 already very usable providing a modern mobile desktop environment. We currently provide an eclass and ebuilds arranged by top level