Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 0/2] New revisions of PHP extension eclasses
Date: Wed, 01 Jun 2016 16:54:02
Message-Id: 1464800018-25873-1-git-send-email-mjo@gentoo.org
1 I've tried to keep these two new revisions mostly compatible with the
2 old ones. I performed some code cleanup, but nothing that should
3 affect users too badly (all updates should be trivial and make your
4 ebuilds smaller).
5
6 Most of the meat is in php-ext-source-r3.eclass. The other eclass simply
7 inherits that one. A migration guide for users can be found at,
8
9 https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide
10
11 Michael Orlitzky (2):
12 php-ext-source-r3.eclass: new revision supporting EAPI=6.
13 php-ext-pecl-r3.eclass: new revision supporting EAPI=6.
14
15 eclass/php-ext-pecl-r3.eclass | 93 ++++++++++
16 eclass/php-ext-source-r3.eclass | 387 ++++++++++++++++++++++++++++++++++++++++
17 2 files changed, 480 insertions(+)
18 create mode 100644 eclass/php-ext-pecl-r3.eclass
19 create mode 100644 eclass/php-ext-source-r3.eclass
20
21 --
22 2.7.3

Replies