Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Uppercase characters in package names
Date: Sat, 03 Dec 2016 06:48:38
Message-Id: robbat2-20161203T063959-173000338Z@orbis-terrarum.net
In Reply to: Re: [gentoo-dev] Uppercase characters in package names by Walter Dnes
1 On Sat, Dec 03, 2016 at 01:04:17AM -0500, Walter Dnes wrote:
2 > On Fri, Dec 02, 2016 at 09:49:59PM -0600, William Hubbs wrote
3 > >
4 > > So, should we clean up / rename packages that do not follow this as we
5 > > find them, like my ConfigArgParse example?
6 >
7 > find /usr/portage -name *.ebuild | grep [A-Z] | sed "s/-[0-9].*//" | sort -u > upper.txt
8
9 There's a double-packaged case that stands out:
10 dev-python/shapely
11 sci-libs/Shapely
12 (Both use the same pypi source)
13
14 --
15 Robin Hugh Johnson
16 Gentoo Linux: Dev, Infra Lead, Foundation Trustee & Treasurer
17 E-Mail : robbat2@g.o
18 GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
19 GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136

Replies

Subject Author
Re: [gentoo-dev] Uppercase characters in package names Mike Gilbert <floppym@g.o>