On Wednesday 26 September 2007, Robin H. Johnson wrote:
> On Wed, Sep 26, 2007 at 06:41:50AM +, Mike Frysinger (vapier) wrote:
> > - if [[ -f "${ROOT}/etc/conf.d/$1" ]]; then
> > + if [[ -f ${ROOT}/etc/conf.d/$1 ]]; then
>
> You removed the quotes here - $ROOT with spaces?
same as your oth
On 21:14 Mon 24 Sep , Ryan Hill wrote:
> - is the stuff in global scope kosher? i've seen other eclasses do
> similar, but i want to be sure. the reason for the looping is because
> i figure calling built_with_use in global would get me hung.
> for wxtoolkit in gtk2 base; do
>
On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
> voxus 07/09/25 07:16:42
>
> Modified: ChangeLog
> Added:nginx-0.6.13.ebuild
> Removed: nginx-0.6.12.ebuild
> Log:
> * bump
> (Portage version: 2.1.3.9)
> 1.1
On 18:29 Tue 25 Sep , Daniel Gryniewicz (dang) wrote:
> dang07/09/25 18:29:56
>
> Modified: ChangeLog
> Added:gconf-2.20.0.ebuild
> Log:
> New series for Gnome 2.20
> (Portage version: 2.1.3.9)
> 1.1 gnome-base/gconf/gconf-2.20.0.
On 19:27 Tue 25 Sep , Sebastien Fabbro (bicatali) wrote:
> bicatali07/09/25 19:27:56
>
> Modified: ChangeLog
> Added:freemat-3.5.ebuild
> Log:
> Version bump.
> (Portage version: 2.1.3.9)
> pkg_postint() {
> einfo "Initializing freemat data dire
On 03:01 Wed 26 Sep , Hanno Boeck (hanno) wrote:
> hanno 07/09/26 03:01:24
>
> Modified: ChangeLog
> Added:gimp-help-0.13.ebuild
> Log:
> gimp-help version bump
> (Portage version: 2.1.3.9)
> 1.1 app-doc/gimp-help/gimp-help-0.13.ebu
On 08:14 Wed 26 Sep , Alin Nastac (mrness) wrote:
> mrness 07/09/26 08:14:22
>
> Modified: ChangeLog
> Added:openswan-2.4.9-r1.ebuild
> Removed: openswan-2.4.9.ebuild
> Log:
> Fix erroneous creation of rundir and subsysdir (#193824). Sani
Mike Frysinger wrote:
> On Monday 24 September 2007, Donnie Berkholz wrote:
>>
>> You could use C-style syntax here:
>>
>> (( use_errors++ ))
>>
>> I find it a bit more readable.
>
> i like to get anal and use ((++use_errors))
>
> then again, it may also be more readable like so:
> use_errors=fa
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 08:14 Wed 26 Sep , Alin Nastac (mrness) wrote:
> > mrness 07/09/26 08:14:22
> >
> > Modified: ChangeLog
> > Added:openswan-2.4.9-r1.ebuild
> > Removed: openswan-2.4.9.ebuild
> > Log
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 03:01 Wed 26 Sep , Hanno Boeck (hanno) wrote:
> > hanno 07/09/26 03:01:24
> >
> > Modified: ChangeLog
> > Added:gimp-help-0.13.ebuild
> > Log:
> > gimp-help version bump
> > (Portage version:
On 04:36 Wed 26 Sep , Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
> > I might define a custom function here to reduce duplication and increase
> > readability.
> >
> > use_linguas() {
> > local lingua=$1
> > use linguas_${lingua} && ALL_LINGUAS="${ALL_
Bo Ørsted Andresen wrote:
> On Monday 24 September 2007 21:56:49 Donnie Berkholz wrote:
>> > if [[ "$(gcc-major-version)" -gt "3" ]] || \
>> > ( [[ "$(gcc-major-version)" -eq "3" ]] && [[ "$(gcc-minor-version)" -gt
>> > "3" ]] )
>>
>> Code block { } might be good here instead of a subshell, or per
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 04:36 Wed 26 Sep , Mike Frysinger wrote:
> > On Wednesday 26 September 2007, Donnie Berkholz wrote:
> > > I might define a custom function here to reduce duplication and
> > > increase readability.
> > >
> > > use_linguas() {
> > > l
On 04:51 Wed 26 Sep , Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
> > for USE in ${IUSE}; do
> > [[ ${USE} = linguas_* ]] && use_linguas ${USE}
> > done
>
> you dont want to use the variable 'USE' ... while it would work
> correctly if you declared it wi
Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
>
>> On 08:14 Wed 26 Sep , Alin Nastac (mrness) wrote:
>>
>>> mrness 07/09/26 08:14:22
>>>
>>> Modified: ChangeLog
>>> Added:openswan-2.4.9-r1.ebuild
>>> Removed:
On Wed, 2007-09-26 at 00:43 -0700, Donnie Berkholz wrote:
> On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
> > voxus 07/09/25 07:16:42
> >
> I take it that, for some obscure reason, use_with() doesn't work?
>
> > if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
>
> Are
On Wednesday 26 September 2007, Christian Faulhammer wrote:
> "Mike Frysinger (vapier)" <[EMAIL PROTECTED]>:
> > Added:baselayout-1.12.10-r5.ebuild
i've cleaned up the latest baselayout-2 ebuild since baselayout-1 is on the
way out
-mike
signature.asc
Description: This is a di
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 04:51 Wed 26 Sep , Mike Frysinger wrote:
> > On Wednesday 26 September 2007, Donnie Berkholz wrote:
> > > for USE in ${IUSE}; do
> > > [[ ${USE} = linguas_* ]] && use_linguas ${USE}
> > > done
> >
> > you dont want to use the variabl
On 05:14 Wed 26 Sep , Mike Frysinger wrote:
> if it's all common shell, it's pretty hard to hide ... you could try some
> tricks like rewriting USE to __USE__ so internal code (like the `use`
> function) still work, but in the end, does that really help ?
I think so. It explicitly says that'
Robert Buchholz wrote:
> On Tuesday, 25. September 2007, Donnie Berkholz wrote:
>> On 20:04 Mon 24 Sep , Doug Goldstein (cardoe) wrote:
>> > if ! use usb; then
>> > sed -i util/Makefile \
>> > -e '/ttusb_dec_reset/d' \
>> > -e '/dib3000-watch/d'
>> > fi
>> >
>> > # do not compile test-progs
>>
Steve Long wrote:
> Bo Ørsted Andresen wrote:
>
>> On Monday 24 September 2007 21:56:49 Donnie Berkholz wrote:
>>> > if [[ "$(gcc-major-version)" -gt "3" ]] || \
>>> > ( [[ "$(gcc-major-version)" -eq "3" ]] && [[ "$(gcc-minor-version)"
>>> > -gt "3" ]] )
>>>
>>> Code block { } might be good here
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Faulhammer wrote:
> "Marijn Schouten (hkbst)" <[EMAIL PROTECTED]>:
>> Added:metadata.xml ChangeLog hop-1.7.0.ebuild
>> Manifest Log:
>> Initial commit
>> ./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die
>> "con
Fixed :)
--
[EMAIL PROTECTED] mailing list
# Ulrich Mueller <[EMAIL PROTECTED]> (26 Sep 2007)
# Last upstream release as separate package was in 2002.
# Speedbar is included with Emacs 22; users of Emacs 21
# may use app-emacs/cedet as replacement.
# Masked for removal in 30 days. Bug #190768.
app-emacs/speedbar
--
[EMAIL PROTECTED] mailin
"Bernard Cafarelli (voyageur)" <[EMAIL PROTECTED]>:
> Added:gnumail-1.2.0_pre3-r1.ebuild
> Log:
> Fix bug 193806, add some quoting
> egnustep_install || die
> egnustep_install || die
> egnustep_install || die
> egnustep_install
"Guy Martin (gmsoft)" <[EMAIL PROTECTED]>:
> Added:dibbler-0.6.1.ebuild
> Log:
> Version bump. Fix #166013.
> DIBBLER_DOCDIR=${S}/doc
[...]
> use doc && dodoc ${DIBBLER_DOCDIR}/dibbler-user.pdf \
> ${DIBBLER_DOCDIR}/dibbler-devel.pdf
> doins
"Hanno Boeck (hanno)" <[EMAIL PROTECTED]>:
> Added:pam_mount-0.27.ebuild
> Log:
> pam_mount bump
> dodoc doc/*.txt || die
Die message, please.
V-Li
--
Christian Faulhammer, Gentoo Lisp project
http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
http://w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Frysinger wrote:
> On Tuesday 25 September 2007, Bo �rsted Andresen wrote:
>> On Tuesday 25 September 2007 12:47:35 Marijn Schouten (hkBst) wrote:
> # "make test" does something weird so default src_test() in
> /usr/lib/portage/bin/ebuild.
On Wed, 26 Sep 2007 16:35:54 +0200, Christian Faulhammer <[EMAIL PROTECTED]>
wrote:
> "Bernard Cafarelli (voyageur)" <[EMAIL PROTECTED]>:
>
>> Added:gnumail-1.2.0_pre3-r1.ebuild
>> Log:
>> Fix bug 193806, add some quoting
>> egnustep_install || die
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello peeps,
In light of most discovered incompatibilities with guile-1.8* having been
fixed and the need for stable guile-1.8* to get rid of old borken versions of
lilypond I'd like to request that if you run stable and have guile installed
that you
Thanks for the tip. I added "failed to install genlop (via dobin)" -
not sure if there is a standard way to do this, as it seems many ebuilds
just do "dobin failed", and some do "failed to install ...".
-Joe
Christian Faulhammer wrote:
> "Joe Pete
On Wednesday 26 September 2007, Marijn Schouten (hkBst) wrote:
> Who's gonna fix usr/lib/portage/bin/ebuild.sh?
what's broken in it ?
-mike
signature.asc
Description: This is a digitally signed message part.
Joe Peterson <[EMAIL PROTECTED]>:
> Thanks for the tip. I added "failed to install genlop (via dobin)" -
> not sure if there is a standard way to do this, as it seems many
> ebuilds just do "dobin failed", and some do "failed to install ...".
It is mainly to localise which die command caused th
"Raul Porcel (armin76)" <[EMAIL PROTECTED]>:
> Added:mldonkey-2.9.1.ebuild
> Log:
> Version bump, bug #193777
> (Portage version: 2.1.3.9)
> cd ${S}
> domenu ${FILESDIR}/${PN}-gui.desktop
> doicon ${FILESDIR}/${PN}.png
> cd ${
"Matsuu Takuto (matsuu)" <[EMAIL PROTECTED]>:
> matsuu 07/09/26 17:14:18
> Modified: ChangeLog metadata.xml
> Added:aide-0.13.1.ebuild
> Log:
> Version bumped.
Please let die follow a message.
V-Li
--
Christian Faulhammer, Gentoo Lisp project
http://ww
On Wednesday 26 September 2007, Christian Faulhammer wrote:
> Joe Peterson <[EMAIL PROTECTED]>:
> > Thanks for the tip. I added "failed to install genlop (via dobin)" -
> > not sure if there is a standard way to do this, as it seems many
> > ebuilds just do "dobin failed", and some do "failed to i
On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> On Wednesday 26 September 2007, Christian Faulhammer wrote:
> > Joe Peterson <[EMAIL PROTECTED]>:
> > > Thanks for the tip. I added "failed to install genlop (via dobin)" -
> > > not sure if there is a standard way to do this, as it seems many
> >
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> > On Wednesday 26 September 2007, Christian Faulhammer wrote:
> > > Joe Peterson <[EMAIL PROTECTED]>:
> > > > Thanks for the tip. I added "failed to install genlop (via dobin)" -
> > > > not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 26 Sep 2007 13:42:08 -0700
Donnie Berkholz <[EMAIL PROTECTED]> wrote:
> On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> > On Wednesday 26 September 2007, Christian Faulhammer wrote:
> > > Joe Peterson <[EMAIL PROTECTED]>:
> > > > Thanks for
Christian Faulhammer wrote:
> Joe Peterson <[EMAIL PROTECTED]>:
>
>
>> Thanks for the tip. I added "failed to install genlop (via dobin)" -
>> not sure if there is a standard way to do this, as it seems many
>> ebuilds just do "dobin failed", and some do "failed to install ...".
>>
>
> It
Ferris McCormick wrote:
> On Wed, 26 Sep 2007 13:42:08 -0700
> Donnie Berkholz <[EMAIL PROTECTED]> wrote:
>
> > On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> >> On Wednesday 26 September 2007, Christian Faulhammer wrote:
> >>> Joe Peterson <[EMAIL PROTECTED]>:
> Thanks for the tip. I adde
Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
>
>> On 16:11 Wed 26 Sep , Mike Frysinger wrote:
>>
>>> On Wednesday 26 September 2007, Christian Faulhammer wrote:
>>>
Joe Peterson <[EMAIL PROTECTED]>:
> Thanks for the tip. I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 26 Sep 2007 17:42:01 -0400
Doug Goldstein <[EMAIL PROTECTED]> wrote:
> Ferris McCormick wrote:
> > On Wed, 26 Sep 2007 13:42:08 -0700
> > Donnie Berkholz <[EMAIL PROTECTED]> wrote:
> >
> > > On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> >
On 17:53 Wed 26 Sep , Doug Goldstein wrote:
> Mike Frysinger wrote:
> > Donnie Berkholz wrote:
> > also, ebuilds do change over time, so what line # may be correct one day
> > may
> > not be relevant the next ...
> >
> True. I will concede this point. I could attempt to argue this is why
>
Ferris McCormick wrote:
> On Wed, 26 Sep 2007 17:42:01 -0400
> Doug Goldstein <[EMAIL PROTECTED]> wrote:
>
>> Ferris McCormick wrote:
>>> On Wed, 26 Sep 2007 13:42:08 -0700
>>> Donnie Berkholz <[EMAIL PROTECTED]> wrote:
>>>
On 16:11 Wed 26 Sep , Mike Frysinger wrote:
> On Wednesday 26
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 17:53 Wed 26 Sep , Doug Goldstein wrote:
> > Mike Frysinger wrote:
> > > Donnie Berkholz wrote:
> > > also, ebuilds do change over time, so what line # may be correct one
> > > day may not be relevant the next ...
> >
> > True. I will
On 20:41 Wed 26 Sep , George Shapovalov (george) wrote:
> george 07/09/26 20:41:34
>
> Modified: gnat.eclass
> Log:
> added get_active_profile helper function
> Revision ChangesPath
> 1.28 eclass/gnat.eclass
>
> file :
> http://sources.gentoo.org/
Donnie Berkholz wrote:
> On 21:14 Mon 24 Sep , Ryan Hill wrote:
>> - is the stuff in global scope kosher? i've seen other eclasses do
>> similar, but i want to be sure. the reason for the looping is because
>> i figure calling built_with_use in global would get me hung.
>
>> for wxtoolk
Alec Warner wrote:
> You should not use $FEATURES in an ebuild as they are not meant to be
> part of the API.
Can someone put something in the dev guide about this? I was
looking for exactly this answer a week or so ago and couldn't find
anything. ;)
--
fonts / wxWindows / gc
On 13:15 Wed 26 Sep , Mart Raudsepp (leio) wrote:
> 1.1 dev-python/pygobject/pygobject-2.14.0.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/
On 16:29 Wed 26 Sep , Raul Porcel (armin76) wrote:
> 1.1 net-p2p/mldonkey/mldonkey-2.9.1.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mldonkey/mldonkey-2.9.1.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/
On 19:39 Wed 26 Sep , Mike Frysinger (vapier) wrote:
> 1.1 net-analyzer/traceroute/traceroute-2.0.9.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.9.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/vi
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 19:39 Wed 26 Sep , Mike Frysinger (vapier) wrote:
> > 1.1 net-analyzer/traceroute/traceroute-2.0.9.ebuild
> >
> > src_compile() {
> > tc-export CC AR RANLIB
> > emake env=yes || die
> > }
>
> This is neat. I wo
On 00:18 Thu 27 Sep , Paul Varner (fuzzyray) wrote:
> 1.1 app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.o
I went and processed a bunch of pending Bugzilla bugs, and thought folk
might be interested in the changes.
- "Bug Reporting Guide" is now linked from the front page as well as the
"Choose Product" page (during bug creation). [Bug #188687]
- The "Log In" link in the footer should take you back t
Donnie Berkholz wrote:
> On 13:15 Wed 26 Sep , Mart Raudsepp (leio) wrote:
>> 1.1 dev-python/pygobject/pygobject-2.14.0.ebuild
>>
>> file :
>> http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild?rev=1.1&view=markup
>> plain:
>> http://
On Wed, 2007-09-26 at 18:39 -0700, Donnie Berkholz wrote:
> On 00:18 Thu 27 Sep , Paul Varner (fuzzyray) wrote:
> >
> > pkg_postrm() {
> > python_mod_cleanup "${ROOT}"usr/lib/gentoolkit
>
> Shouldn't gentoolkit go into get_libdir() instead of lib? Portage
> appears to...
It probably sho
Awesome, thanks for all your hard work.
-Alec
On 9/26/07, Robin H. Johnson <[EMAIL PROTECTED]> wrote:
> I went and processed a bunch of pending Bugzilla bugs, and thought folk
> might be interested in the changes.
>
> - "Bug Reporting Guide" is now linked from the front page as well as the
> "C
On 00:55 Thu 27 Sep , Hanno Boeck (hanno) wrote:
> 1.1 net-mail/mailman/mailman-2.1.9-r2.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x8
Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
>> sed -ne "${lineno}p" ${filename}
>>
>> Anyone got something better?
>
> that sed will probably work about half the time since it'll only work on one
> liners ...
Print one or two lines before and after ${lineno} and
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 05:14 Wed 26 Sep , Mike Frysinger wrote:
> > if it's all common shell, it's pretty hard to hide ... you could try some
> > tricks like rewriting USE to __USE__ so internal code (like the `use`
> > function) still work, but in the end,
On Wednesday 26 September 2007, Donnie Berkholz wrote:
> On 17:53 Wed 26 Sep , Doug Goldstein wrote:
> > Mike Frysinger wrote:
> > > Donnie Berkholz wrote:
> > > also, ebuilds do change over time, so what line # may be correct one
> > > day may not be relevant the next ...
> >
> > True. I will
62 matches
Mail list logo