Re: [gentoo-dev] RFC: extension to prefix.eclass

2016-06-28 Thread R0b0t1
On Tue, Jun 28, 2016 at 8:54 PM, Benda Xu wrote: > Hi, > > This is a patch to extend prefix.eclass. > > 1. a set of heuristics is added to eprefixify: > "s,([^[:alnum:]}])/(usr|etc|bin|sbin|var|opt)/,\1${EPREFIX}/\2/,g" > > 2. a function wrapper "fprefixity" to do

[gentoo-dev] RFC: extension to prefix.eclass

2016-06-28 Thread Benda Xu
Hi, This is a patch to extend prefix.eclass. 1. a set of heuristics is added to eprefixify: "s,([^[:alnum:]}])/(usr|etc|bin|sbin|var|opt)/,\1${EPREFIX}/\2/,g" 2. a function wrapper "fprefixity" to do inplace substitution in ${T}. Please help review it. Benda --- prefix.eclass

[gentoo-dev] packages up for grabs

2016-06-28 Thread Anthony G. Basile
Hi everyone, I've been proxy-maintaining (or maintaining) bitcoins and a bunch of forks and I'd like to give those packages away. I got involved because I believe in the principles behind bitcoins and decentralized services on the internet that resist censorship and promote freedom and all that

Re: [gentoo-portage-dev] [PATCH] repoman: Make LIVEVCS.* checks fatal

2016-06-28 Thread Zac Medico
On 06/28/2016 11:30 AM, Michał Górny wrote: > Make LIVEVCS.* checks fatal to prevent people from committing ebuilds > using live eclasses instead of package.masking them afterwards by QA. > --- > repoman/pym/repoman/qa_data.py | 2 -- > 1 file changed, 2 deletions(-) > > diff --git

[gentoo-dev] Last rites: app-misc/strigi

2016-06-28 Thread Johannes Huber
# Johannes Huber (28 Jun 2016) # Masked for removal in 30 days. Dead upstream. Was only # useful with Nepomuk, superseded by Baloo long time ago. # No reverse dependencies, bug #583716. app-misc/strigi signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Re: Package up for grabs: dev-libs/yaz

2016-06-28 Thread Robin H. Johnson
On Tue, Jun 28, 2016 at 08:09:35AM +0200, Michał Górny wrote: > Description: C/C++ toolkit for Z39.50v3 clients and servers As the past maintainer, two comments for those who might be considering this: 1. Z39.50 is a protocol to access library (the kind with books) catalogues and similar data.

[gentoo-portage-dev] [PATCH] repoman: Make LIVEVCS.* checks fatal

2016-06-28 Thread Michał Górny
Make LIVEVCS.* checks fatal to prevent people from committing ebuilds using live eclasses instead of package.masking them afterwards by QA. --- repoman/pym/repoman/qa_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py index

[gentoo-dev][ppc64le][PATCH 09/12] dev-libs/libverto: add elibtoolize w/ libverto to build for ppc64le

2016-06-28 Thread Leno Hou
This patch fixs mit-krb5 link with wrong libverto when emerge mit-krb5 Add elibtoolize will let's econf generate the configure for ppc64le and build the correct libverto for mit-krb5 to use. Signed-off-by: Leno Hou --- dev-libs/libverto/libverto-0.2.5-r1.ebuild | 3 ++-

[gentoo-dev][ppc64le][PATCH 10/12] sys-devel/binutils: add ld BE emulations for ppc64le target #580614

2016-06-28 Thread Leno Hou
Signed-off-by: Leno Hou --- eclass/toolchain-binutils.eclass | 10 ++ .../binutils/files/binutils-configure-target.patch | 18 ++ 2 files changed, 28 insertions(+) create mode 100644

Re: [gentoo-dev][ppc64le][PATCH 01/12] sys-devel/libtool: add m4/libtool.m4 patch for ppc64le #581314

2016-06-28 Thread Anthony G. Basile
On 6/28/16 10:31 AM, Leno Hou wrote: > Reference Bug: > Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=581314 > GNU Bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23348 > Leno, Thanks. Just so other devs know, I'm helping Leno port gentoo to ppc64le. We need these 12 patches to get

[gentoo-dev][ppc64le][PATCH 02/12] libtool.eclass: elibtoolize: add ppc64le handling #580792

2016-06-28 Thread Leno Hou
Signed-off-by: Leno Hou --- eclass/ELT-patches/ppc64le/2.4.2 | 26 ++ eclass/libtool.eclass| 6 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 eclass/ELT-patches/ppc64le/2.4.2 diff --git

[gentoo-dev][ppc64le][PATCH 01/12] sys-devel/libtool: add m4/libtool.m4 patch for ppc64le #581314

2016-06-28 Thread Leno Hou
Reference Bug: Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=581314 GNU Bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23348 * m4/libtool (LD=elf64lppc): add recognise definition with CHOST=powerpc64le-unknown-linux-gnu on ppc64le platform and CHOST=powerpc64-unknown-linux-gnu on ppc64

[gentoo-dev][ppc64le][PATCH 12/12] net-misc/gsutils: fix dev-python/oauth2client-2 dependency

2016-06-28 Thread Leno Hou
--- net-misc/gsutil/gsutil-4.19.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/gsutil/gsutil-4.19.ebuild b/net-misc/gsutil/gsutil-4.19.ebuild index ea1c3e1..7904721 100644 --- a/net-misc/gsutil/gsutil-4.19.ebuild +++ b/net-misc/gsutil/gsutil-4.19.ebuild @@

[gentoo-dev][ppc64le][PATCH 11/12] dev-utils/perf: add support for ppc64le #581746

2016-06-28 Thread Leno Hou
Signed-off-by: Leno Hou --- dev-util/perf/perf-4.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/perf/perf-4.4.4.ebuild b/dev-util/perf/perf-4.4.4.ebuild index 18dd89e..b4fe31e 100644 --- a/dev-util/perf/perf-4.4.4.ebuild +++

[gentoo-dev][ppc64le][PATCH 08/12] sys-block/partimage: run elibtoolize #580792

2016-06-28 Thread Leno Hou
This is needed to support newer platforms (like ppc64le). Signed-off-by: Leno Hou --- sys-block/partimage/partimage-0.6.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-block/partimage/partimage-0.6.9.ebuild

[gentoo-dev][ppc64le][PATCH 07/12] app-text/opensp: autoreconf to build opensp for ppc64le #580792

2016-06-28 Thread Leno Hou
This is needed to support newer platforms (like ppc64le). Signed-off-by: Leno Hou --- app-text/opensp/opensp-1.5.2-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild

[gentoo-dev][ppc64le][PATCH 05/12] dev-libs/libmnl: run elibtoolize #580792

2016-06-28 Thread Leno Hou
This is needed to support newer platforms (like ppc64le). Signed-off-by: Leno Hou --- net-libs/libmnl/libmnl-1.0.3-r1.ebuild | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-libs/libmnl/libmnl-1.0.3-r1.ebuild b/net-libs/libmnl/libmnl-1.0.3-r1.ebuild

[gentoo-dev][ppc64le][PATCH 06/12] sys-process/procps: run elibtoolize #580792

2016-06-28 Thread Leno Hou
This is needed to support newer platforms (like ppc64le). Signed-off-by: Leno Hou --- sys-process/procps/procps-3.3.10-r1.ebuild | 3 ++- sys-process/procps/procps-3.3.9-r2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[gentoo-dev][ppc64le][PATCH 04/12] ELT-patches/ppc64le: add libtool-2.4.6 patch for ppc64le #580792

2016-06-28 Thread Leno Hou
Signed-off-by: Leno Hou --- eclass/ELT-patches/ppc64le/2.4.6 | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 eclass/ELT-patches/ppc64le/2.4.6 diff --git a/eclass/ELT-patches/ppc64le/2.4.6 b/eclass/ELT-patches/ppc64le/2.4.6 new file mode 100644 index

[gentoo-dev][ppc64le][PATCH 03/12] ELT-patches/ppc64le: add libtool-2.4.4 patch for ppc64le #580792

2016-06-28 Thread Leno Hou
Signed-off-by: Leno Hou --- eclass/ELT-patches/ppc64le/2.4.4 | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 eclass/ELT-patches/ppc64le/2.4.4 diff --git a/eclass/ELT-patches/ppc64le/2.4.4 b/eclass/ELT-patches/ppc64le/2.4.4 new file mode 100644 index

[gentoo-dev] Package up for grabs: app-editors/gobby

2016-06-28 Thread Michał Górny
Hello, everyone. app-editors/gobby feels abandoned now and needs some of your love. Description: GTK-based collaborative editor Homepage: http://gobby.0x539.de/ Current version: 0.5.0 (Aug 2014), HEAD has month-old commits Gentoo version: 0.4.94 (masked, Apr 2011 pre-release) Gentoo stable:

[gentoo-dev] Package up for grabs: dev-libs/yaz

2016-06-28 Thread Michał Górny
Hello, everyone. Per bug #587144 [1] dev-libs/yaz has joined the sad assembly of maintainer-needed packages. Please see if you can give it some love. Description: C/C++ toolkit for Z39.50v3 clients and servers Homepage: http://www.indexdata.dk/yaz Current version: 5.16.0 (development seems