[gentoo-dev] Last rite: sys-apps/gpet

2022-12-06 Thread Naohiro Aota
Depends on gnome-base/gconf. Last release in 2011. See https://bugs.gentoo.org/873880

[gentoo-dev] [PATCH v2 10/10] ruby-ng-gnome2.eclass: add support for 3.4.x

2020-05-03 Thread Naohiro Aota
Update SRC_URI since the primary release site is moved to github. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 7beb03e778c8

[gentoo-dev] [PATCH v2 08/10] ruby-ng-gnome2.eclass: support non-build packages

2020-05-03 Thread Naohiro Aota
Some ruby-gnome2 ebuild does not build C bindings, so there is no need to call each_ruby_{configure,compile} and emake install of this eclass. Check if "extconf.rb" and "Makefile" to decide what to do. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 14 ++

[gentoo-dev] [PATCH v2 09/10] ruby-ng-gnome2.eclass: fold common all_ruby_prepare

2020-05-03 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 22 ++ 1 file changed, 22 insertions(+) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 7ffe57d1a9ff..7beb03e778c8 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng

[gentoo-dev] [PATCH v2 05/10] ruby-ng-gnome2.eclass: Use [[ instead of [

2020-05-03 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 4f3f6011501b..ac112e006205 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2

[gentoo-dev] [PATCH v2 06/10] ruby-ng-gnome2.eclass: add test dependency

2020-05-03 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index ac112e006205..a1a84f3045ed 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng

[gentoo-dev] [PATCH v2 07/10] ruby-ng-gnome2.eclass: implement common test code

2020-05-03 Thread Naohiro Aota
Fold common test code from runy-gnome2 ebuild to this eclass. To support test under virtx, introduce RUBY_GNOME2_NEED_VIRTX variable. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 23 +++ 1 file changed, 23 insertions(+) diff --git a/eclass/ruby-ng-gnome2

[gentoo-dev] [PATCH v2 04/10] ruby-ng-gnome2.eclass: drop subbinding variable

2020-05-03 Thread Naohiro Aota
Since we can set RUBY_S only from RUBY_FAKEGEM_NAME, we no longer need $subbinding. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 42325ce4f33c

[gentoo-dev] [PATCH v2 03/10] ruby-ng-gnome2.eclass: fix LICENSE

2020-05-03 Thread Naohiro Aota
All ruby-gnome2 packages in the tree is now licensed under LGPL-2.1+. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 67a5d58fba58..42325ce4f33c

[gentoo-dev] [PATCH v2 02/10] ruby-ng-gnome2.eclass: drop support for

2020-05-03 Thread Naohiro Aota
All users of ruby-ng-gnome2 in the official tree are on EAPI=6, so we can drop old EAPI support to reduce "if" branches and make the feature updates simple. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 15 --- 1 file changed, 4 insertions(+), 11 deletion

[gentoo-dev] [PATCH v2 01/10] ruby-ng-gnome2.eclass: drop support for 0.19.x

2020-05-03 Thread Naohiro Aota
The official tree no longer have ruby-gnome2 packages with 0.19.x. Drop support for them. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass

Re: [gentoo-dev] [PATCH 2/9] ruby-ng-gnome2.eclass: drop support for

2020-02-17 Thread Naohiro Aota
On Sun, Feb 16, 2020 at 06:40:08AM +0100, Michał Górny wrote: > On Sat, 2020-02-15 at 21:18 +0900, Naohiro Aota wrote: > > Signed-off-by: Naohiro Aota > > --- > > eclass/ruby-ng-gnome2.eclass | 13 +++-- > > 1 file changed, 3 insertions(+), 10 deletions(-) &

[gentoo-dev] [PATCH 9/9] ruby-ng-gnome2.eclass: add support for 3.4.x

2020-02-15 Thread Naohiro Aota
Update SRC_URI since the primary release site is moved to github. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 4220dc9f2092..fa5530d36629

[gentoo-dev] [PATCH 7/9] ruby-ng-gnome2.eclass: support non-build packages

2020-02-15 Thread Naohiro Aota
Some ruby-gnome2 ebuild does not build C bindings, so there is no need to call each_ruby_{configure,compile} and emake install of this eclass. Check if "extconf.rb" and "Makefile" to decide what to do. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 14 ++

[gentoo-dev] [PATCH 8/9] ruby-ng-gnome2.eclass: fold common all_ruby_prepare

2020-02-15 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 22 ++ 1 file changed, 22 insertions(+) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 619a02d0d1d7..4220dc9f2092 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng

[gentoo-dev] [PATCH 5/9] ruby-ng-gnome2.eclass: add test dependency

2020-02-15 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index edb420c9a3a8..dc48a53c58cd 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2

[gentoo-dev] [PATCH 6/9] ruby-ng-gnome2.eclass: implement common test code

2020-02-15 Thread Naohiro Aota
Fold common test code from runy-gnome2 ebuild to this eclass. To support test under virtx, introduce RUBY_GNOME2_NEED_VIRTX variable. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 22 ++ 1 file changed, 22 insertions(+) diff --git a/eclass/ruby-ng-gnome2

[gentoo-dev] [PATCH 4/9] ruby-ng-gnome2.eclass: drop subbinding variable

2020-02-15 Thread Naohiro Aota
Since we can set RUBY_S only from RUBY_FAKEGEM_NAME, we no longer need $subbinding. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index e5c2ed193703

[gentoo-dev] [PATCH 2/9] ruby-ng-gnome2.eclass: drop support for

2020-02-15 Thread Naohiro Aota
Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 4e3c30017e9b..8c8e0c8c0a50 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby

[gentoo-dev] [PATCH 3/9] ruby-ng-gnome2.eclass: fix LICENSE

2020-02-15 Thread Naohiro Aota
All ruby-gnome2 packages in the tree is now licensed under LGPL-2.1+. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 8c8e0c8c0a50..e5c2ed193703

[gentoo-dev] [PATCH 1/9] ruby-ng-gnome2.eclass: drop support for 0.19.x

2020-02-15 Thread Naohiro Aota
The official tree no longer have ruby-gnome2 packages with 0.19.x. Drop support for them. Note: keep versionator inheritance because a later patch use it. Signed-off-by: Naohiro Aota --- eclass/ruby-ng-gnome2.eclass | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a

[gentoo-dev] Packages up for grabs

2018-07-13 Thread Naohiro Aota
Hello, all These packages are now up for grabs. I no longer have interest/hardware for them. - app-laptop/batti - app-laptop/pommed/metadata.xml - media-video/v4l2loopback - sys-libs/mtdev

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-14 Thread Naohiro Aota
Diego Elio Pettenò writes: > I'm pretty sure we have an eclass function to get the name of the 0 > group. I can't find one... but found qmail.eclass is using exactly same method. > export GROUP_ROOT="$(id -gn root)" pgpbPfsUeoSka.pgp Description: PGP signature

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-14 Thread Naohiro Aota
hasufell writes: > na...@gentoo.org: >> fcaps.eclass is using group name 'root' which is not available on BSD >> system. Instead you can use "0", or $(id -g -n 0) if you'd prefer "group >> name" >> >> Index: fcaps.eclass >> === >> R

Re: [gentoo-dev] Portage QOS

2014-01-11 Thread Naohiro Aota
Hi, Igor LTHR writes: > Portage QOS > > Hi All, > > What do you think about implementing this: > > http://forums.gentoo.org/viewtopic.php?p=7477494 > > I've system design in my head and could write it down with the > implementation details. > Then may be we could all review it and get to somethi

Re: [gentoo-dev] Orphaned packages

2012-06-28 Thread Naohiro Aota
Diego Elio Pettenò writes: > Hi all, > > I'm going to give up maintainership of a few packages simply because I'm > not using it any longer and thus I can't care about them as much as I > should: > > dev-util/perf I take this one. Regards, pgprI0AlBjP3H.pgp Description: PGP signature

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: ChangeLog

2012-06-19 Thread Naohiro Aota
Samuli Suominen writes: > On 06/17/2012 10:12 AM, Naohiro Aota (naota) wrote: > >> naota 12/06/17 07:12:19 >> >>Modified: ChangeLog >>Log: >>Add ~x86-fbsd. #419621 >> >>(Portage version: 2.2.0_alpha110/cvs/Linux

[gentoo-dev] Lastrite app-dicts/{canna-canda-med,canna-shion,canna-zipcode}

2012-05-06 Thread Naohiro Aota
# Naohiro Aota (07 May 2012) # Dead upstream. # Removal in 30 days - bug 412503, 412505, 412511 app-dicts/canna-canda-med app-dicts/canna-shion app-dicts/canna-zipcode pgpyWAt9n1qDb.pgp Description: PGP signature

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 genera

Re: [gentoo-dev] Lastrite: compiz

2012-04-13 Thread Naohiro Aota
Fabio Erculiani writes: > On Mon, Jan 23, 2012 at 12:32 AM, Jorge Manuel B. S. Vicetto > wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> # Jorge Manuel B. S. Vicetto (22 Jan 2012) >> # Mask compiz for last-rites unless someone steps up >> # to maintain it. Removal in 30 days.

Re: [gentoo-dev] Gentoo CJK team empty, or anyone knows about ibus?

2012-04-02 Thread Naohiro Aota
Pacho Ramos writes: >> > > Will CC cjk team then to let them know you are interested to join (looks >> > > like there are four devs in cjk alias...) >> >> > > Any updates on this? I didn't notice him been working to return dev, I sent him invitation with ebuild-quizes :/. Then I got response f

Re: [gentoo-dev] Gentoo CJK team empty, or anyone knows about ibus?

2012-03-18 Thread Naohiro Aota
Ben writes: > On 19 March 2012 01:09, Pacho Ramos wrote: > >> >> Will CC cjk team then to let them know you are interested to join (looks >> like there are four devs in cjk alias...) > > But none of them seem active... hmm, Matuu and I'm working on some bugs one-by-one... Are there any bugs you

Re: [gentoo-dev] Gentoo CJK team empty, or anyone knows about ibus?

2012-03-18 Thread Naohiro Aota
Hi, It is great to hear Jack is willing to join cjk herd. I can help Jack working on cjk bugs. But, to be honest, I'm not familiar with recruiting process so I need some devs to do or to help me on the recruiting. Also I've read the "Mentor Guide" [1] and found "your project lead must be CC'd". I

Re: [gentoo-dev] Packages up for grabs

2012-03-02 Thread Naohiro Aota
2012/3/2 Markos Chandras : >        app-laptop/batti I took batti. Regards, Naohiro

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

2011-09-15 Thread Naohiro Aota
I'll take dev-util/global On Wed, Sep 14, 2011 at 3:56 AM, Pacho Ramos wrote: > Due arfrever retirement the following packages need a new maintainer: > > dev-util/global > net-irc/kvirc > net-libs/neon > net-libs/serf > net-misc/cadaver > > > Thanks for taking them