* [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
[not found] <1445349710.a68f2479fba9422913cb760166316bf489d72ca8.vapier@gentoo>
@ 2015-10-20 23:25 ` hasufell
2015-10-21 7:26 ` Mikle Kolyada
2015-10-21 17:21 ` Ciaran McCreesh
0 siblings, 2 replies; 6+ messages in thread
From: hasufell @ 2015-10-20 23:25 UTC (permalink / raw
To: Mike Frysinger; +Cc: gentoo-dev
On 10/20/2015 04:02 PM, Mike Frysinger wrote:
> commit: a68f2479fba9422913cb760166316bf489d72ca8
> Author: Vincent Palatin <vpalatin <AT> chromium <DOT> org>
> AuthorDate: Tue Oct 20 14:01:34 2015 +0000
> Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
> CommitDate: Tue Oct 20 14:01:50 2015 +0000
> URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f2479
>
> dev-python/intelhex: new package from Chromium OS
>
> dev-python/intelhex/Manifest | 1 +
> dev-python/intelhex/intelhex-2.0.ebuild | 18 ++++++++++++++++++
> dev-python/intelhex/metadata.xml | 9 +++++++++
> 3 files changed, 28 insertions(+)
>
[...]
> +
> +EAPI="5"
> +
> +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
> +
> +inherit distutils-r1
> +
> +DESCRIPTION="Python library for Intel HEX files manipulations"
> +HOMEPAGE="http://pypi.python.org/pypi/IntelHex/ https://github.com/bialix/intelhex"
> +SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz"
> +
> +LICENSE="BSD"
> +SLOT="0"
> +KEYWORDS="*"
What does that KEYWORDS mean? Unless I read PMS wrong [0][1], this isn't
even allowed. And I don't see a single ebuild in the tree with that syntax.
Also, my package manager chokes on it. Repoman not, so that looks like a
bug.
[0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-260003.1.6
[1] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-690007.3.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
2015-10-20 23:25 ` [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ hasufell
@ 2015-10-21 7:26 ` Mikle Kolyada
2015-10-21 17:21 ` Ciaran McCreesh
1 sibling, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2015-10-21 7:26 UTC (permalink / raw
To: gentoo-dev
21.10.2015 02:25, hasufell пишет:
> On 10/20/2015 04:02 PM, Mike Frysinger wrote:
>> commit: a68f2479fba9422913cb760166316bf489d72ca8
>> Author: Vincent Palatin <vpalatin <AT> chromium <DOT> org>
>> AuthorDate: Tue Oct 20 14:01:34 2015 +0000
>> Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
>> CommitDate: Tue Oct 20 14:01:50 2015 +0000
>> URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f2479
>>
>> dev-python/intelhex: new package from Chromium OS
>>
>> dev-python/intelhex/Manifest | 1 +
>> dev-python/intelhex/intelhex-2.0.ebuild | 18 ++++++++++++++++++
>> dev-python/intelhex/metadata.xml | 9 +++++++++
>> 3 files changed, 28 insertions(+)
>>
> [...]
>
>> +
>> +EAPI="5"
>> +
>> +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
>> +
>> +inherit distutils-r1
>> +
>> +DESCRIPTION="Python library for Intel HEX files manipulations"
>> +HOMEPAGE="http://pypi.python.org/pypi/IntelHex/ https://github.com/bialix/intelhex"
>> +SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz"
>> +
>> +LICENSE="BSD"
>> +SLOT="0"
>> +KEYWORDS="*"
> What does that KEYWORDS mean? Unless I read PMS wrong [0][1], this isn't
> even allowed. And I don't see a single ebuild in the tree with that syntax.
>
> Also, my package manager chokes on it. Repoman not, so that looks like a
> bug.
>
>
> [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-260003.1.6
> [1] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-690007.3.2
>
As per commit message, it was imported from chromium os, AFAIR, they
have their own rules about how to write ebuilds, and of course our PMS
doesn't allow such things.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
2015-10-20 23:25 ` [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ hasufell
2015-10-21 7:26 ` Mikle Kolyada
@ 2015-10-21 17:21 ` Ciaran McCreesh
2015-10-21 17:32 ` Justin Lecher (jlec)
2015-10-21 18:15 ` hasufell
1 sibling, 2 replies; 6+ messages in thread
From: Ciaran McCreesh @ 2015-10-21 17:21 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
On Wed, 21 Oct 2015 01:25:53 +0200
hasufell <hasufell@gentoo.org> wrote:
> Also, my package manager chokes on it. Repoman not, so that looks
> like a bug.
s/Repoman/Portage/
Portage will quite happily let you specify KEYWORDS=":)".
--
Ciaran McCreesh
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
2015-10-21 17:21 ` Ciaran McCreesh
@ 2015-10-21 17:32 ` Justin Lecher (jlec)
2015-10-21 17:33 ` Justin Lecher (jlec)
2015-10-21 18:15 ` hasufell
1 sibling, 1 reply; 6+ messages in thread
From: Justin Lecher (jlec) @ 2015-10-21 17:32 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 21/10/15 19:21, Ciaran McCreesh wrote:
> On Wed, 21 Oct 2015 01:25:53 +0200 hasufell <hasufell@gentoo.org>
> wrote:
>> Also, my package manager chokes on it. Repoman not, so that
>> looks like a bug.
>
> s/Repoman/Portage/
>
> Portage will quite happily let you specify KEYWORDS=":)".
>
Lot's of ebuilds have "-*", which is the negation of what Mike set. So
why is that working but "*" not?
Justin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0
iQJ8BAEBCgBmBQJWJ8xAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0QUU0N0I4NzFERUI0MTJFN0EyODE0NUFF
OTQwMkE3OUIwMzUyOUEyAAoJEOlAKnmwNSmiAWMP/3BafTzLvjKl3ovDQF9RY74R
feZ73xa1UX6BpPaBzGqPG8p+5nlN+1aKrC0AkF/rfT1l46/GVGj9eQrCyMeMVUpb
lZG6XU40rozDeiYg1Gyg8TXIO1tARJEbs1dkYsAcKhZcNChlc2/m16fk37SkfBQk
wAL1qNCEJSmLe3+cIgTi46u+zoxaroYUKAlhiQp3PHeTBG2DXj+P5UN7IvwhHwHf
p23CJQVNZHnGC+SQ0Cn3rCdsPIIQx+V2iM/veJfrhIaofUEfSTzwZU2l6NhaOPNt
NUUH932oTOm8j6gqfJRBcdRoY9aG5wTWe2/3tcyIYwY9Z+2vltsVEWCZjKdDRErU
1TfGfo3KeP7oyTJ/cH70ea6tcuoeykD6mdUFIcq34qQ5dDzQxdbltP4jPjxym1vS
o588dfVHQeGs7yGl1lCAWtl8BH10BvNE0zdI8wP2X/buP6v2r1pbmzQmDuQRBNlI
vko/CSw1bHO1dj/L+wFWT+sschb/Gc9oBwknd7UGmdAeLlRxs1OD7eO9VbRL7AQU
Fp9xhae+pLAw1hd2ds/YCG5dPq4TLW4wTXQzTrwWPK3xajab4eea+/xER+V9EMx9
HRSumA0mdN8DRNg0N4yLm2iMYjV/zv4XhmTZuNxw3JBM1xzw2ovCt2EGxbfdWw//
x3wSoO287X/GAcVaGqv3
=OJI7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
2015-10-21 17:32 ` Justin Lecher (jlec)
@ 2015-10-21 17:33 ` Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2015-10-21 17:33 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 21/10/15 19:32, Justin Lecher (jlec) wrote:
> On 21/10/15 19:21, Ciaran McCreesh wrote:
>> On Wed, 21 Oct 2015 01:25:53 +0200 hasufell
>> <hasufell@gentoo.org> wrote:
>>> Also, my package manager chokes on it. Repoman not, so that
>>> looks like a bug.
>
>> s/Repoman/Portage/
>
>> Portage will quite happily let you specify KEYWORDS=":)".
>
>
> Lot's of ebuilds have "-*", which is the negation of what Mike set.
> So why is that working but "*" not?
>
> Justin
>
Reading PMS helps ;)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0
iQJ8BAEBCgBmBQJWJ8xoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0QUU0N0I4NzFERUI0MTJFN0EyODE0NUFF
OTQwMkE3OUIwMzUyOUEyAAoJEOlAKnmwNSmi5PsP/1Iqaux1VzlibKC7WRgmqayS
p2yuyPka8qH+q1XGQidMNaXLsGFhaK2+JUkZo8BqbjlsxhNOIPpme55qCUi1MQD1
nvPJuDZu3yvA96EZsNRpeDflqmY/hDs3SpZjP1Tk+25Oy5kzBi5keH2yjT7Vpsxx
ynR0q8zFChnB9URg9ahE5NgXmz36rCX2aK4mq7eNWbD6kqgz16bvXkzoHYnYLsl1
mSrYdMNy4g6LkEpgros9VVG8Pft6mxvsN0/X2R5O8RzsPYaQBT6lTGjlp2R1uHCG
FOc9JV1KR1E2TklbstN4szQYAWPdngyqCpl67XgxZ2q6LXmnjg/DlXaKokFXezvq
K/iz2drqZVXmWN1V6S5bHUhtrgqCG2Ja7ri+t84uaZK/MRZnhCs4l1RGE5A6uIAX
np0lmgeZ/lgmvSPlRAWA6cqHzofBTvBdjcOoDCkktvz0i8/k1CnDrxmlReRX7abv
X4VAuNPl0L1BJixuFW9LN6YVIb5uLpOpamgekpFRZADsB0eWZMWYEaMMkB0phngl
sN6xUkY0q7PP/RKL1nQZd9KMLr8k1WOgz3byp49cmagKkfDJSghm/cDctVxJU3lN
N0RvnTaD11j4DAs+ZhbVL173pz5hfeT90sJ72fc2HkgISRhVDxLGpFeEbawEkuNs
DndQxeE8y5Er8Rv60eAF
=f0Li
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/
2015-10-21 17:21 ` Ciaran McCreesh
2015-10-21 17:32 ` Justin Lecher (jlec)
@ 2015-10-21 18:15 ` hasufell
1 sibling, 0 replies; 6+ messages in thread
From: hasufell @ 2015-10-21 18:15 UTC (permalink / raw
To: gentoo-dev
On 10/21/2015 07:21 PM, Ciaran McCreesh wrote:
> On Wed, 21 Oct 2015 01:25:53 +0200
> hasufell <hasufell@gentoo.org> wrote:
>> Also, my package manager chokes on it. Repoman not, so that looks
>> like a bug.
>
> s/Repoman/Portage/
>
> Portage will quite happily let you specify KEYWORDS=":)".
>
Yes, this has to be fixed. Bug reports are here:
https://bugs.gentoo.org/show_bug.cgi?id=563702
https://bugs.gentoo.org/show_bug.cgi?id=563642
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-21 18:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1445349710.a68f2479fba9422913cb760166316bf489d72ca8.vapier@gentoo>
2015-10-20 23:25 ` [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ hasufell
2015-10-21 7:26 ` Mikle Kolyada
2015-10-21 17:21 ` Ciaran McCreesh
2015-10-21 17:32 ` Justin Lecher (jlec)
2015-10-21 17:33 ` Justin Lecher (jlec)
2015-10-21 18:15 ` hasufell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox