From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
Date: Fri, 30 Aug 2024 15:31:32 +0000 (UTC) [thread overview]
Message-ID: <1725031455.e24947ea8effb11cd32d445e5a9bde794b9a85ff.jsmolic@gentoo> (raw)
commit: e24947ea8effb11cd32d445e5a9bde794b9a85ff
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 15:24:15 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 15:24:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24947ea
dev-embedded/avra: update EAPI 7 -> 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-embedded/avra/avra-1.4.2-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-embedded/avra/avra-1.4.2-r1.ebuild b/dev-embedded/avra/avra-1.4.2-r1.ebuild
new file mode 100644
index 000000000000..b9203427a9b2
--- /dev/null
+++ b/dev-embedded/avra/avra-1.4.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Atmel AVR Assembler"
+HOMEPAGE="https://github.com/hsoft/avra"
+SRC_URI="https://github.com/hsoft/avra/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ PREFIX=/usr \
+ CFLAGS="${CFLAGS} \$(CDEFS)" \
+ LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${ED}" install
+ dodoc {AUTHORS,CHANGELOG.md,README.md,USAGE.md}
+}
next reply other threads:[~2024-08-30 15:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-30 15:31 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/ Jakov Smolić
2024-10-06 10:49 Sam James
2022-03-26 0:01 Sam James
2022-03-25 19:41 Jakov Smolić
2021-02-17 9:37 David Seifert
2020-12-16 22:36 Sam James
2020-12-13 21:45 Thomas Deutschmann
2020-11-12 7:51 Joonas Niilola
2020-11-12 7:51 Joonas Niilola
2020-11-12 7:51 Joonas Niilola
2019-07-05 19:05 Virgil Dupras
2019-05-19 1:55 Virgil Dupras
2019-05-19 1:55 Virgil Dupras
2019-04-24 20:19 Virgil Dupras
2019-03-30 16:18 Virgil Dupras
2019-03-30 16:18 Virgil Dupras
2019-02-26 21:05 Virgil Dupras
2019-02-26 21:05 Virgil Dupras
2017-10-29 15:38 Jonas Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725031455.e24947ea8effb11cd32d445e5a9bde794b9a85ff.jsmolic@gentoo \
--to=jsmolic@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox