diff options
author | David Seifert <soap@gentoo.org> | 2020-09-16 15:52:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-16 15:52:17 +0200 |
commit | c8f2fe3cf9deb634c3651cd67c42d0cdd55d6513 (patch) | |
tree | fec219aad60312844f6fb1d78d340e7bd3b03214 /dev-embedded/avarice/avarice-2.14.ebuild | |
parent | app-i18n/xcin: Fix MissingSlotDep (diff) | |
download | gentoo-c8f2fe3cf9deb634c3651cd67c42d0cdd55d6513.tar.gz gentoo-c8f2fe3cf9deb634c3651cd67c42d0cdd55d6513.tar.bz2 gentoo-c8f2fe3cf9deb634c3651cd67c42d0cdd55d6513.zip |
dev-embedded/avarice: Version bump to 2.14
Bug: https://bugs.gentoo.org/597138
Bug: https://bugs.gentoo.org/729708
Bug: https://bugs.gentoo.org/742170
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-embedded/avarice/avarice-2.14.ebuild')
-rw-r--r-- | dev-embedded/avarice/avarice-2.14.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-embedded/avarice/avarice-2.14.ebuild b/dev-embedded/avarice/avarice-2.14.ebuild new file mode 100644 index 000000000000..99ecdf5b2e24 --- /dev/null +++ b/dev-embedded/avarice/avarice-2.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Interface for GDB to Atmel AVR JTAGICE in circuit emulator" +HOMEPAGE="http://avarice.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( "${FILESDIR}"/${P}-broken-__unused-macro.patch ) + +src_install() { + default + dodoc doc/*.txt +} |