[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2017-12-31 23:59 UTC

2017-12-31 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2017-12-31 23:59 UTC. Removals: dev-perl/RadiusPerl 20171228-08:08 kentnl 211b30ff79c games-mud/kmuddy 20171229-22:41 asturm ae0853c449d kde-apps/blogilo

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-portage-dev] [PATCH v2] bin/doins.py: implement install -p option (bug 642632)

2017-12-31 Thread Alec Warner
On Fri, Dec 29, 2017 at 7:19 PM, Zac Medico wrote: > Bug: https://bugs.gentoo.org/642632 > --- > [PATCH v2] fix to copy atime, and split out _set_timestamps function > > bin/doins.py| 28 +--- >

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="*",

[gentoo-portage-dev] [PATCH 2/2] sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanup

2017-12-31 Thread Mike Gilbert
By default, systemd-tmpfiles removes files older than 30 days from /var/tmp. The default portage config sets CCACHE_DIR=/var/tmp/ccache. Bug: https://bugs.gentoo.org/490676#c14 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 --- sys-apps/portage/files/portage-ccache.conf | 2 ++

[gentoo-portage-dev] [PATCH 1/2] tmpfiles.eclass: allow EAPI 5 usage

2017-12-31 Thread Mike Gilbert
--- eclass/tmpfiles.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 2a158c482a58..e781037128f1 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -49,7 +49,7 @@ if [[ -z ${TMPFILES_ECLASS} ]]; then

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

Re: [gentoo-dev] LINGUAS to be removed from USE_EXPAND

2017-12-31 Thread Ulrich Mueller
> On Sun, 31 Dec 2017, Chí-Thanh Christopher Nguyễn wrote: > gro...@gentoo.org schrieb: >> The package sci-mathematics/maxima for ages uses linguas_* flags for >> installing translated documentation, the possible values of * are >> >> de es pt pt_BR >> >> This usage is, I suppose, wrong. I

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2017-12-31 Thread Michał Górny
W dniu nie, 31.12.2017 o godzinie 01∶25 +, użytkownik Mike Gilbert napisał: > commit: c202e9fcb5d8be40687c83eb4d4901d7bd85ccf1 > Author: Mike Gilbert gentoo org> > AuthorDate: Sun Dec 31 01:24:23 2017 + > Commit: Mike Gilbert gentoo org> > CommitDate: Sun Dec 31 01:25:36