summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-embedded/cpik: Drop old using qtcore:4Andreas Sturmlechner2018-04-082-40/+0
| | | | | Closes: https://bugs.gentoo.org/644402 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-embedded/cpik: 0.7.4_p4 version bump, use qtcore:5, fix GCC-6Andreas Sturmlechner2018-04-083-0/+59
| | | | | | | Thanks-to: Thomas Posch <bugs.gentoo.org@online.posch.name> Bug: https://bugs.gentoo.org/644402 Closes: https://bugs.gentoo.org/639554 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-embedded/esptool: Take over maintainershipM. J. Everitt2018-04-051-1/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-embedded/libftdi: stable 0.20-r1 for ppc64, bug #648136Sergei Trofimovich2018-04-031-1/+1
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-embedded/esptool: Version bump to 2.3.1Manuel Rüger2018-03-202-0/+30
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-embedded/esptool: add ~arm, bug #634056Markus Meier2018-03-151-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-embedded/mcu8051ide: Update maintainer due to bug #85210Pacho Ramos2018-03-101-3/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-embedded/sdcc: amd64 stable wrt bug #648138Agostino Sarubbo2018-03-071-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* dev-embedded/libftdi: amd64 stable wrt bug #648136Agostino Sarubbo2018-03-071-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* dev-embedded/arduino: bump to 1.8.5Virgil Dupras2018-03-066-1/+272
| | | | | | | | | | | | | | | | This is a major rewrite for a major bump. As we can see in the bug referred below, a *lot* of work can be poured into this ebuild but we can also see that having too large a scope makes us never bump. Thus, I opted for a bump that didn't widen the scope of the v1.0.5 ebuild. We can always improve upon this ebuild later. This work is strongly inspired by maurerpe's fine work at https://github.com/maurerpe/arduino-overlay/tree/master/dev-embedded/arduino-ide but I scaled down the unbundling effort for simplicity's sake. Closes: https://bugs.gentoo.org/525882 Closes: https://github.com/gentoo/gentoo/pull/7166 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/arduino-listserialportsc: add packageVirgil Dupras2018-03-063-0/+53
| | | | | | | | | | Needed for bumping dev-embedded/arduino to 1.8.5. Mostly snatched from maurerpe's fine work at https://github.com/maurerpe/arduino-overlay/blob/master/dev-embedded/listserialportsc Bug: https://bugs.gentoo.org/525882 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/arduino-builder: add packageVirgil Dupras2018-03-064-0/+113
| | | | | | | | | | | This package is needed for the bump to dev-embedded/arduino to 1.8.5. Mostly based on maurerpe's fine work at https://github.com/maurerpe/arduino-overlay/tree/master/dev-embedded/arduino-builder but with a "vendor" approach to golang dependencies. Bug: https://bugs.gentoo.org/525882 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/arduino-ctags: new packageVirgil Dupras2018-03-063-0/+48
| | | | | | | | | This package is needed for the bump of dev-embedded/arduino to 1.8.5. It uses its own private fork of ctags and when using dev-util/ctags, arduino produces non-functioning executables. Bug: https://bugs.gentoo.org/525882 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/openocd: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* dev-embedded/libftd2xx: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* dev-embedded/esptool: x86 keyworded (bug #634056)Thomas Deutschmann2018-01-091-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-071-2/+2
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/openocd: Clean old upMichał Górny2017-12-317-512/+0
|
* dev-embedded/openocd: [QA] Port to git-r3David Seifert2017-12-257-34/+26
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/bitbake: [QA] Port to git-r3David Seifert2017-12-252-12/+12
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/libftdi: [QA] Run cmake-utils_src_prepareDavid Seifert2017-12-255-17/+17
| | | | | Closes: https://bugs.gentoo.org/640204 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.8.1Johannes Huber2017-12-242-81/+0
| | | | | | Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.8.0Johannes Huber2017-12-242-81/+0
| | | | | | Uses deprecated EAPI 4. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.7.1Johannes Huber2017-12-243-105/+0
| | | | | | Uses deprecated EAPI 4. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.7.0Johannes Huber2017-12-242-74/+0
| | | | | | Uses deprecated EAPI 2. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.6.8Johannes Huber2017-12-242-78/+0
| | | | | | Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.6.4Johannes Huber2017-12-242-77/+0
| | | | | | Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/avr-libc: Remove 1.6.2Johannes Huber2017-12-242-77/+0
| | | | | | Uses deprecated EAPI 0. Superseded by 2.0.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/dfu-programmer: Remove 0.7.2 (r0)Johannes Huber2017-12-241-43/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/esptool: Version bump to 2.2Manuel Rüger2017-12-232-0/+30
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-embedded/dfu-programmer: arm stable, bug #633778Markus Meier2017-12-231-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-embedded/esptool-2.1-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/634016
* dev-embedded/gputils-1.5.0-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/629936
* dev-embedded/dfu-programmer: amd64 stableJason Zaman2017-12-151-1/+1
| | | | | Gentoo-bug: 633778 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-embedded/stlink: Fix multilib-strict error, bug #630932Sven Wegener2017-12-103-0/+55
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 Closes: https://bugs.gentoo.org/630932
* dev-embedded/*: Update Manifest hashesMichał Górny2017-12-0969-151/+151
|
* dev-embedded/mcu8051ide: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-5/+5
|
* dev-embedded/icdprog: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-3/+5
|
* dev-embedded/esptool: remove 2.0.1Michael Palimaka2017-11-252-30/+0
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-embedded/libftdi: Fix dev-libs/confuse dependency.Jeroen Roovers2017-11-223-4/+78
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-embedded/esptool: UnmaintainManuel Rüger2017-11-211-4/+1
| | | | Package-Manager: Portage-2.3.15, Repoman-2.3.6
* dev-embedded/stm32flash: Initial commit.Jeroen Roovers2017-11-073-0/+34
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-embedded/pk2cmd: remove unused patchMichael Mair-Keimberger2017-11-041-17/+0
|
* dev-embedded/avr-libc: stable 2.0.0 for amd64, bug #620316 (thanks to ↵Sergei Trofimovich2017-10-301-1/+1
| | | | | | | Richard Kenney) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="amd64"
* dev-embedded/avr-libc: drop all keywords except amd64, bug #620316Sergei Trofimovich2017-10-308-16/+40
| | | | | | | | | | | | | | | | | | | | | | | dev-embedded/avr-libc is not installable as-is on any ARCH gentoo currently supports. It should have been a KEYWORDS=avr but there is no ARCH=avr profiles (at least yet). To explain meaning of KEYWORDS let's look at a concrete example: When cross-toolchain is installed with crossdev as 'crossdev -t avr' on ia64 (as an example ARCH without existing KEYWORDS) crossdev injects the following 'package.keywords': cross-avr/avr-libc * ~* -ia64 -~ia64 (as 'man 5 portage' says:) * package is visible if it is stable on any architecture ~* package is visible if it is in testing on any architecture Basically we need something (anything) in KEYWORDS to act as a bearer of stable/unstable sign. Let it be amd64. Bug: https://bugs.gentoo.org/620316 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-embedded/avra: Removed proxied maintainerJonas Stein2017-10-291-8/+1
| | | | | | Removed proxied maintainer due to inactivity. Closes: https://bugs.gentoo.org/633094 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-embedded/gputils: x86 stable (bug #629936)Thomas Deutschmann2017-10-261-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-embedded/dfu-programmer: Remove 0.6.2Johannes Huber2017-10-082-44/+0
| | | | | | | Uses deprecated EAPI 4. Closes: https://github.com/gentoo/gentoo/pull/5887 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-embedded/dfu-programmer: Remove 0.6.1Johannes Huber2017-10-082-44/+0
| | | | | | Uses deprecated EAPI 4. Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-embedded/dfu-programmer: Remove 0.5.4 (r1)Johannes Huber2017-10-083-52/+0
| | | | | | Uses deprecated eclass base and EAPI 4. Package-Manager: Portage-2.3.11, Repoman-2.3.3