[gentoo-dev] Re: Another council topic for Feb

2007-02-04 Thread Christian Faulhammer
Mike Doty [EMAIL PROTECTED]:

 We're going to talk about arch keywording policies.  IMO we should
 have a standard policy if you own and use ${ARCH} then you may
 keyword your packages for ${ARCH} with the exception of the sys-*/
 categories.

 No, please not.  Arch teams often discovered problems the maintainer
did not spot!

V-Li


signature.asc
Description: PGP signature


[gentoo-dev] Re: alternatives.eclass and ecompress

2007-02-04 Thread Christian Faulhammer
Mike Frysinger [EMAIL PROTECTED]:

 On Saturday 03 February 2007, Christian Faulhammer wrote:
  The new ecompress allows compression of manpages in bz2, if I am
  right.
 it allows any compression; it's up to the user ... so you cant assume
 any extension

 That's my point.
 
  So now 
  ebuilds as dev-lang/python have a hard coded compression extension
  for alternatives_auto_makesym.
 you should not be generating symlinks to compressed manpages

 Fine.  If I have a slotted package, every slot having
${PN}.foo-${SLOT}.1.gz and I want people to be able to call `man
${PN}`, how should that be done?

V-Li


signature.asc
Description: PGP signature


[gentoo-dev] app-admin/gkrellm + x11-plugins/gkrell* stuff needs a maintainer

2007-02-04 Thread Jakub Moc
The maintainer has been MIA for quite some time and has a retirement bug
open, so the bugs are piling up.

Please, have a look at the tracker Bug 165185 if you are interested in
taking over this.

Basically, gkrellm-1* and ebuilds that depend on it need to be removed
(Bug 151446), couple of version bumps and couple of other bugs that need
some loving.


Thanks.

-- 
Best regards,

 Jakub Moc
 mailto:[EMAIL PROTECTED]
 GPG signature:
 http://subkeys.pgp.net:11371/pks/lookup?op=getsearch=0xCEBA3D9E
 Primary key fingerprint: D2D7 933C 9BA1 C95B 2C95  B30F 8717 D5FD CEBA 3D9E

 ... still no signature   ;)



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] eclass proposal - savedconfig.eclass - draft commited

2007-02-04 Thread Daniel Black
Added draft of eclass as savedconfig.eclass. Hope it includes all suggested 
technical options.

There is a masked version of dropbear-0.48.1-r1 that uses it.

Hope it suits your needs.

Feel free to abuse my coding style (or lack there of). Or poor use of bash 
schematics.

On my todo list is:
- to move away from cp --parents with something BSD friendly.
- understand what $PORTAGE_CONFIGROOT is

Could consider if anyone is interested:
- USE=SAVEDCONFIG capitalised so that it looks and is assumed to be 
dominate.
- pkg_postinst - ewarn have modified the saved configuration of this package. 
I assume you have set your USE flags to include the appropriate dependencies 
and/or emerged the dependencies already.
- implement warn_config (though I don't think its really needed)

-- 
Daniel Black [EMAIL PROTECTED]
Gentoo Foundation


pgpmidpUiJ7NI.pgp
Description: PGP signature


Re: [gentoo-dev] Re: alternatives.eclass and ecompress

2007-02-04 Thread Mike Kelly
Christian Faulhammer wrote:
  Fine.  If I have a slotted package, every slot having
 ${PN}.foo-${SLOT}.1.gz and I want people to be able to call `man
 ${PN}`, how should that be done?

You could look at eselect-vi[1] for how it handles this case,
specifically the set_man_symlink() function.

[1]
http://sources.gentoo.org/viewcvs.py/eselect/trunk/modules/vi.eselect?view=markup

-- 
Mike Kelly



signature.asc
Description: OpenPGP digital signature


[gentoo-dev] Re: alternatives.eclass and ecompress

2007-02-04 Thread Christian Faulhammer
Mike Kelly [EMAIL PROTECTED]:

 Christian Faulhammer wrote:
   Fine.  If I have a slotted package, every slot having
  ${PN}.foo-${SLOT}.1.gz and I want people to be able to call `man
  ${PN}`, how should that be done?
 You could look at eselect-vi[1] for how it handles this case,
 specifically the set_man_symlink() function.

 Thanks for the link, I found a solution myself, but nice to see a
different approach.  But my question is, WHY I shouldn't symlink to
compressed man pages.

V-Li


signature.asc
Description: PGP signature


[gentoo-dev] removing net-misc/tulip-devel

2007-02-04 Thread Rajiv Aaron Manglani
removing net-misc/tulip-devel as it is no longer needed, and  
unmaintained upstream.


closes http://bugs.gentoo.org/show_bug.cgi?id=159703




PGP.sig
Description: This is a digitally signed message part


Re: [gentoo-dev] New developer: Samuli Suominen (drac)

2007-02-04 Thread Wernfried Haas
On Sat, Feb 03, 2007 at 11:15:22PM +0200, Petteri Räty wrote:
 A fellow countryman so he hails from Finland. He has been using Linux
 for about 10 years now. He says he spents about 75% of his free time on
 Gentoo so expect Xfce 4.4 to be unmasked sometime soon :)

