Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-04 Thread Michał Górny
On Thu, 2019-09-05 at 01:26 +0200, Thomas Deutschmann wrote: > Hi, > > On 2019-09-04 20:59, Michał Górny wrote: > > Devmanual is pretty clear on the fact that *all* new eclasses require ml > > ^^^ > > review *before* committing: > > I am a

Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-04 Thread Thomas Deutschmann
Hi, On 2019-09-04 20:59, Michał Górny wrote: > Devmanual is pretty clear on the fact that *all* new eclasses require ml > ^^^ > review *before* committing: I am also working on a new eclass so I looked up details regarding what's needed to

Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-04 Thread David Seifert
On Wed, 2019-09-04 at 20:59 +0200, Michał Górny wrote: > On Wed, 2019-09-04 at 18:00 +, Alfredo Tupone wrote: > > commit: 63486fef43c2e0dee3b4128db18fd1a6b4bf9381 > > Author: Tupone Alfredo gentoo org> > > AuthorDate: Wed Sep 4 17:58:49 2019 + > > Commit: Alfredo Tupone gent

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-04 Thread Michał Górny
On Wed, 2019-09-04 at 18:00 +, Alfredo Tupone wrote: > commit: 63486fef43c2e0dee3b4128db18fd1a6b4bf9381 > Author: Tupone Alfredo gentoo org> > AuthorDate: Wed Sep 4 17:58:49 2019 + > Commit: Alfredo Tupone gentoo org> > CommitDate: Wed Sep 4 17:58:49 2019 + > URL:

[gentoo-dev] Last-rites: sci-libs/libmed

2019-09-04 Thread Matthias Maier
# Matthias Maier (2019-09-03) # Duplicate package - use sci-libs/med instead, bug #693146 # (Expedited) removal in 7 days sci-libs/libmed

[gentoo-dev] Last rites: app-admin/consolehm

2019-09-04 Thread Michał Górny
# Michał Górny (2019-09-04) # EAPI 0. Keyworded only for x86-fbsd which is dead. Practically untouched # since 2007. Removal in 30 days. Bug #693504. app-admin/consolehm -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: app-text/ddir

2019-09-04 Thread Michał Górny
# Michał Górny (2019-09-04) # Unmaintained. EAPI 0. Last touched in 2010. No real homepage. # No clear advantage over app-text/tree. # Removal in 30 days. Bug #693502. app-text/ddir -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] [PATCH] sgml-catalog-r1.eclass: New eclass to handle SGML catalogs

2019-09-04 Thread Michał Górny
On Wed, 2019-09-04 at 17:20 +0200, Ulrich Mueller wrote: > > > > > > On Wed, 04 Sep 2019, Michał Górny wrote: > > +# Copyright 2019 Gentoo Authors > > +# Distributed under the terms of the GNU General Public License v2 > > + > > +# @ECLASS: sgml-catalog-r1.eclass > > +# @MAINTAINER: > > +# Michał G

Re: [gentoo-dev] [PATCH] sgml-catalog-r1.eclass: New eclass to handle SGML catalogs

2019-09-04 Thread Ulrich Mueller
> On Wed, 04 Sep 2019, Michał Górny wrote: > +# Copyright 2019 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @ECLASS: sgml-catalog-r1.eclass > +# @MAINTAINER: > +# Michał Górny > +# @AUTHOR: > +# Michał Górny > +# @BLURB: Functions for installi

[gentoo-dev] Last rites: app-text/docbook-sgml

2019-09-04 Thread Michał Górny
# Michał Górny (2019-09-04) # A metapackage without a really clear purpose. No reverse # dependencies. # Removal in 30 days. app-text/docbook-sgml -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH] sgml-catalog-r1.eclass: New eclass to handle SGML catalogs

2019-09-04 Thread Michał Górny
Create a new, simpler eclass to handle SGML catalog installation. Rather than relying on external tool to add/remove catalogs in postinst/postrm, let ebuilds install interim catalogs and just register all installed catalogs. Signed-off-by: Michał Górny --- eclass/sgml-catalog-r1.eclass | 80