cdrom.eclass: Rename CDROM_NAME_SET array to CDROM_NAMES
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 16 Apr 2017 09:44:25 +0000 (10:44 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 27 Apr 2017 21:41:22 +0000 (22:41 +0100)
commitf9802e09d6f311ccc870beff6f166c51dc653aa8
tree38a603decff033aa661b51b05c82af37c474f389
parentbe4042eab201d448f6156ded1ea0a978e9290d89
cdrom.eclass: Rename CDROM_NAME_SET array to CDROM_NAMES

vapier seemed confused about what he wanted this variable to do as can
be seen in bug #139196. The eclass used it for the names of each disc,
regardless of the set, while ebuilds used it for the name of each
single-disc set. This was not helped by the fact that the set feature
has been totally undocumented. The former behaviour makes more sense
so let's rename the array to something less confusing.

This will not break ebuilds already using CDROM_NAME_SET. As they all
use just a single disc, they currently do not display the names given
in this variable anyway.
eclass/cdrom.eclass