Re: [gentoo-dev] Update skel.ebuild for EAPI 6

2016-01-30 Thread Ulrich Mueller
> On Fri, 29 Jan 2016, Dean Stephens wrote: >> Don't mention ancient EAPIs that are banned. > That is of debatable utility if overlay generalized, your patch > applies it overly generally. This is skel.ebuild in the gentoo repo, so the rules for the main tree apply. Overlay owners can maintai

[gentoo-dev] Remember to reassign bugs when taking a package

2016-01-30 Thread Pacho Ramos
I am seeing many packages that were moved to maintained-needed recently and, after that, adopted by new maintainers. The problem is that many of them forgot to reassign all the bugs to themselves after taking the packages, leaving the bugs forgotten in maintainer-needed alias until people there not

[gentoo-dev] [PATCH 1/1] php-pear-r1.eclass: add support for EAPI=6 and clean up the EAPI check.

2016-01-30 Thread Michael Orlitzky
The dev-lang/php dependency in php-pear-r1.eclass is calculated based on the EAPI. In newer EAPIs, we specify the "any slot" operator to avoid repoman warnings. Previously, the "any slot" operator was added only for EAPI=5; this commit adds it for EAPI=6. In addition, EAPIs 0, 1, 2, 3, and 4 are n