[gentoo-dev] Package potentially up for grabs: media-video/motion

2019-09-25 Thread Michał Górny
Hi, Due to proxied maintainer resigning, the following package has fallen back to the media-video project: media-video/motion The package has mysql build problem reported, as well as version bump request. -- Best regards, Michał Górny signature.asc Description: This is a digitally signed

Re: [gentoo-dev] cdrom.eclass vs KEYWORDS

2019-09-25 Thread Michał Górny
On Wed, 2019-09-25 at 21:30 +, Robin H. Johnson wrote: > > So maybe the most obvious solution would be to remove KEYWORDS from > > ebuilds unconditionally using cdrom.eclass (and their reverse > > dependencies), and mask USE=cdinstall on the rest. > We should find who has copies of each of the

[gentoo-dev] [PATCH v2 1/1] go-module.eclass: new eclass for go modules

2019-09-25 Thread William Hubbs
This eclass includes the basic settings and src_unpack/pkg_postinst functions for Go modules. Signed-off-by: William Hubbs --- eclass/go-module.eclass | 176 1 file changed, 176 insertions(+) create mode 100644 eclass/go-module.eclass diff --git

[gentoo-dev] [PATCH v2 0/1] introduce a new eclass to handle go modules

2019-09-25 Thread William Hubbs
This is a re-roll of the patch that includes mgorny's suggested changes from the last round. William Hubbs (1): go-module.eclass: new eclass for go modules eclass/go-module.eclass | 176 1 file changed, 176 insertions(+) create mode 100644

Re: [gentoo-dev] [PATCH 1/1] go-module.eclass: new eclass for go modules

2019-09-25 Thread William Hubbs
On Wed, Sep 25, 2019 at 10:02:34PM +0200, Michał Górny wrote: > On Tue, 2019-09-24 at 13:08 -0500, William Hubbs wrote: *snip* > > +# @DESCRIPTION: > > +# This eclass provides basic settings and functions > > +# needed by all software written in the go programming language that uses > > +# go

Re: [gentoo-dev] cdrom.eclass vs KEYWORDS

2019-09-25 Thread James Le Cuirot
On Wed, 25 Sep 2019 22:14:36 +0200 Michał Górny wrote: > Hi, > > I'm wondering if we're doing the right things by adding KEYWORDS to > packages using cdrom.eclass. After all, it's somewhat similar to live > ebuilds. That is, data is fetched outside regular PM mechanisms (though > not

Re: [gentoo-dev] cdrom.eclass vs KEYWORDS

2019-09-25 Thread Robin H. Johnson
On Wed, Sep 25, 2019 at 10:14:36PM +0200, Michał Górny wrote: > Hi, > > I'm wondering if we're doing the right things by adding KEYWORDS to > packages using cdrom.eclass. After all, it's somewhat similar to live > ebuilds. That is, data is fetched outside regular PM mechanisms (though > not

Re: [gentoo-dev] cdrom.eclass vs KEYWORDS

2019-09-25 Thread Mike Gilbert
On Wed, Sep 25, 2019 at 4:14 PM Michał Górny wrote: > > Hi, > > I'm wondering if we're doing the right things by adding KEYWORDS to > packages using cdrom.eclass. After all, it's somewhat similar to live > ebuilds. That is, data is fetched outside regular PM mechanisms (though > not implicitly

[gentoo-dev] cdrom.eclass vs KEYWORDS

2019-09-25 Thread Michał Górny
Hi, I'm wondering if we're doing the right things by adding KEYWORDS to packages using cdrom.eclass. After all, it's somewhat similar to live ebuilds. That is, data is fetched outside regular PM mechanisms (though not implicitly through Internet, arguably) and it is not covered by any

Re: [gentoo-dev] Packages up for grabs: app-editors/kakoune, app-text/scdoc, app-vim/rust-vim, media-gfx/imv, media-sound/pms, media-video/syncplay, www-plugins/pdfjs