Welcome Samuli, Xfce4(-devs)++ :-)

cheers,
Wernfried

-- 
Wernfried Haas (amne) - amne at gentoo dot org
Gentoo Forums: http://forums.gentoo.org
IRC: #gentoo-forums on freenode - email: forum-mods at gentoo dot org


pgp8Boo94G4T7.pgp
Description: PGP signature


Re: [gentoo-dev] New developer: Samuli Suominen (drac)

2007-02-04 Thread Flammie Pirinen
2007-02-03, Petteri Räty sanoi:

 Hopefully this will be a start for a Finnish conspiracy.

Yay for Finnish conspiracy, xfce4-4.4 unmasking and tervetuloa!

-- 
Flammie, Gentoo Linux Documentation’s Finnish head translator
and FlameEyes’ bot http://dev.gentoo.org/~flammie.
-- 
gentoo-dev@gentoo.org mailing list



Re: [gentoo-dev] Re: alternatives.eclass and ecompress

2007-02-04 Thread Mike Frysinger
On Sunday 04 February 2007, Christian Faulhammer wrote:
 Mike Kelly [EMAIL PROTECTED]:
  Christian Faulhammer wrote:
Fine.  If I have a slotted package, every slot having
   ${PN}.foo-${SLOT}.1.gz and I want people to be able to call `man
   ${PN}`, how should that be done?
 
  You could look at eselect-vi[1] for how it handles this case,
  specifically the set_man_symlink() function.

  Thanks for the link, I found a solution myself, but nice to see a
 different approach.  But my question is, WHY I shouldn't symlink to
 compressed man pages.

uhh, because you dont know what the compressed man page is ?

what's wrong with doing `dosym foo.1 /usr/share/man/man1/boo.1` and letting 
ecompressdir fix the links ?  this works for every other package ive been 
fixing
-mike


pgp6ItAI1WgX5.pgp
Description: PGP signature


