Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread M. J. Everitt
On 31/12/17 19:59, Ulrich Mueller wrote: > >> +1, but I'm not going to suggest what to replace it with. > How about one of these examples: > "eautoreconf function from autotools.eclass" > "tc-getCC function from toolchain-funcs.eclass" > > Ulrich I second eautoreconf (with mention of eapply_user

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Ulrich Mueller
> On Sun, 31 Dec 2017, William Hubbs wrote: > On Sun, Dec 31, 2017 at 06:44:39PM +0100, Michał Górny wrote: >> W dniu nie, 31.12.2017 o godzinie 14∶31 +0100, użytkownik Ulrich Müller >> napisał: >> > -# that needs the epatch function from eutils.eclass won't work without the >> > +# that

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Ulrich Mueller
> On Sun, 31 Dec 2017, Mike Gilbert wrote: > On Sun, Dec 31, 2017 at 8:31 AM, Ulrich Müller wrote: >> +# Do not use KEYWORDS="*". This is not valid in an ebuild context. > Portage actually does support KEYWORDS="*". I believe Funtoo uses > this for arch-agnostic packages.

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Ulrich Mueller
> On Sun, 31 Dec 2017, Mart Raudsepp wrote: > On Sun, 2017-12-31 at 14:31 +0100, Ulrich Müller wrote: >> -# DO NOT USE KEYWORDS="*".  This is deprecated and only for backward >> -# compatibility reasons. >> +# Do not use KEYWORDS="*".  This is not valid in an ebuild context. >>  

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread William Hubbs
On Sun, Dec 31, 2017 at 08:07:33PM +0100, Pacho Ramos wrote: > El dom, 31-12-2017 a las 12:12 -0600, William Hubbs escribió: > > On Sun, Dec 31, 2017 at 06:44:39PM +0100, Michał Górny wrote: > > > W dniu nie, 31.12.2017 o godzinie 14∶31 +0100, użytkownik Ulrich Müller > > > napisał: > > > >

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Pacho Ramos
El dom, 31-12-2017 a las 12:12 -0600, William Hubbs escribió: > On Sun, Dec 31, 2017 at 06:44:39PM +0100, Michał Górny wrote: > > W dniu nie, 31.12.2017 o godzinie 14∶31 +0100, użytkownik Ulrich Müller > > napisał: > > > epatch() is provided by epatch.eclass now. Also comment the inherit > > >

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread William Hubbs
On Sun, Dec 31, 2017 at 06:44:39PM +0100, Michał Górny wrote: > W dniu nie, 31.12.2017 o godzinie 14∶31 +0100, użytkownik Ulrich Müller > napisał: > > epatch() is provided by epatch.eclass now. Also comment the inherit > > line, since not every ebuild will use it. > > > > Empty SLOT doesn't

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Michał Górny
W dniu nie, 31.12.2017 o godzinie 14∶31 +0100, użytkownik Ulrich Müller napisał: > epatch() is provided by epatch.eclass now. Also comment the inherit > line, since not every ebuild will use it. > > Empty SLOT doesn't disable slots, but is outright illegal in all EAPIs. > Similar for

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Sergei Trofimovich
On Sun, 31 Dec 2017 14:31:00 +0100 Ulrich Müller wrote: > epatch() is provided by epatch.eclass now. Also comment the inherit > line, since not every ebuild will use it. > > Empty SLOT doesn't disable slots, but is outright illegal in all EAPIs. > Similar for KEYWORDS="*",

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Mart Raudsepp
On Sun, 2017-12-31 at 14:31 +0100, Ulrich Müller wrote: > -# DO NOT USE KEYWORDS="*".  This is deprecated and only for backward > -# compatibility reasons. > +# Do not use KEYWORDS="*".  This is not valid in an ebuild context. >  KEYWORDS="~x86" Maybe update to KEYWORDS="~amd64" while here?

Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Mike Gilbert
On Sun, Dec 31, 2017 at 8:31 AM, Ulrich Müller wrote: > @@ -63,8 +63,7 @@ SLOT="0" > # For binary packages, use -* and then list the archs the bin package > # exists for. If the package was for an x86 binary package, then > # KEYWORDS would be set like this: KEYWORDS="-* x86"

[gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2017-12-31 Thread Ulrich Müller
epatch() is provided by epatch.eclass now. Also comment the inherit line, since not every ebuild will use it. Empty SLOT doesn't disable slots, but is outright illegal in all EAPIs. Similar for KEYWORDS="*", which isn't "deprecated" but invalid. --- skel.ebuild | 9 - 1 file changed, 4