Overview
Comment: | Revert to using the custom Tcl package index that only contains the used subset of Eagle core library packages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c71c380df17086af640c20e12b2b6e47 |
User & Date: | mistachkin on 2018-07-30 06:01:33 |
Other Links: | manifest | tags |
Context
2018-08-11
| ||
20:47 | Updates for Eagle beta 43 from upstream. check-in: 403ea61585 user: mistachkin tags: trunk | |
2018-07-30
| ||
06:01 | Revert to using the custom Tcl package index that only contains the used subset of Eagle core library packages. check-in: c71c380df1 user: mistachkin tags: trunk | |
05:57 | Updates for Eagle beta 42 from upstream. check-in: 7ebcec13b1 user: mistachkin tags: trunk | |
Changes
Modified externals/Eagle/lib/Eagle1.0/pkgIndex.tcl from [1f583fa317] to [1d7f53d54e].
︙ | ︙ | |||
16 17 18 19 20 21 22 | if {![package vsatisfies [package provide Tcl] 8.4]} {return} if {[string length [package provide Eagle]] > 0} then {return} package ifneeded Eagle.Auxiliary 1.0 \ [list source [file join $dir auxiliary.eagle]] | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 16 17 18 19 20 21 22 23 24 25 26 27 | if {![package vsatisfies [package provide Tcl] 8.4]} {return} if {[string length [package provide Eagle]] > 0} then {return} package ifneeded Eagle.Auxiliary 1.0 \ [list source [file join $dir auxiliary.eagle]] package ifneeded Eagle.File 1.0 \ [list source [file join $dir file1.eagle]] package ifneeded Eagle.Platform 1.0 \ [list source [file join $dir platform.eagle]] |
Modified externals/Eagle/lib/Eagle1.0/pkgIndex.tcl.asc from [a7e7f417d3] to [6f5d63435c].
1 2 3 4 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository iQIcBAABCAAGBQJXzk3OAAoJEFAslq9JXcLZtWcP/RDMF0wvKLmOGGvcR4lOOGRM UbVptfn+AuY9+BDmTo1bbQxvotamBnaVcxldaYqHvks12VJzsB5rARjSiej6u0uC 0UGnAUbpL7WxJGRTAoTGHXAwSEpx2yrMf7vZiZ9G6Nr6t6AQxfVu55gVvr+stqcs C5TK6b9IRjXrca/Gg79MTxlpaMWUSoPrZ0IfS+eoKM7TWKRVCRi09g0sv4K6D2c4 bydwbTY2xhkBnABbJdSSq4c7NeGdSVm268Nyz0V5DyY7lYmgodrlrux52cGigcu2 EFdsVVd6AIeV2cCEOPZ9g254HuJJ7oWrf+88aTJTdzNqMiNBFv1RZK/QiP+e6Nlx yDofzdr7Iu8SXL32EnSmUX5j9SdqWmbfghgoFaYIP8rXZI+uCdEB+L8BSld4Q73X hR35QpSWf4r/+SFDW395bvFElvP/vfvvl/P94g/Nzc2vkhQNJ/CTevJpm8yKgr0U OoVUatKNJ5imEpSLnGsCVfjMAyVSxOB+YLmBA6LdPzij6hdFc9jOfQnT6I5JoiTj ZiClFLxHe5Xe+xkEzNSUWIWxM+XMSsMTYGNH5oTkIxzWzDjCYpWKU1tHyOVOvVC8 GYTfsrac6QdAOFAzaZO0axZXArfASvSMCCHfkK4Ph3ftFlGyMTAGydnHFGIVSYHq Z8d40/inBAl9lWDrLQsA =goiI -----END PGP SIGNATURE----- |