Split version into sane and excessive parts.
authorgdt <gdt>
Tue, 20 Mar 2012 23:38:26 +0000 (23:38 +0000)
committergdt <gdt>
Tue, 20 Mar 2012 23:38:26 +0000 (23:38 +0000)
commitd422ea09f0de995ff0a8540ae87db0ee66b2776b
treeaae37b4070ab121b290562754e65df43b6384210
parenta0fae75e6f4b8a3f18fe0f3a685f4f4175fa3192
Split version into sane and excessive parts.

Upstream's version is 0.6.0.X, where X appears to be a large integer
in decimal that corresponds to a git sha1 has.  Such large numbers
violate the assumption, true with just about every previous package,
that version number components will fit in an int --- code that
handles version numbers does not use a multiprecision integer library
like gmp.  To address this, split the version into what would have
been the version under normal procedures (0.6.0), and put the bignum
into ${VERSION_EXCESSIVE}, allowing it be used in DISTNAME but not
PKGNAME.
security/py-cryptopp/Makefile