On 02/23/2017 06:36 PM, Andrey Ponomarenko wrote:
> Hello,
>
> I'd like to present a new project called "ABI Navigator" for searching binary
> symbols (functions, methods, global data, etc.) in open-source libraries:
> https://abi-laboratory.pro/index.php?view=navigator
>
> The project allows t
Hello,
I'd like to present a new project called "ABI Navigator" for searching binary
symbols (functions, methods, global data, etc.) in open-source libraries:
https://abi-laboratory.pro/index.php?view=navigator
The project allows to find out in which versions of libraries some symbol is
define
On Thu, 23 Feb 2017 23:58:50 +0300
Andrew Savchenko wrote:
> On Thu, 23 Feb 2017 18:50:45 +0100 Ulrich Mueller wrote:
> > > On Thu, 23 Feb 2017, Andrew Savchenko wrote:
> > >> https://projects.gentoo.org/pms/6/pms.html#x1-180003.1.1
> > >> "Category Names"
> >
> > > I don't see a requir
On Thu, 23 Feb 2017 18:50:45 +0100 Ulrich Mueller wrote:
> > On Thu, 23 Feb 2017, Andrew Savchenko wrote:
>
> >> https://projects.gentoo.org/pms/6/pms.html#x1-180003.1.1 "Category Names"
>
> > I don't see a requirement here, only note on most common pattern:
>
> > ``Note: A hyphen is not req
Replace the eval used to attempt to construct whitespace-path-safe
utility calls with much simpler bash arrays.
---
eclass/unpacker.eclass | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index 610765fbca8e..27d9
The 'eval' as used does not do anything. The function name is expanded
anyway.
---
eclass/toolchain-funcs.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 63f0d6b20912..3ca2e05ac74a 100644
--- a/eclas
Replace the unnecessary use of 'eval ls -d ...' with much simpler
and safer filename expansion via bash array. The 'eval' was completely
unnecessary in the original code; however, the late addition of quoting
would have broken it if eval did not implicitly discard the quotes.
The 'ls -d' was unnece
Filename expansion is performed when the variable is referenced unquoted
already. There is really no need to call 'ls' on top of that, and even
less reason to wrap it all in 'eval'.
---
eclass/ruby-fakegem.eclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/eclass/ruby-
> On Thu, 23 Feb 2017, Andrew Savchenko wrote:
>> https://projects.gentoo.org/pms/6/pms.html#x1-180003.1.1 "Category Names"
> I don't see a requirement here, only note on most common pattern:
> ``Note: A hyphen is not required because of the virtual category.
> Usually, however, category nam
---
eclass/perl-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 1542b98cd45f..85907354a309 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -276,7 +276,7 @@ perl_ch
---
eclass/mysql-multilib-r1.eclass | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 38fcc7c0ecf8..a92fac0a1cfc 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
W dniu 13.02.2017, pon o godzinie 15∶40 +0100, użytkownik Michał Górny
napisał:
> Hi,
>
> Here's the third part of my profile cleanup series. This time it's
> focused on moving arch-related stuff from base/ to arch/base/.
>
> The main goal is to have a clear profile inheritance. Since all arch/*
12 matches
Mail list logo