Gentoo Archives: gentoo-dev

From: "Andreas K. Huettel" <dilfridge@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] depend.apache.eclass: fix for EAPI=6
Date: Wed, 07 Dec 2016 20:59:48
Message-Id: 201612072159.35208.dilfridge@gentoo.org
In Reply to: [gentoo-dev] [PATCH] depend.apache.eclass: fix for EAPI=6 by Doug Freed
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA512
3
4 Am Mittwoch, 7. Dezember 2016, 04:10:26 schrieb Doug Freed:
5 > This also fixes various other code smells. I wrote this back in the start
6 > of October, and never got around to sending it to the list for review. A
7 > note: given how extensively this patch changes the eclass, it is suggested
8 > that it actually become depend.apache-r1 and only support EAPI=6, and the
9 > EAPI=6 ebuilds that presently inherit depend.apache can inherit this
10 > instead. ---
11 > eclass/depend.apache.eclass | 156
12 > ++++++++++++++++++++++++++------------------ 1 file changed, 93
13 > insertions(+), 63 deletions(-)
14
15
16 Hi Doug,
17
18 I like it, actually more than my version- with one exception... if we do a
19 step with EAPI, we should be able to get this done without the -r1 mess.
20
21 I'll try to whip up something reasonably elegant based on your patch...
22
23 Cheers, Andreas
24
25 - --
26
27 Andreas K. Huettel
28 Gentoo Linux developer
29 dilfridge@g.o
30 http://www.akhuettel.de/
31
32 -----BEGIN PGP SIGNATURE-----
33 Version: GnuPG v2
34
35 iQKTBAEBCgB9FiEEwo/LD3vtE3qssC2JpEzzc+fumeQFAlhIeDJfFIAAAAAALgAo
36 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMy
37 OEZDQjBGN0JFRDEzN0FBQ0IwMkQ4OUE0NENGMzczRTdFRTk5RTQACgkQpEzzc+fu
38 meRCdw//cK3kgJ7sW93RF2jjiOX62H5pdlwwnL/dF5l+s8QZzdvyG/E91g6Oc+OA
39 cLX7xX+EWi3fAkezWtpbQaFxDPpjbaLOWGwtv1+Y4OLra26AbSD5zbfWHyEgT5oC
40 yfBgPlFfc7BB81T6j7/dhiI8whzjBCieHDNs4Qbyviid6lm/PlGUwxf4sVp/IztM
41 +iiAJPjBxpuVmv/CHMU6JPHVGbBmriVTQg/xK2maBMFaaJ2JDZREjXQi4KOQpPwH
42 3jMJ4ve+wf7dOHhXKH8YpkTyOBOkiJZ2epJDCb2Y+0K87Gr5mAWS/0scgURSS+C/
43 lAyN+7ryGcb98F0VyOGzLNsZKWQWpioWT07fhLh0sUTSHDb286ZuyBMh2omcnxzS
44 nfkX4tTE8dScf04HyGnBEgO+/6BloDqBfPMRTZnMr61mlk3GPj2kVJX2lbRAM6Q6
45 mKFCsUxGV3WQE+XHRmyv8Wlx2iQezI2zV0/coHfZty3ECbBqddTElifsYiMdTOLz
46 3i/mfNuMSfHX+n79XMBZ6wf3kE0CJh1MJxO5m8PHoqQJAdV0j86ruCDjVBErYvlf
47 JMtxeYyykHqObg7zS2P7Ki/Ok6yvEJkXeDK/xuxexShHCGStEbE29Ocfs1epkPlW
48 4tD73WcRgOEgGMjj1ja6700KoKa1gPy3XkpsuYc8vA/13o2ShHw=
49 =pxVu
50 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-dev] [PATCH] depend.apache.eclass: fix for EAPI=6 Michael Orlitzky <mjo@g.o>