* [gentoo-dev] GLEP 34 (category metadata) implemented
@ 2005-03-23 2:46 Ciaran McCreesh
2005-03-23 5:49 ` Joshua Brindle
` (4 more replies)
0 siblings, 5 replies; 16+ messages in thread
From: Ciaran McCreesh @ 2005-03-23 2:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]
GLEP 34 (category metadata) [1] is now fully implemented. Well, I say
fully. Actually, it isn't, since I don't have write access to the
sec-policy directory. But that really isn't a problem, since only two
people actually care what's in there anyway, and one of them can't read.
Package maintainers, feel free to update the descriptions if you can
come up with something better. It's fairly likely you'll be able to add
in a couple more helpful sentences, since I never go anywhere near some
categories. If you're fluent in non-English, by all means add in other
languages, but only do this if you're actually sure you're going to
spell things properly -- this is why I stuck to English only...
If you're committing, **remember to use utf-8**. If your language uses
all kinds of weird accented characters, you could really screw things up
if you don't.
The correct way to commit a *category* metadata file at the moment is:
xmllint --noout --valid metadata.xml
glep31check metadata.xml
cvs commit -m "blah blah" metadata.xml
You can get glep31check from [2]. It's just a little utf-8 checker.
As a result of this, and with a bit of help from vim7's built-in spell
checker, I now know how to spell miscellaneous correctly without having
to think about it.
There's nothing in the metadata docs [3] about it yet. But then, the
metadata docs are massively out of date anyway (we've had repoman
support for ages...). You can get everything you need from the GLEP and
the DTD -- any questions, just ask.
1: http://www.gentoo.org/proj/en/glep/glep-0034.html
2: http://dev.gentoo.org/~ciaranm/overlay/app-portage/glep31check/
3:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
@ 2005-03-23 5:49 ` Joshua Brindle
2005-03-23 6:07 ` Ciaran McCreesh
2005-03-23 14:51 ` Chris Gianelloni
` (3 subsequent siblings)
4 siblings, 1 reply; 16+ messages in thread
From: Joshua Brindle @ 2005-03-23 5:49 UTC (permalink / raw
To: gentoo-dev
Ciaran McCreesh wrote:
>GLEP 34 (category metadata) [1] is now fully implemented. Well, I say
>fully. Actually, it isn't, since I don't have write access to the
>sec-policy directory.
>
With good reason..
> But that really isn't a problem, since only two
>people actually care what's in there anyway, and one of them can't read.
>
>
>
Don't care or read what? Most developers can't track of -dev even a
little, if something mandatory was suppose to be done certainly it
should have been said on -core and then directly to people who have to
do it themselves (hardened), Getting on -dev and defaming us just makes
you look like an ass.
Joshua
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 5:49 ` Joshua Brindle
@ 2005-03-23 6:07 ` Ciaran McCreesh
0 siblings, 0 replies; 16+ messages in thread
From: Ciaran McCreesh @ 2005-03-23 6:07 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1863 bytes --]
On Wed, 23 Mar 2005 00:49:01 -0500 Joshua Brindle <method@gentoo.org>
wrote:
| Ciaran McCreesh wrote:
| >GLEP 34 (category metadata) [1] is now fully implemented. Well, I say
| >fully. Actually, it isn't, since I don't have write access to the
| >sec-policy directory.
| >
| With good reason..
What, you're still claiming that the hardened project has 'grown beyond'
Gentoo? *shrug* if you want to make yourselves out as a different
distribution from the rest of us then that's fine by me. I'd be more
than happy to completely ignore anything to do with selinux if you
prefer -- it'd halve the time it takes me to bump certain packages.
| Don't care or read what? Most developers can't track of -dev even a
| little, if something mandatory was suppose to be done certainly it
| should have been said on -core and then directly to people who have to
| do it themselves (hardened), Getting on -dev and defaming us just
| makes you look like an ass.
I had a metadata.xml file written out for sec-policy and everything, but
thanks to those utterly pointless CVS restrictions I couldn't commit it.
Really, what's the reason behind keeping the lock in place, other than
that it makes you feel special? As you've seen, I and several others who
aren't part of your elite posse have entirely legitimate reasons for
touching things in there on occasion. We all already have more than
enough access to totally kill the tree anyway (including being able to
force an overwrite of anything installed by sec-policy/*), so you can't
claim security.
*shrug* Maybe you should just switch to using your own tree rather than
trusting anything that's coming from us mere mortals.
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
2005-03-23 5:49 ` Joshua Brindle
@ 2005-03-23 14:51 ` Chris Gianelloni
2005-03-23 14:56 ` Ciaran McCreesh
2005-03-23 14:59 ` Aaron Walker
2005-03-24 11:52 ` Michael Kohl
` (2 subsequent siblings)
4 siblings, 2 replies; 16+ messages in thread
From: Chris Gianelloni @ 2005-03-23 14:51 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
On Wed, 2005-03-23 at 02:46 +0000, Ciaran McCreesh wrote:
> Package maintainers, feel free to update the descriptions if you can
> come up with something better. It's fairly likely you'll be able to add
> in a couple more helpful sentences, since I never go anywhere near some
> categories. If you're fluent in non-English, by all means add in other
> languages, but only do this if you're actually sure you're going to
> spell things properly -- this is why I stuck to English only...
Do these metadata files support <herd> and <maintainer>?
--
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 14:51 ` Chris Gianelloni
@ 2005-03-23 14:56 ` Ciaran McCreesh
2005-03-24 8:26 ` Paul de Vrieze
2005-03-23 14:59 ` Aaron Walker
1 sibling, 1 reply; 16+ messages in thread
From: Ciaran McCreesh @ 2005-03-23 14:56 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 928 bytes --]
On Wed, 23 Mar 2005 09:51:59 -0500 Chris Gianelloni
<wolf31o2@gentoo.org> wrote:
| On Wed, 2005-03-23 at 02:46 +0000, Ciaran McCreesh wrote:
| > Package maintainers, feel free to update the descriptions if you can
| > come up with something better. It's fairly likely you'll be able to
| > add in a couple more helpful sentences, since I never go anywhere
| > near some categories. If you're fluent in non-English, by all means
| > add in other languages, but only do this if you're actually sure
| > you're going to spell things properly -- this is why I stuck to
| > English only...
|
| Do these metadata files support <herd> and <maintainer>?
Hrm, according to the DTD, no. You'll need to persuade pauldv on that
one if you want to use them...
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 14:51 ` Chris Gianelloni
2005-03-23 14:56 ` Ciaran McCreesh
@ 2005-03-23 14:59 ` Aaron Walker
1 sibling, 0 replies; 16+ messages in thread
From: Aaron Walker @ 2005-03-23 14:59 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Chris Gianelloni wrote:
> On Wed, 2005-03-23 at 02:46 +0000, Ciaran McCreesh wrote:
>
>>Package maintainers, feel free to update the descriptions if you can
>>come up with something better. It's fairly likely you'll be able to add
>>in a couple more helpful sentences, since I never go anywhere near some
>>categories. If you're fluent in non-English, by all means add in other
>>languages, but only do this if you're actually sure you're going to
>>spell things properly -- this is why I stuck to English only...
>
>
> Do these metadata files support <herd> and <maintainer>?
>
- From a post from ciaranm in the original thread:
| > The ``<herd>`` and ``<maintainer>`` elements are not generally
| > relevant at the category level.
|
| If they are, can they be used?
The DTD says they can be. Or, at least, I see no reason to impose
additional restrictions saying that they can't. I wouldn't consider them
an appropriate substitute for per-package metadata, however.
- --
merreeege-a, n.:
Cunferteeble-a bunds.
Bork Bork Bork!
Aaron Walker <ka0ttic@gentoo.org>
[ BSD | cron | forensics | shell-tools | commonbox | netmon | vim | web-apps ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCQYQ8C3poscuANHARAlaPAJ4m4M6wvi513tH4npZqLmUNTwgAvQCgxGfl
BEMopMfGnz10UgF4VoWcGHU=
=HGq3
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 14:56 ` Ciaran McCreesh
@ 2005-03-24 8:26 ` Paul de Vrieze
2005-03-24 13:34 ` Chris Gianelloni
0 siblings, 1 reply; 16+ messages in thread
From: Paul de Vrieze @ 2005-03-24 8:26 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]
On Wednesday 23 March 2005 15:56, Ciaran McCreesh wrote:
> On Wed, 23 Mar 2005 09:51:59 -0500 Chris Gianelloni
>
> <wolf31o2@gentoo.org> wrote:
> | On Wed, 2005-03-23 at 02:46 +0000, Ciaran McCreesh wrote:
> | > Package maintainers, feel free to update the descriptions if you can
> | > come up with something better. It's fairly likely you'll be able to
> | > add in a couple more helpful sentences, since I never go anywhere
> | > near some categories. If you're fluent in non-English, by all means
> | > add in other languages, but only do this if you're actually sure
> | > you're going to spell things properly -- this is why I stuck to
> | > English only...
> |
> | Do these metadata files support <herd> and <maintainer>?
>
> Hrm, according to the DTD, no. You'll need to persuade pauldv on that
> one if you want to use them...
If you give me a good reason I'll be persuaded. If however you look back at
the herds proposal there is no linkage between categories and herds. To add
this would possibly introduce that. I also want to have some kind of meaning
added on putting herd and maintainer in category metadata. Especially for
maintainer it would seem strange that someone could maintain all packages in
a category.
Paul
--
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
2005-03-23 5:49 ` Joshua Brindle
2005-03-23 14:51 ` Chris Gianelloni
@ 2005-03-24 11:52 ` Michael Kohl
2005-03-24 12:46 ` Juergen Hoetzel
2005-03-24 16:22 ` Ciaran McCreesh
2005-03-25 2:27 ` Fernando J. Pereda
2005-03-26 20:57 ` Ciaran McCreesh
4 siblings, 2 replies; 16+ messages in thread
From: Michael Kohl @ 2005-03-24 11:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]
On Wed, 23 Mar 2005 02:46:08 +0000
Ciaran McCreesh <ciaranm@gentoo.org> wrote:
> GLEP 34 (category metadata) [1] is now fully implemented.
Thanks for getting this done so quickly! :)
> If you're fluent in non-English, by all means add in other languages,
I've just added German longdescriptions for all the app- categories
(well, besides app-vim where you seem to have done this yourself). I
will continue with the other categories later today and tomorrow.
BTW: Will there be a tool for our users to easily extract information
from the category metadata? Something like 'equery catinfo de app-vim'
could be nice for example.
Cheers,
Michael
--
web@citizen428.net citizen428@gentoo.org
http://citizen428.net/ http://dev.gentoo.org/~citizen428/
GnuPG key: 0x90CA09E3/4D21 916E DBCE 72B8 CDC5 BD87 DE2D 91A2 90CA 09E3
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-24 11:52 ` Michael Kohl
@ 2005-03-24 12:46 ` Juergen Hoetzel
2005-03-24 16:22 ` Ciaran McCreesh
1 sibling, 0 replies; 16+ messages in thread
From: Juergen Hoetzel @ 2005-03-24 12:46 UTC (permalink / raw
To: gentoo-dev
On Thu, Mar 24, 2005 at 12:52:46PM +0100, Michael Kohl wrote:
> On Wed, 23 Mar 2005 02:46:08 +0000
> Ciaran McCreesh <ciaranm@gentoo.org> wrote:
>
> > GLEP 34 (category metadata) [1] is now fully implemented.
>
> Thanks for getting this done so quickly! :)
>
> > If you're fluent in non-English, by all means add in other languages,
>
> I've just added German longdescriptions for all the app- categories
> (well, besides app-vim where you seem to have done this yourself). I
> will continue with the other categories later today and tomorrow.
>
> BTW: Will there be a tool for our users to easily extract information
> from the category metadata? Something like 'equery catinfo de app-vim'
^^
It would be nice if this is handled by locale settings.
> could be nice for example.
>
> Cheers,
> Michael
Jürgen
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-24 8:26 ` Paul de Vrieze
@ 2005-03-24 13:34 ` Chris Gianelloni
0 siblings, 0 replies; 16+ messages in thread
From: Chris Gianelloni @ 2005-03-24 13:34 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]
On Thu, 2005-03-24 at 09:26 +0100, Paul de Vrieze wrote:
> > Hrm, according to the DTD, no. You'll need to persuade pauldv on that
> > one if you want to use them...
>
> If you give me a good reason I'll be persuaded. If however you look back at
> the herds proposal there is no linkage between categories and herds. To add
> this would possibly introduce that. I also want to have some kind of meaning
> added on putting herd and maintainer in category metadata. Especially for
> maintainer it would seem strange that someone could maintain all packages in
> a category.
Well, games-* could be herd: games... and games-fps could be herd: games
maintainer: vapier, wolf31o2... I'm also sure that app-vim could be
herd: vim... Just like app-emacs could be herd: emacs...
There are herds that are specifically designed to maintain a category.
Take net-mail or net-print (printing) as examples. At the very minimum,
I can see value in being able to assign a herd to a category, if not a
maintainer.
--
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-24 11:52 ` Michael Kohl
2005-03-24 12:46 ` Juergen Hoetzel
@ 2005-03-24 16:22 ` Ciaran McCreesh
2005-03-24 16:56 ` Michael Kohl
1 sibling, 1 reply; 16+ messages in thread
From: Ciaran McCreesh @ 2005-03-24 16:22 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
On Thu, 24 Mar 2005 12:52:46 +0100 Michael Kohl <citizen428@gentoo.org>
wrote:
| I've just added German longdescriptions for all the app- categories
| (well, besides app-vim where you seem to have done this yourself). I
| will continue with the other categories later today and tomorrow.
Cool.
| BTW: Will there be a tool for our users to easily extract information
| from the category metadata? Something like 'equery catinfo de app-vim'
| could be nice for example.
The descriptions will likely show up on packages.g.o at some point (once
Marduk gets around to it :) ). As for other stuff, I'm not aware of any
existing tool that plays around with metadata.xml (other than herdstat).
I could make one (to replace my nasty ewhoistoblame hack) if there's
interest, but if I did it it'd be done in ruby...
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-24 16:22 ` Ciaran McCreesh
@ 2005-03-24 16:56 ` Michael Kohl
0 siblings, 0 replies; 16+ messages in thread
From: Michael Kohl @ 2005-03-24 16:56 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
On Thu, 24 Mar 2005 16:22:24 +0000
Ciaran McCreesh <ciaranm@gentoo.org> wrote:
> As for other stuff, I'm not aware of any existing tool that plays
> around with metadata.xml (other than herdstat). I could make one (to
> replace my nasty ewhoistoblame hack)
Well, your ewhoistoblame hack is what I currently use for this purpose.
> but if I did it it'd be done in ruby...
As the Ruby herd was what got me involved in Gentoo development, you
won't hear any objections to that from me. ;)
--
web@citizen428.net citizen428@gentoo.org
http://citizen428.net/ http://dev.gentoo.org/~citizen428/
GnuPG key: 0x90CA09E3/4D21 916E DBCE 72B8 CDC5 BD87 DE2D 91A2 90CA 09E3
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
` (2 preceding siblings ...)
2005-03-24 11:52 ` Michael Kohl
@ 2005-03-25 2:27 ` Fernando J. Pereda
2005-03-26 20:57 ` Ciaran McCreesh
4 siblings, 0 replies; 16+ messages in thread
From: Fernando J. Pereda @ 2005-03-25 2:27 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
On Wed, Mar 23, 2005 at 02:46:08AM +0000, Ciaran McCreesh wrote:
> Package maintainers, feel free to update the descriptions if you can
> come up with something better. It's fairly likely you'll be able to add
> in a couple more helpful sentences, since I never go anywhere near some
> categories. If you're fluent in non-English, by all means add in other
> languages, but only do this if you're actually sure you're going to
> spell things properly -- this is why I stuck to English only...
Thanks for your work on this.
Spanish translations are mostly finished. There are a couple of them
missing iirc but araujo will take care of them. BTW surprisingly enough
I actually *could* write the sec-policy/metadata.xml...
Cheers,
Ferdy
--
\\|// . . . o o o o O O ( Born to be )
o o ( FREE )
+--ooO--O--Ooo-----------------------------------------------+
| Fernando José Pereda Garcimartín - http://www.ferdyx.org |
| Gentoo Linux Developer - http://dev.gentoo.org/~ferdy |
| [ ferdy AT ferdyx DOT org ] && [ ferdy AT gentoo DOT org ] |
| 20BB BDC3 761A 4781 E6ED ED0B 0A48 5B0C 60BD 28D4 |
+------------------------------------------------------------+
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
` (3 preceding siblings ...)
2005-03-25 2:27 ` Fernando J. Pereda
@ 2005-03-26 20:57 ` Ciaran McCreesh
2005-03-28 6:12 ` Donnie Berkholz
2005-03-28 14:45 ` Mike Frysinger
4 siblings, 2 replies; 16+ messages in thread
From: Ciaran McCreesh @ 2005-03-26 20:57 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
On Wed, 23 Mar 2005 02:46:08 +0000 Ciaran McCreesh <ciaranm@gentoo.org>
wrote:
| If you're committing, **remember to use utf-8**. If your language uses
| all kinds of weird accented characters, you could really screw things
| up if you don't.
|
| The correct way to commit a *category* metadata file at the moment is:
| xmllint --noout --valid metadata.xml
| glep31check metadata.xml
| cvs commit -m "blah blah" metadata.xml
Hrm, and if you're running *vim but not using ~arch, and if you have
some weird locale setting, you might want to upgrade to ~arch and accept
all the changes to /etc/vim/vimrc. It's RedHat's fault (long story).
*shrug* No huge deal really, I'm waiting for nano's utf-8 support to be
confirmed stable and working before I go through and tidy up the
remaining impure characters in the tree.
--
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-26 20:57 ` Ciaran McCreesh
@ 2005-03-28 6:12 ` Donnie Berkholz
2005-03-28 14:45 ` Mike Frysinger
1 sibling, 0 replies; 16+ messages in thread
From: Donnie Berkholz @ 2005-03-28 6:12 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ciaran McCreesh wrote:
> *shrug* No huge deal really, I'm waiting for nano's utf-8 support to be
> confirmed stable and working before I go through and tidy up the
> remaining impure characters in the tree.
I love you, Ciaran.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCR6BqXVaO67S1rtsRAtMoAKDAODzfawy/ly4HdP3FNPqFj+TXiACgpeM3
0+b6h2d8pcMTDtWY+k6svNE=
=6P4r
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-dev] GLEP 34 (category metadata) implemented
2005-03-26 20:57 ` Ciaran McCreesh
2005-03-28 6:12 ` Donnie Berkholz
@ 2005-03-28 14:45 ` Mike Frysinger
1 sibling, 0 replies; 16+ messages in thread
From: Mike Frysinger @ 2005-03-28 14:45 UTC (permalink / raw
To: gentoo-dev
On Saturday 26 March 2005 03:57 pm, Ciaran McCreesh wrote:
> *shrug* No huge deal really, I'm waiting for nano's utf-8 support to be
> confirmed stable and working before I go through and tidy up the
> remaining impure characters in the tree.
1.3.5 is known to be busted up, but 1.3.6 should be fine ... i dont use UTF8
myself so can someone confirm this ?
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2005-03-28 14:44 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-23 2:46 [gentoo-dev] GLEP 34 (category metadata) implemented Ciaran McCreesh
2005-03-23 5:49 ` Joshua Brindle
2005-03-23 6:07 ` Ciaran McCreesh
2005-03-23 14:51 ` Chris Gianelloni
2005-03-23 14:56 ` Ciaran McCreesh
2005-03-24 8:26 ` Paul de Vrieze
2005-03-24 13:34 ` Chris Gianelloni
2005-03-23 14:59 ` Aaron Walker
2005-03-24 11:52 ` Michael Kohl
2005-03-24 12:46 ` Juergen Hoetzel
2005-03-24 16:22 ` Ciaran McCreesh
2005-03-24 16:56 ` Michael Kohl
2005-03-25 2:27 ` Fernando J. Pereda
2005-03-26 20:57 ` Ciaran McCreesh
2005-03-28 6:12 ` Donnie Berkholz
2005-03-28 14:45 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox