Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Mike Frysinger
On Thursday 03 May 2012 00:25:25 Naohiro Aota wrote:
> Mike Gilbert writes:
> > On Wed, May 2, 2012 at 11:08 AM, Samuli Suominen wrote:
> >> Oops, something went wrong here. Please fix your terminal/editor
> >> encoding to unicode.
> > 
> > I have two questions:
> > 
> > 1. Was this a repoman or echangelog generated entry?
> 
> I've first used echangelog to generate the log entry. But there was
> another change on the ChangeLog file. So I moved my entry using vim.

there it is.  vim (last i looked) will re-encode for you.  guess you should fix 
your locale settings to something that ends in ".UTF8" ;).
-mike


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


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Naohiro Aota
Mike Gilbert  writes:

> On Wed, May 2, 2012 at 11:08 AM, Samuli Suominen  wrote:
>
>> Oops, something went wrong here. Please fix your terminal/editor encoding to
>> unicode.
>>
>
> I have two questions:
>
> 1. Was this a repoman or echangelog generated entry?

I've first used echangelog to generate the log entry. But there was
another change on the ChangeLog file. So I moved my entry using vim.


pgpJctzL09g5m.pgp
Description: PGP signature


[gentoo-dev] Re: Lastrite app-text/chmsee. Semi-lastrite libopensync-plugin-google-calendar.

2012-05-02 Thread Ryan Hill
On Sat, 28 Apr 2012 12:17:55 +0200
Michael Weber  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> According to upstreams homepage [1],
> the current tagged v1.99.09 does support xulrunner 11.0.
> 
> @dirtyepic: Any chance to bump the version in portage?
> I can take a look (and grab this package).

From the bug report it sounded like xulrunner is going away completely.
 
> Is there any state-of-the-art(tm) alternative to read .chm ebooks? I
> wouldn't want to loose this possibility.

I also maintain kchmviewer and xchm and I think there are a couple other
non-dedicated readers that support it. Are there any features chmsee has that
these are missing? I added chmsee to replace gnochm but I don't think I've
ever used it.  I use xchm for my collection. It's tech books and manuals
though, nothing too extravagant. It doesn't release often but upstream is
responsive.


-- 
fonts, gcc-porting
toolchain, wxwidgets
@ gentoo.org


signature.asc
Description: PGP signature


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Mike Frysinger
On Wednesday 02 May 2012 16:49:21 Mike Gilbert wrote:
> On Wed, May 2, 2012 at 4:38 PM, Mike Frysinger  wrote:
> > On Wednesday 02 May 2012 14:04:57 Mike Gilbert wrote:
> >> 2. If so, do these tools need to be fixed to always generate UTF-8?
> > 
> > i don't think either of these tools process the whole file.  it just
> > prepends new content.  i could be wrong.
> 
> It looks like echangelog slurps the whole ChangeLog into memory, makes
> the necessary edits, and then barfs it back out.

a simple test seems like it doesn't re-encode the stream though

$ cd /usr/portage/dev-util/strace
$ file ChangeLog 
ChangeLog: UTF-8 Unicode text
$ echo >> metadata.xml
$ LC_ALL=C echangelog foo
$ cvs diff ChangeLog

-mike


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


[gentoo-dev] Last rites: media-sound/qsampler

2012-05-02 Thread Davide Pesavento
# It has been broken for more than 2 years (bug 380589),
# last upstream release in 2009, uses deprecated qt4 eclass,
# long list of QA issues (bug 379663).
# Masked for removal in 30 days.
media-sound/qsampler


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


Re: [gentoo-dev] gnome2 and gnome2-utils eclass changes

2012-05-02 Thread Gilles Dartiguelongue
Le jeudi 19 avril 2012 à 22:47 +0200, Gilles Dartiguelongue a écrit :
> Per bug #301311 [1], I decided to fix a couple of issue I had with the
> current way of dealing with scrollkeeper.
[...]
> [1] https://bugs.gentoo.org/show_bug.cgi?id=301311

FTR, since there were no complaints, I commited the changes with
appropriate ebuild modifications for camorama (with glib-2.32 build
fixes), ekiga and gtetrinet.

If there is any problem with it, feel free to ping me on irc or by mail.

-- 
Gilles Dartiguelongue 
Gentoo


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


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Mike Gilbert
On Wed, May 2, 2012 at 4:38 PM, Mike Frysinger  wrote:
> On Wednesday 02 May 2012 14:04:57 Mike Gilbert wrote:
>> On Wed, May 2, 2012 at 11:08 AM, Samuli Suominen wrote:
>> > Oops, something went wrong here. Please fix your terminal/editor encoding
>> > to unicode.
>>
>> I have two questions:
>>
>> 1. Was this a repoman or echangelog generated entry?
>
> repoman can't commit to profiles/

Oh, duh.

>> 2. If so, do these tools need to be fixed to always generate UTF-8?
>
> i don't think either of these tools process the whole file.  it just prepends
> new content.  i could be wrong.

It looks like echangelog slurps the whole ChangeLog into memory, makes
the necessary edits, and then barfs it back out.



Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Mike Frysinger
On Wednesday 02 May 2012 14:04:57 Mike Gilbert wrote:
> On Wed, May 2, 2012 at 11:08 AM, Samuli Suominen wrote:
> > Oops, something went wrong here. Please fix your terminal/editor encoding
> > to unicode.
> 
> I have two questions:
> 
> 1. Was this a repoman or echangelog generated entry?

repoman can't commit to profiles/

echangelog handles UTF-8 just fine

> 2. If so, do these tools need to be fixed to always generate UTF-8?

i don't think either of these tools process the whole file.  it just prepends 
new content.  i could be wrong.
-mike


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


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Mike Gilbert
On Wed, May 2, 2012 at 11:08 AM, Samuli Suominen  wrote:
> Oops, something went wrong here. Please fix your terminal/editor encoding to
> unicode.
>

I have two questions:

1. Was this a repoman or echangelog generated entry?
2. If so, do these tools need to be fixed to always generate UTF-8?



Re: [gentoo-dev] new virtual/pkgconfig to support lighter alternatives

2012-05-02 Thread Mike Frysinger
On Sunday 29 April 2012 18:11:58 Mike Frysinger wrote:
> the canonical pkg-config is getting fat.  it requires glib-2.  it runs pkg-
> we've got an implementation in perl (i'm not interested in), but there is
> also "pkg-config-lite" and "pkgconf".  they should be compatible with the
> canonical pkg-config.  they aren't yet in the tree, but will be once we
> agree on this topic.

pkg-config-lite and pkgconf are in the tree now, and there is a 
virtual/pkgconfig which allows for these three packages (with the default 
remaining the same).

i think the migration process will be:
 - if you want to do the grunt work of converting random packages, go for it
 - i'll update repoman to warn about packages depending on dev-util/pkgconfig 
and suggest the virtual instead
-mike


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


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: metadata.xml adobe-flash-11.2.202.228.ebuild ChangeLog

2012-05-02 Thread Matt Turner
On Thu, Apr 26, 2012 at 1:01 PM, Christian Ruppert  wrote:
> On 04/26/12 at 06:00PM +0200, Jeroen Roovers wrote:
>> On Wed, 25 Apr 2012 23:04:08 -0600
>> Ryan Hill  wrote:
>>
>> > Arg, no.  Please just print the warning if the host doesn't do SSE2.
>> > There's no reason to have a USE flag here (and _really_ no reason to
>> > make it fatal)
>>
>> I entirely agree there. :)
>>
>
> I haven't followed the prev. conversation but what's wrong with a USE flag for
> SSE2? We already have SSE2 flags, even global..
>
>> > , especially for an instruction set that every system has supported
>> > for over a decade.
>>
>> Er, some of my teenage systems run desktops just fine here, thanks. And
>> one of them is just nine years old right now but still doesn't support
>> SSE2 (merely SSE[1]).
>>
>>
>> Regards,
>>      jer
>>
>>
>> [1] http://en.wikipedia.org/wiki/AMD_Athlon_XP#Barton_and_Thorton - see
>>     [2] right above that for the actual specs.
>> [2] http://en.wikipedia.org/wiki/AMD_Athlon_XP#Thoroughbred_.28T-Bred.29
>>
>
> --
> Regards,
> Christian Ruppert
> Gentoo Linux developer, Bugzilla administrator and Infrastructure member
> Fingerprint: EEB1 C341 7C84 B274 6C59 F243 5EAB 0C62 B427 ABC8

Jim?



[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc

2012-05-02 Thread Samuli Suominen
Oops, something went wrong here. Please fix your terminal/editor 
encoding to unicode.


On 05/02/2012 05:02 PM, Naohiro Aota (naota) wrote:

naota   12/05/02 14:02:16

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.78&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.78&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   25 Apr 2012 15:17:17 -  1.77
+++ ChangeLog   2 May 2012 14:02:16 -   1.78
@@ -1,6 +1,9 @@
  # ChangeLog for profile directory
  # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.77 
2012/04/25 15:17:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.78 
2012/05/02 14:02:16 naota Exp $
+
+  02 May 2012; Naohiro Aota  profile.bashrc:
+  Match only for the word beginning

25 Apr 2012; Alexis Ballier  
+fbsd/amd64/7.2/deprecated,
+fbsd/amd64/8.0/deprecated, +fbsd/sparc/7.2/deprecated,
@@ -84,7 +87,7 @@
07 Jun 2011; Naohiro Aota  packages:
Add -*>=sys-apps/shadow-4.1

-  09 May 2011; Chí-Thanh Christopher Nguyễn
+  09 May 2011; Ch鱈-Thanh Christopher Nguy畛…n
use.mask:
Mask video_cards_nouveau, bug #364027.

@@ -113,10 +116,10 @@
03 Apr 2011; Ulrich Mueller  fbsd/packages.build:
Remove old-style virtual/gzip, bug 358829.

-  31 Mar 2011; Tomáš Chvátal  fbsd/package.use.mask:
+  31 Mar 2011; Tom叩邸 Chv叩tal  fbsd/package.use.mask:
Drop obsolete pgsql masks on threads useflag

-  29 Mar 2011; Tomáš Chvátal  fbsd/package.mask:
+  29 Mar 2011; Tom叩邸 Chv叩tal  fbsd/package.mask:
Drop mask on KDE releases no longer in main tree.

14 Mar 2011; Ulrich Mueller  fbsd/virtuals:
@@ -331,14 +334,14 @@
08 Aug 2008; Alexis Ballier  package.use.mask:
mask dc1394 useflag for vlc, its linux only

-  01 Aug 2008; Diego Pettenò  fbsd/package.use.mask:
+  01 Aug 2008; Diego Petten嘆  fbsd/package.use.mask:
Mask sha512 USE flag for pambase on FreeBSD.

31 Jul 2008; Javier Villavicencio
fbsd/package.use.mask:
Removed passwdqc + added ssh to pambase use masks.

-  28 Jul 2008; Jean-Noël Rivasseau
+  28 Jul 2008; Jean-No谷l Rivasseau
fbsd/6.2/x86/package.use.mask:
masked test for icu4j, no jdk-1.6

@@ -346,7 +349,7 @@
mask sctp for dev-lang/erlang, requires a library too close to the linux
kernel

-  04 Jul 2008; Petteri Räty  use.mask:
+  04 Jul 2008; Petteri R辰ty  use.mask:
use.mask java6 as there is no provider for>=virtual/jdk-1.6 on BSD.

04 Jul 2008; Javier Villavicencio  fbsd/packages:
@@ -372,10 +375,10 @@
12 Mar 2008; Peter Weller  use.mask:
Add m17n-lib to use.mask; requested by ulm

-  05 Mar 2008; Diego Pettenò  +fbsd/package.use:
+  05 Mar 2008; Diego Petten嘆  +fbsd/package.use:
Add default USE flags for FreeBSD for pambase.

-  21 Feb 2008; Diego Pettenò  fbsd/package.use.mask:
+  21 Feb 2008; Diego Petten嘆  fbsd/package.use.mask:
Mask consolekit and cracklib USE flags for pambase.

29 Jan 2008; Peter Weller  package.mask:
@@ -384,19 +387,19 @@
29 Jan 2008; Peter Weller  package.mask:
package.mask>=app-shells/bash-3.2_p33 due to portage blockages

-  25 Jan 2008; Diego Pettenò  profile.bashrc:
+  25 Jan 2008; Diego Petten嘆  profile.bashrc:
Fix typo in the error message.

23 Jan 2008; Alon Bar-Lev  package.use.mask:
Add net-misc/openvpn pkcs11

-  21 Nov 2007; Sébastien Fabbro  virtuals:
+  21 Nov 2007; S辿bastien Fabbro  virtuals:
Removed virtual/lapack, now new style

15 Oct 2007; Roy Marples  package.mask:
unmask m4-1.4.10 as it now works for us

-  10 Oct 2007; Sébastien Fabbro  virtuals:
+  10 Oct 2007; S辿bastien Fabbro  virtuals:
removed virtual/blas, now new style

23 Sep 2007; Joe Peterson  virtuals:
@@ -406,18 +409,18 @@
fbsd/package.use.mask:
No nvidia drivers work on fbsd with xorg-server 1.4 yet.

-  08 Aug 2007; Tiziano Müller  fbsd/6.2/make.defaults:
+  08 Aug 2007; Tiziano M端ller  fbsd/6.2/make.defaults:
Removed libg++ USE-flag (bug #148416)

07 Jun 2007; Joe Peterson  virtuals:
For FreeBSD, default to the "reference implementation" versions rather
than using the "atlas" versions of LAPACK and BLAS.

-  28 May 2007; Diego Pettenò  package.use.mask, use.mask
+  28 May 2007; Diego Petten嘆  package.use.mask, use.mask
fbsd/package.use.mask: Unmask the useflags that shouldn't have been masked
in the first place.

-  26 May 2007; Olivier Crête  package.use.mask:
+  26 May 2007; Olivier Cr棚te  package.use.mask:
Mask zephyr flag for pidgin on bsd because mit-krb5 is 

Re: [gentoo-dev] new virtual/pkgconfig to support lighter alternatives

2012-05-02 Thread heroxbd
Hi Mike,

Mike Frysinger  writes:
> the canonical pkg-config is getting fat.  it requires glib-2.  it runs
> pkg- config when building.  glib-2 requires pkg-config.  whee.

> any comments ?

I would vote for it!

I feel ill to bootstrap glib and pkg-config. It feels worse to call for
 a equal foot as gcc/binutils/glibc.

http://article.gmane.org/gmane.comp.gnome.gtk%2B.devel.general/21523

pkg-config's functionality is too simple to be involved with this chaos.

Looking forward to it.

Yours,
Benda


pgpsP27uGxyU3.pgp
Description: PGP signature