[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2007-02-04 23h59 UTC

2007-02-04 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2007-02-04 23h59 UTC.

Removals:
net-www/gplflash2007-01-31 10:36:07 armin76
media-video/dxr2-driver 2007-02-01 03:12:04 beandog
net-analyzer/zodiac 2007-02-01 17:03:23 jokey
games-fps/doomlegacy2007-02-02 00:54:13 nyhm
net-p2p/gnome-btdownload2007-02-02 17:19:51 armin76
games-kids/matritsa 2007-02-03 10:08:27 nyhm
app-misc/nomad-tool 2007-02-03 16:34:25 george
dev-ada/adaopengl   2007-02-03 22:38:36 george
dev-ada/adabindx2007-02-03 22:39:47 george
x11-misc/gtk2mp 2007-02-04 03:04:58 ticho
net-mail/base64 2007-02-04 03:07:29 ticho
net-misc/tulip-devel2007-02-04 15:14:44 rajiv
media-radio/ax25-tools  2007-02-04 19:03:09 masterdriverz

Additions:
dev-php5/xcache 2007-01-29 22:02:24 jokey
dev-perl/Cisco-IPPhone  2007-01-30 17:47:43 chainsaw
media-libs/libdjconsole 2007-01-30 20:33:18 aballier
xfce-extra/thunar-volman2007-01-31 15:17:42 welp
games-fps/ut2004-hamsterbash2007-01-31 16:03:31 wolf31o2
games-fps/ut2004-ultraduel  2007-01-31 16:18:14 wolf31o2
dev-games/wfmath2007-02-01 07:59:53 tupone
dev-games/mercator  2007-02-01 21:03:06 tupone
games-server/cyphesis   2007-02-01 21:14:21 tupone
dev-python/pysnmp-mibs  2007-02-02 01:15:36 mjolnir
dev-python/pysnmp-apps  2007-02-02 01:32:33 mjolnir
app-emacs/org-mode  2007-02-02 10:02:29 opfer
games-arcade/jardinains 2007-02-02 15:18:50 humpback
dev-lang/interprolog2007-02-02 19:12:31 keri
app-text/tesseract  2007-02-02 21:34:24 chutzpah
sys-apps/chname 2007-02-03 01:45:40 marineam
dev-python/pyinotify2007-02-03 11:17:25 kloeri
www-servers/mongrel_cluster 2007-02-03 11:36:03 pclouds
net-analyzer/ifstatus   2007-02-03 18:26:12 mjolnir
dev-libs/libmcs 2007-02-03 19:28:52 chainsaw
net-analyzer/ipband 2007-02-03 21:15:51 mjolnir
dev-ruby/wirble 2007-02-04 03:37:29 pclouds
dev-ruby/ruby-inline2007-02-04 04:10:05 pclouds
dev-ruby/radius 2007-02-04 07:29:54 pclouds
dev-ruby/radiant2007-02-04 07:34:22 pclouds
dev-ruby/hpricot2007-02-04 07:49:23 pclouds
dev-python/sexy-python  2007-02-04 08:58:42 drac
media-sound/exaile  2007-02-04 09:02:01 drac
x11-apps/amlc   2007-02-04 10:22:27 drac
xfce-extra/xfce4-eyes   2007-02-04 19:12:15 drac

--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : [EMAIL PROTECTED]
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Removed Packages:
net-www/gplflash,removed,armin76,2007-01-31 10:36:07
media-video/dxr2-driver,removed,beandog,2007-02-01 03:12:04
net-analyzer/zodiac,removed,jokey,2007-02-01 17:03:23
games-fps/doomlegacy,removed,nyhm,2007-02-02 00:54:13
net-p2p/gnome-btdownload,removed,armin76,2007-02-02 17:19:51
games-kids/matritsa,removed,nyhm,2007-02-03 10:08:27
app-misc/nomad-tool,removed,george,2007-02-03 16:34:25
dev-ada/adaopengl,removed,george,2007-02-03 22:38:36
dev-ada/adabindx,removed,george,2007-02-03 22:39:47
x11-misc/gtk2mp,removed,ticho,2007-02-04 03:04:58
net-mail/base64,removed,ticho,2007-02-04 03:07:29
net-misc/tulip-devel,removed,rajiv,2007-02-04 15:14:44
media-radio/ax25-tools,removed,masterdriverz,2007-02-04 19:03:09
Added Packages:
dev-php5/xcache,added,jokey,2007-01-29 22:02:24
dev-perl/Cisco-IPPhone,added,chainsaw,2007-01-30 17:47:43
media-libs/libdjconsole,added,aballier,2007-01-30 20:33:18
xfce-extra/thunar-volman,added,welp,2007-01-31 15:17:42
games-fps/ut2004-hamsterbash,added,wolf31o2,2007-01-31 16:03:31
games-fps/ut2004-ultraduel,added,wolf31o2,2007-01-31 16:18:14
dev-games/wfmath,added,tupone,2007-02-01 07:59:53
dev-games/mercator,added,tupone,2007-02-01 21:03:06
games-server/cyphesis,added,tupone,2007-02-01 21:14:21
dev-python/pysnmp-mibs,added,mjolnir,2007-02-02 01:15:36
dev-python/pysnmp-apps,added,mjolnir,2007-02-02 01:32:33
app-emacs/org-mode,added,opfer,2007-02-02 10:02:29
games-arcade/jardinains,added,humpback,2007-02-02 15:18:50
dev-lang/interprolog,added,keri,2007-02-02 19:12:31
app-text/tesseract,added,chutzpah,2007-02-02 21:34:24
sys-apps/chname,added,marineam,2007-02-03 01:45:40
dev-python/pyinotify,added,kloeri,2007-02-03 11:17:25
www-servers/mongrel_cluster,added,pclouds,2007-02-03 11:36:03
net-analyzer/ifstatus,added,mjolnir,2007-02-03 18:26:12
dev-libs/libmcs,added,chainsaw,2007-02-03 19:28:52
net-analyzer/ipband,added,mjolnir,2007-02-03 21:15:51
dev-ruby/wirble,added,pclouds,2007-02-04 03:37:29

Re: [gentoo-dev] eclass proposal - savedconfig.eclass - draft commited

2007-02-04 Thread Mike Frysinger
On Sunday 04 February 2007, Daniel Black wrote:
 Added draft of eclass as savedconfig.eclass. Hope it includes all suggested
 technical options.

save_config should only be called from pkg_preinst or src_install, not both

if this were a src_install function, then you wouldnt need to worry about any 
of the extraneous crap like ROOT/PORTAGE_CONFIGROOT/etc...

 On my todo list is:
 - to move away from cp --parents with something BSD friendly.

the portability eclass has a cp func to address this

 Could consider if anyone is interested:
 - USE=SAVEDCONFIG capitalised so that it looks and is assumed to be
 dominate.
 - pkg_postinst - ewarn have modified the saved configuration of this
 package. I assume you have set your USE flags to include the appropriate
 dependencies and/or emerged the dependencies already.
 - implement warn_config (though I don't think its really needed)

i wouldnt bother with any of this
-mike


pgpWJ3jPE8byd.pgp
Description: PGP signature


Re: [gentoo-dev] Another council topic for Feb

2007-02-04 Thread Joshua Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike Doty wrote:
 We're going to talk about arch keywording policies.  IMO we should have
 a standard policy if you own and use ${ARCH} then you may keyword your
 packages for ${ARCH} with the exception of the sys-*/ categories.

 Speakup now to get your input in.

This is a horrible idea hearkening back to the problems we had a long
time ago. The stable tree's were broken messes that were that way
because developers ran ~arch but tested an app they wanted stable and
as long as it ran it was marked as such. I will protest any kind of
arch kerwording to the hilt. If you want to mark something ~arch and
have the arch that is fine with me. However this entire plan will kill
the arch teams that have not only improved the stable trees, they have
proved to be a valuable tool for recruiting, as both the x86 and amd64
team have have a 60+% ratio of arch testers becoming developers.

In other words *smacks everyone with the protest sign*
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFxrQtSENan+PfizARAuSeAJ9l0Q52YtM6OCLQbdtjsU81xVEc6ACfVAbM
jC3QdD5ww2yPJZ3CVYN4MNw=
=6gdH
-END PGP SIGNATURE-

-- 
gentoo-dev@gentoo.org mailing list



[gentoo-dev] Re: Monthly Gentoo Council Reminder for February

2007-02-04 Thread Ryan Hill
Mike Frysinger wrote:
 This is your monthly friendly reminder !  Same bat time (typically the
 2nd Thursday at 2000 UTC), same bat channel (#gentoo-council @
 irc.freenode.net) !

Reply-to and SPF docs?  Isn't this the third month now?

Also the infra doc on dev email still says not to use d.g.o as a relay
server.  I can't remember if this was first brought up in a council
meeting or on core though.  Just a friendly poke. ;)

-- 
by design, by neglect
dirtyepic gentoo orgfor a fact or just for effect
9B81 6C9F E791 83BB 3AB3 5B2D E625 A073 8379 37E8 (0x837937E8)



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Re: Monthly Gentoo Council Reminder for February

2007-02-04 Thread Diego 'Flameeyes' Pettenò
On Monday 05 February 2007, Ryan Hill wrote:
 Reply-to and SPF docs?  Isn't this the third month now?

I might be counting wrong, as last time I wasn't there, but it might be the 
fourth, counting the original one.

-- 
Diego Flameeyes Pettenò - http://farragut.flameeyes.is-a-geek.org/
Gentoo/Alt lead, Gentoo/FreeBSD, Video, Sound, ALSA, PAM, KDE, CJK, Ruby ...


pgpmvWvwee2ZP.pgp
Description: PGP signature