Re: [gentoo-dev] Re: recent change in wxwidgets.eclass potentially breaks packages

2011-07-20 Thread Francesco Riosa
2011/7/17 Ryan Hill dirtye...@gentoo.org:
 On Sun, 17 Jul 2011 11:19:31 +0200
 justin j...@gentoo.org wrote:

 On 17/07/11 11:16, Michał Górny wrote:
  On Sun, 17 Jul 2011 11:05:39 +0200
  justin j...@gentoo.org wrote:
 
  Hi all,
 
  the following change has some bad effects on packages in the tree. I
  found it with a package having this inherit line
 
  inherit cmake-utils wxwidgets
 
  all cmake-utils_* function which have redundant phase definitions in
  base will not be executed.
 
  This change was not trivial. So either we need to revert it or really
  check the tree that nothing is broken.
 
  Revert. The wxwidgets eclass is not really supposed to export phase
  functions, I've seen packages in Sunrise using it along with
  cmake-utils too. If someone wants user patches in their package, he/she
  should inherit base directly and get phase funcs clean.
 

 So I checked it. There are a couple of packages which use it in
 combination with cmake-utils, python and autotools-utils. And as
 maintainer keeps the lines sorted, all those ebuilds are broken potentially.

 And people wonder why I hate eclasses...


I would hate more seeing $PORTDIR go from 180MB to 1800MB, and a few
more thing you already know ;)



Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-20 Thread Kfir Lavi
On Tue, Jul 19, 2011 at 9:32 PM, Kacper Kowalik xarthis...@gentoo.orgwrote:

 W dniu 19.07.2011 19:31, Donnie Berkholz pisze:
  On 11:43 Sun 17 Jul , Kacper Kowalik wrote:
  W dniu 17.07.2011 10:45, Kfir Lavi pisze:
  src_compile() {
  emake CC=$(tc-getCC) || die
  }
  Some systems export CC as gcc -m64.
 
  I guess I'm a little confused here. What exactly is the problem and fix
  you're proposing? You stopped halfway through, there should've been a
  part at the end that said:
 
  , so you need to do XX to avoid YY from happening.

 Use quotes: CC=$(tc-getCC). Without it you could get emake CC=gcc -m64
 and that would of course fail.
 Apologies for mental leap...
 Cheers,
 Kacper


 As I posted before, I have new code for your review in the bug 
 52848https://bugs.gentoo.org/show_bug.cgi?id=352848,
and it doesn't use CC=$(tc-getCC)
anymore.

Thanks,
Kfir


[gentoo-dev] Packages up for grabs

2011-07-20 Thread Pacho Ramos
Due pythonhead retirement the following packages need a new maintainer:
app-portage/meatoo
dev-libs/ltxml

Thanks for taking them


signature.asc
Description: This is a digitally signed message part


[gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Maxim Koltsov
Hi devs,
I got a request to add Leechcraft (http://leechcraft.org/) to the
portage tree. Leechcraft is modular internet client with many plugins.
Main problem with it is that it has very few (less than 5, i suppose)
active maintainers, and is needed by very limited amount of users
(mainly friends of project lead). So, i want to use gentoo-dev ML as
tool to 1) advert Leechcraft to larger audience and 2) ask Gentoo
developers and users: is it worth to be in tree?
If there are 5 votes for Leechcraft and no unfixable complaints from
other devs, i will start adding Leechcraft to tree.
Here you can see existing ebuilds and other info:
http://code.google.com/p/rion-overlay/source/browse/#hg%2Fnet-misc
http://code.google.com/p/rion-overlay/source/browse/eclass/leechcraft.eclass
Contacts of the project lead and supposed package maintaner in gentoo
(with me as proxy): d34df...@jabber.ru (XMPP).



[gentoo-dev] Packages up for grabs due dragonheart retirement

2011-07-20 Thread Pacho Ramos
Due dragonheart retirement the following packages need a new maintainer:
app-admin/kedpm
app-arch/lzop
app-benchmarks/volanomark
app-editors/hteditor
app-emulation/libdsk
app-misc/pipeworks
app-shells/rrs
app-text/rfcutil
dev-libs/lzo
dev-libs/mdsplib
dev-python/pyspf
dev-python/python-lzo
dev-util/alleyoop
dev-util/intel2gas
mail-filter/pypolicyd-spf
media-gfx/fbv
media-libs/libptp2
net-analyzer/authforce
net-dns/c-ares 
net-dns/dnssec-root
net-dns/noip-updater
net-dns/updatedd
net-ftp/frox
net-ftp/pftpfxp
net-libs/libdexter
net-libs/roadrunner
net-misc/curl
net-misc/ipsorcery
net-misc/l7-filter-userspace
net-misc/snitch
net-misc/tinc
sys-fs/chironfs
sys-fs/cowloop
sys-fs/mp3fs
sys-libs/libstatgrab
sys-power/cpuspeedy
sys-power/gtk-cpuspeedy
x11-misc/electricsheep
x11-plugins/wmium


Thanks for taking them



signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Bart Lauwers
Sounds like something to put in an overlay.

On Jul 20, 2011, at 10:05 AM, Maxim Koltsov maksbo...@gentoo.org wrote:

 Hi devs,
 I got a request to add Leechcraft (http://leechcraft.org/) to the
 portage tree. Leechcraft is modular internet client with many plugins.
 Main problem with it is that it has very few (less than 5, i suppose)
 active maintainers, and is needed by very limited amount of users
 (mainly friends of project lead). So, i want to use gentoo-dev ML as
 tool to 1) advert Leechcraft to larger audience and 2) ask Gentoo
 developers and users: is it worth to be in tree?
 If there are 5 votes for Leechcraft and no unfixable complaints from
 other devs, i will start adding Leechcraft to tree.
 Here you can see existing ebuilds and other info:
 http://code.google.com/p/rion-overlay/source/browse/#hg%2Fnet-misc
 http://code.google.com/p/rion-overlay/source/browse/eclass/leechcraft.eclass
 Contacts of the project lead and supposed package maintaner in gentoo
 (with me as proxy): d34df...@jabber.ru (XMPP).
 



Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Michał Górny
On Wed, 20 Jul 2011 19:05:54 +0400
Maxim Koltsov maksbo...@gentoo.org wrote:

 So, i want to use gentoo-dev ML as tool to 1) advert Leechcraft to
 larger audience

#gentoo-spam

 and 2) ask Gentoo developers and users: is it worth to be in tree? If
 there are 5 votes for Leechcraft and no unfixable complaints from
 other devs, i will start adding Leechcraft to tree.

You can add everything, even if you alone use it. Just make sure it
works. And maintain it.

 Here you can see existing ebuilds and other info:
 http://code.google.com/p/rion-overlay/source/browse/#hg%2Fnet-misc
 http://code.google.com/p/rion-overlay/source/browse/eclass/leechcraft.eclass

A single package is not suitable for its own eclass.

-- 
Best regards,
Michał Górny


signature.asc
Description: PGP signature


Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Jeremy Olexa

On Wed, 20 Jul 2011 19:05:54 +0400, Maxim Koltsov wrote:

Hi devs,
I got a request to add Leechcraft (http://leechcraft.org/) to the
portage tree. Leechcraft is modular internet client with many 
plugins.

Main problem with it is that it has very few (less than 5, i suppose)
active maintainers, and is needed by very limited amount of users
(mainly friends of project lead). So, i want to use gentoo-dev ML as
tool to 1) advert Leechcraft to larger audience and 2) ask Gentoo
developers and users: is it worth to be in tree?
If there are 5 votes for Leechcraft and no unfixable complaints from
other devs, i will start adding Leechcraft to tree.
Here you can see existing ebuilds and other info:
http://code.google.com/p/rion-overlay/source/browse/#hg%2Fnet-misc

http://code.google.com/p/rion-overlay/source/browse/eclass/leechcraft.eclass
Contacts of the project lead and supposed package maintaner in gentoo
(with me as proxy): d34df...@jabber.ru (XMPP).


