Re: [gentoo-dev] Deleting old news items

2018-01-04 Thread Alec Warner
On Thu, Jan 4, 2018 at 8:20 PM, Alec Warner wrote: > The attached patch proposes a new news item format (2.1). > > In format 2.1, the Expires: header is mandatory. > > PMs can detect whether a given news item is "expired" by comparing the > current date in UTC to the expired date. > Expired news

Re: [gentoo-dev] Deleting old news items

2018-01-04 Thread Alec Warner
The attached patch proposes a new news item format (2.1). In format 2.1, the Expires: header is mandatory. PMs can detect whether a given news item is "expired" by comparing the current date in UTC to the expired date. Expired news items should not be shown to users. Once this is accepted and im

[gentoo-dev] Last-rites: dev-util/kdevplatform

2018-01-04 Thread Andreas Sturmlechner
# Andreas Sturmlechner (05 Jan 2018) # Masked for removal in 30 days, merged into dev-util/kdevelop dev-util/kdevplatform

[gentoo-dev] Last-rites: kde-apps/{katepart,kdebase-data,konsolepart}

2018-01-04 Thread Andreas Sturmlechner
# Andreas Sturmlechner (05 Jan 2018) # Masked for removal in 30 days, no more rdeps, bug #642462 kde-apps/katepart kde-apps/kdebase-data kde-apps/konsolepart

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread Michał Górny
W dniu czw, 04.01.2018 o godzinie 19∶22 +0100, użytkownik Ulrich Mueller napisał: > > > > > > On Thu, 4 Jan 2018, Mike Gilbert wrote: > > On Thu, Jan 4, 2018 at 5:23 AM, Pacho Ramos wrote: > > > I have seen this is only used by: > > > app-arch/xz-utils > > > dev-libs/gmp > > > dev-libs/libpcre > >

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread Ulrich Mueller
> On Thu, 4 Jan 2018, Mike Gilbert wrote: > On Thu, Jan 4, 2018 at 5:23 AM, Pacho Ramos wrote: >> I have seen this is only used by: >> app-arch/xz-utils >> dev-libs/gmp >> dev-libs/libpcre >> dev-libs/mpc >> dev-libs/mpfr >> net-nds/openldap >> sys-libs/gdbm >> sys-libs/ncurses >> sys-libs/re

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread Ulrich Mueller
> On Thu, 4 Jan 2018, M J Everitt wrote: > On 04/01/18 11:21, David Seifert wrote: >> Never mind that this has 0 to do with EAPI3/4 or with newer EAPI >> 'features' and is all about the fact that FEATURES=preserve-libs is >> only implemented in Portage, without comparable functionality in >> p

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread Mike Gilbert
On Thu, Jan 4, 2018 at 5:23 AM, Pacho Ramos wrote: > I have seen this is only used by: > app-arch/xz-utils > dev-libs/gmp > dev-libs/libpcre > dev-libs/mpc > dev-libs/mpfr > net-nds/openldap > sys-libs/gdbm > sys-libs/ncurses > sys-libs/readline > sys-process/audit > > Maybe we could deprecate it

[gentoo-dev] Lastrites: media-plugins/npapi-vlc, sci-chemistry/platon, sys-fs/ocfs2-tools, net-nds/ypserv, net-nds/ypbind...

2018-01-04 Thread Pacho Ramos
# Pacho Ramos (04 Jan 2018) # Nobody bothered to bump it for ages, NPAPI is phased out (#468772). # Removal in a month. media-plugins/npapi-vlc # Pacho Ramos (04 Jan 2018) # Fails to fetch (#597424). Removal in a month. sci-chemistry/platon # Pacho Ramos (04 Jan 2018) # Multiple build issues (

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread M. J. Everitt
On 04/01/18 11:36, M. J. Everitt wrote: > On 04/01/18 11:21, David Seifert wrote: >> On Thu, 2018-01-04 at 10:43 +, M. J. Everitt wrote: >>> On 04/01/18 10:23, Pacho Ramos wrote: El mié, 03-01-2018 a las 17:13 +0100, Ulrich Müller escribió: > Split off functions preserve_old_lib and pr

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread M. J. Everitt
On 04/01/18 11:21, David Seifert wrote: > On Thu, 2018-01-04 at 10:43 +, M. J. Everitt wrote: >> On 04/01/18 10:23, Pacho Ramos wrote: >>> El mié, 03-01-2018 a las 17:13 +0100, Ulrich Müller escribió: Split off functions preserve_old_lib and preserve_old_lib_notify from eutils.ec

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread David Seifert
On Thu, 2018-01-04 at 10:43 +, M. J. Everitt wrote: > On 04/01/18 10:23, Pacho Ramos wrote: > > El mié, 03-01-2018 a las 17:13 +0100, Ulrich Müller escribió: > > > Split off functions preserve_old_lib and preserve_old_lib_notify > > > from > > > eutils.eclass into a dedicated preserve-libs.ecla

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread M. J. Everitt
On 04/01/18 10:23, Pacho Ramos wrote: > El mié, 03-01-2018 a las 17:13 +0100, Ulrich Müller escribió: >> Split off functions preserve_old_lib and preserve_old_lib_notify from >> eutils.eclass into a dedicated preserve-libs.eclass. These functions >> are rarely used and are independent of the rest o

Re: [gentoo-dev] [PATCH 1/2] preserve-libs.eclass: Split off preserve_old_lib from eutils.

2018-01-04 Thread Pacho Ramos
El mié, 03-01-2018 a las 17:13 +0100, Ulrich Müller escribió: > Split off functions preserve_old_lib and preserve_old_lib_notify from > eutils.eclass into a dedicated preserve-libs.eclass. These functions > are rarely used and are independent of the rest of eutils, therefore > moving them into thei