2019-09-25 Thread Bernard Cafarelli
Le Tue, 17 Sep 2019 13:14:35 +0200 Michał Górny a écrit: > Hello, > > Due to retirement of a proxied maintainer, the following packages are > now looking for new maintainers: > > app-editors/kakoune > app-text/scdoc > app-vim/rust-vim > media-gfx/imv > media-sound/pms > media-video/syncplay >

Re: [gentoo-dev] [PATCH 1/1] go-module.eclass: new eclass for go modules

2019-09-25 Thread Michał Górny
On Tue, 2019-09-24 at 13:08 -0500, William Hubbs wrote: > This eclass includes the basic settings and src_unpack/pkg_postinst > functions for Go modules. > > Signed-off-by: William Hubbs > --- > eclass/go-module.eclass | 164 > 1 file changed, 164

Re: [gentoo-dev] RFC: ant-tasks.eclass patch

2019-09-25 Thread Michał Górny
On Wed, 2019-09-25 at 20:47 +0200, Miroslav Šulc wrote: > diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass > index 309df084d156..26df9de26f1a 100644 > --- a/eclass/ant-tasks.eclass > +++ b/eclass/ant-tasks.eclass > @@ -54,7 +54,9 @@ ANT_TASK_NAME="${PN#ant-}" > # @DESCRIPTION: > #

[gentoo-dev] RFC: ant-tasks.eclass patch

2019-09-25 Thread Miroslav Šulc
hi, as per bug https://bugs.gentoo.org/693022 we need to add dependency on dev-java/gnu-jaf (or dev-java/sun-jaf) to the package. unfortunately ant-tasks.eclass variable ANT_TASK_DEPNAME supports only single dependency (it was sufficient till now), but we need one more in this case. the

Re: [gentoo-dev] Packages up for grabs:

2019-09-25 Thread Mikle Kolyada
I will take a look at mpv and add myself there 25 сентября 2019 г. 20:19:50 GMT+03:00, "Michał Górny" пишет: >On Wed, 2019-09-25 at 12:47 +0200, Michał Górny wrote: >> Hi, >> >> Due to the proxied maintainer retiring, the following packages are >now >> up for grabs: > >I should've probably

Re: [gentoo-dev] Packages up for grabs:

2019-09-25 Thread Michał Górny
On Wed, 2019-09-25 at 12:47 +0200, Michał Górny wrote: > Hi, > > Due to the proxied maintainer retiring, the following packages are now > up for grabs: I should've probably mentioned: [b ] media-video/mpv as well since it falls back to media-video@, and has multiple bugs open. > Packages

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-25 Thread Michał Górny
On Wed, 2019-09-25 at 17:22 +0200, Guilherme Amadio wrote: > Hi Michał, > > On Tue, Sep 10, 2019 at 10:44:54PM +0200, Michał Górny wrote: > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-25 Thread Guilherme Amadio
Hi Michał, On Tue, Sep 10, 2019 at 10:44:54PM +0200, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now

[gentoo-dev] Packages up for grabs:

2019-09-25 Thread Michał Górny
Hi, Due to the proxied maintainer retiring, the following packages are now up for grabs: [b ] app-admin/ulogd [bv] app-forensics/aide [ ] app-i18n/uchardet [b?] app-shells/mpv-bash-completion [ ] app-text/linuxdoc-tools [ ] dev-python/ansicolor [ ] dev-python/babelfish [ ] dev-python/enzyme

Re: [gentoo-dev] RFC: GID/UID assignment for Bitcoin services (493)

2019-09-25 Thread Ulrich Mueller
> On Wed, 25 Sep 2019, Luke Dashjr wrote: > There is no standard UID number for this purpose, and other distros > don't appear to have it assigned in their lists either. 493 was just > the highest one <500 available. Archlinux uses 492 and 493 for packages that we also have, so we skipped

Re: [gentoo-dev] [RFC] @DISTFILE-REDISTRIBUTABLE license group

2019-09-25 Thread Michał Górny
On Sat, 2019-09-21 at 09:17 +0200, Michał Górny wrote: > Hi, > > We currently have @BINARY-REDISTRIBUTABLE license group that somewhat > concerns RESTRICT=bindist. I think it'd be reasonable to introduce > a matching group concerning RESTRICT=mirror. > > My proposition would be to add