There are no restrictions based on popularity of a package being 
added to the portage tree. As a matter of fact, if even only you, 
yourself, used the package it is still valid to add to the tree provided 
someone is adequately maintaining it. You do get that privilege as a 
Gentoo Developer - the meta-distro is yours.


-Jeremy



[gentoo-dev] Lastrite: app-portage/meatoo

2011-07-20 Thread Pacho Ramos
# Pacho Ramos pa...@gentoo.org (20 Jul 2011)
# Dead project and not maintained for ages, removal in 30 days.
app-portage/meatoo




signature.asc
Description: This is a digitally signed message part


[gentoo-dev] Packages up for grabs due Carlo retirement

2011-07-20 Thread Pacho Ramos
Due Carlo retirement the following packages need a new maintainer:
app-text/htmldoc
dev-db/xbase
dev-db/xbsql

Thanks for taking them




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Mike Frysinger
On Wed, Jul 20, 2011 at 11:29, Michał Górny wrote:
 On Wed, 20 Jul 2011 19:05:54 +0400 Maxim Koltsov wrote:
 and 2) ask Gentoo developers and users: is it worth to be in tree? If
 there are 5 votes for Leechcraft and no unfixable complaints from
 other devs, i will start adding Leechcraft to tree.

 You can add everything, even if you alone use it. Just make sure it
 works. And maintain it.

there it is
-mike



Re: [gentoo-dev] Packages up for grabs due dragonheart retirement

2011-07-20 Thread Christoph Mende
On Wed, 2011-07-20 at 17:08 +0200, Pacho Ramos wrote:
 Due dragonheart retirement the following packages need a new maintainer:
 net-misc/curl

I'll take one of those


signature.asc
Description: This is a digitally signed message part


[gentoo-dev] Last rites: net-mail/freepops

2011-07-20 Thread Eray Aslan
# Eray Aslan e...@gentoo.org (20 Jul 2011)
# Dead upstream.  Does not compile.  Bugs 205442, 354865, 370459.
# Removal in 30 days.
net-mail/freepops
-- 
Eray Aslan e...@gentoo.org


signature.asc
Description: Digital signature


Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Georg Rudoy
Hi!

I'm one of LeechCraft developers, and Maxim asked me to assist him in
resolving any questions regarding the app should they occur. I'm also
using Gentoo and maintain the ebuilds in the rion overlay, so I hope
I'd be able to assist in resolving corresponding issues as well.

Seems like the only issue that needs clarification now is the number
of packages and the need in separate eclass. Actually, there are 32
ebuilds for now (and new will be added as new modules are written),
and the eclass contains some common procedures for them.

And Maxim gave a link only to net-misc/ category in his original
message, while related ebuilds are also in www-client/, www-misc/,
virtual/ categories, for example. And, well, while he was true
regarding the amount of active developers (we've got around 4-6 of
them who regularly contribute new code), seems like he was a bit
pessimistic regarding the popularity, but that's rather unimportant
issue, according to Gentoo's policies.

-- 
  Georg Rudoy
  LeechCraft — http://leechcraft.org



[gentoo-dev] Packages up for grabs due truedfx retirement

2011-07-20 Thread Pacho Ramos
Due truedfx retirement the following packages need a new maintainer:

app-editors/le
app-editors/nvi
app-editors/ted
app-misc/glastree
app-portage/cfg-update
dev-libs/librep
dev-libs/tvision
dev-util/dialog
x11-apps/xkbset


Thanks for taking them





signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] Packages up for grabs due truedfx retirement

2011-07-20 Thread Pacho Ramos
El mié, 20-07-2011 a las 18:34 +0200, Pacho Ramos escribió:
 Due truedfx retirement the following packages need a new maintainer:
 
 app-editors/le
 app-editors/nvi
 app-editors/ted
 app-misc/glastree
 app-portage/cfg-update
 dev-libs/librep
 dev-libs/tvision
 dev-util/dialog
 x11-apps/xkbset
 
 
 Thanks for taking them
 
 
 

I have moved librep to gnome team as it needs to be maintained closely
to sawfish then, either we orphan both or we maintain both



signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] Voting on adding Leechcraft to the tree

2011-07-20 Thread Mike Frysinger
On Wed, Jul 20, 2011 at 12:10, Georg Rudoy wrote:
 Seems like the only issue that needs clarification now is the number
 of packages and the need in separate eclass. Actually, there are 32
 ebuilds for now (and new will be added as new modules are written),
 and the eclass contains some common procedures for them.

sounds reasonable then for an eclass

 seems like he was a bit pessimistic regarding the popularity, but
 that's rather unimportant issue, according to Gentoo's policies.

we're a pretty free wheelin' bunch.  maintain your stuff and dont
break other people and you should be good to go.
-mike



Re: [gentoo-dev] Packages up for grabs due dragonheart retirement

2011-07-20 Thread Dane Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/20/2011 11:08 AM, Pacho Ramos wrote:
 Due dragonheart retirement the following packages need a new maintainer:
 app-admin/kedpm
 app-arch/lzop
 app-benchmarks/volanomark
 app-editors/hteditor
 app-emulation/libdsk
 app-misc/pipeworks
 app-shells/rrs
 app-text/rfcutil
 dev-libs/lzo
 dev-libs/mdsplib
 dev-python/pyspf
 dev-python/python-lzo
 dev-util/alleyoop
 dev-util/intel2gas
 mail-filter/pypolicyd-spf
 media-gfx/fbv
 media-libs/libptp2
 net-analyzer/authforce
 net-dns/c-ares 
 net-dns/dnssec-root
 net-dns/noip-updater
 net-dns/updatedd
 net-ftp/frox
 net-ftp/pftpfxp
 net-libs/libdexter
 net-libs/roadrunner
 net-misc/curl
 net-misc/ipsorcery
 net-misc/l7-filter-userspace
 net-misc/snitch
 net-misc/tinc
 sys-fs/chironfs
 sys-fs/cowloop
 sys-fs/mp3fs
 sys-libs/libstatgrab
 sys-power/cpuspeedy
 sys-power/gtk-cpuspeedy
 x11-misc/electricsheep
 x11-plugins/wmium
 
 
 Thanks for taking them
 

I'll take net-misc/curl

Regards,


- -- 
Dane Smith (c1pher)
Gentoo Linux Developer -- QA / Crypto / Sunrise / x86
RSA Key: http://pgp.mit.edu:11371/pks/lookup?search=0x0C2E1531op=index
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJOJwlVAAoJEEsurZwMLhUxK/EP/3jjgZFZ3WVjs4TBz+Fybvbh
soGq0mz0yqtmFUysUp2XG7L1EjH4RsFcf9SPCqsPocjao76qpkPk9N9pkpVIXZ8T
qbSkmJHtJg/KonetQt0P81wBsbNx6hYnOwIFStjmeWPRQM38fCk8ufTNLYpDMgK9
3Pz3JCusMvTZatmKtBYgRTv8meOc0chsXmgQMnm/tW+xRInnX5wKBVKByCthdtiJ
A3/iGkzPwuuyrlFymYP3z0TYvbtYrdHg2wMqz0Kg8Q6MzF52LwzoGprRUrwbuW1a
YvPWag0aZt9D+K/3L/UR3ZZraUimK7f9QPEioFHVKWStT5iTNTLtUOZIS7OtJ3IS
V3oTZoermQDCnz9PKvXMYOU3+QjN9D1MBe/w8lBNQkD3sL9XdOUdsQNS2gMZ8VK8
53Wj/VdRUxHvR5OIIztFTGBGy/i4igzteNZs4VKCThsHUAs0uFbxSjBw/CYYBVgL
33+vbJbGIA18csNQQfpN/YYFQQfKRvjYQvhBWk+Xlb/xaaGGiiPtlVUfK7Cltw3K
xMX2REhVeB1XE60qvgVzL1eUBj7RhBnZxSoM72gXiLcZK3AydA0DJ4TGgHKkgEMI
PazyyrvVS3uSdW4ucZ1tnSx2p3G2MNt9mq5/mlcESLtGVuoipMfjPiA5qZu9A81I
Tf6+tebqSAHrs6RIEuus
=D1+K
-END PGP SIGNATURE-



Re: [gentoo-dev] Packages up for grabs due truedfx retirement

2011-07-20 Thread Jesus Rivero (Neurogeek)
On Wed, Jul 20, 2011 at 12:34 PM, Pacho Ramos pa...@gentoo.org wrote:
 Due truedfx retirement the following packages need a new maintainer:

 app-editors/le
 app-editors/nvi
 app-editors/ted
 app-misc/glastree
 app-portage/cfg-update
 dev-libs/librep
 dev-libs/tvision
 dev-util/dialog
 x11-apps/xkbset


I'll take dev-util/dialog and app-editors/nvi


 Thanks for taking them







-- 
Jesus Rivero (Neurogeek)
Gentoo Developer



Re: [gentoo-dev] Packages up for grabs due truedfx retirement

2011-07-20 Thread Paul Varner
On Wed, 2011-07-20 at 18:34 +0200, Pacho Ramos wrote:
 Due truedfx retirement the following packages need a new maintainer:
 
 app-editors/le
 app-editors/nvi
 app-editors/ted
 app-misc/glastree
 app-portage/cfg-update
 dev-libs/librep
 dev-libs/tvision
 dev-util/dialog
 x11-apps/xkbset

Additionally, the tools-portage team would be very appreciative if
someone would be willing to do active maintenance on app-portage/ufed.
The repository for it is at: 

http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=summary

Regards,
Paul



Re: [gentoo-dev] Packages up for grabs due truedfx retirement

2011-07-20 Thread Jesus Rivero (Neurogeek)
On Wed, Jul 20, 2011 at 1:27 PM, Paul Varner fuzzy...@gentoo.org wrote:
 On Wed, 2011-07-20 at 18:34 +0200, Pacho Ramos wrote:
 Due truedfx retirement the following packages need a new maintainer:

 app-editors/le
 app-editors/nvi
 app-editors/ted
 app-misc/glastree
 app-portage/cfg-update
 dev-libs/librep
 dev-libs/tvision
 dev-util/dialog
 x11-apps/xkbset

 Additionally, the tools-portage team would be very appreciative if
 someone would be willing to do active maintenance on app-portage/ufed.
 The repository for it is at:

 http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=summary

 Regards,
 Paul



Paul, I would love to. I'll take it



-- 
Jesus Rivero (Neurogeek)
Gentoo Developer



[gentoo-dev] Packages up for grabs due bangert retirement

2011-07-20 Thread Pacho Ramos
Due bangert retirement the following packages need a new maintainer:

app-admin/multilog-watch
app-admin/srlog2
app-admin/syslogread
app-backup/backintime
app-crypt/nistp224
app-misc/cstream
app-misc/nullmodem
app-misc/yagtd
mail-filter/libsieve
net-analyzer/dhcpdump
net-dns/tinystats 
net-dns/valtz
net-ftp/twoftpd
net-misc/clockspeed
net-misc/ipsvd
net-misc/miredo
net-misc/openntpd
net-misc/s3cmd
sys-apps/ucspi-ssl
www-client/ck4up

Thanks for taking them






signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] Packages up for grabs due bangert retirement

2011-07-20 Thread Krzysztof Pawlik
On 20/07/11 19:39, Pacho Ramos wrote:
 Due bangert retirement the following packages need a new maintainer:
 
 net-misc/openntpd

I'll take openntpd.

-- 
Krzysztof Pawlik  nelchael at gentoo.org  key id: 0xF6A80E46
desktop-misc, java, vim, kernel, python, apache...



signature.asc
Description: OpenPGP digital signature


[gentoo-dev] Last rites app-accessibility/speechd

2011-07-20 Thread Jesus Rivero (Neurogeek)
# Jesus Rivero neurog...@gentoo.org (20 Jul 2011)
# Really old and unmaintained package. Bug #360067.
# Removal in 30 days.
app-accessibility/speechd

-- 
Jesus Rivero (Neurogeek)
Gentoo Developer