public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
Date: Thu, 12 Nov 2020 07:51:57 +0000 (UTC)	[thread overview]
Message-ID: <1605167508.6c2dc5c1486bb04299804a4d923948d983d9f54a.juippis@gentoo> (raw)

commit:     6c2dc5c1486bb04299804a4d923948d983d9f54a
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Nov  6 07:45:37 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 07:51:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2dc5c1

dev-embedded/avra: bump to 1.4.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-embedded/avra/Manifest          |  1 +
 dev-embedded/avra/avra-1.4.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-embedded/avra/Manifest b/dev-embedded/avra/Manifest
index 6a1d977193d..6f1901a20c6 100644
--- a/dev-embedded/avra/Manifest
+++ b/dev-embedded/avra/Manifest
@@ -1 +1,2 @@
 DIST avra-1.4.1.tar.gz 386055 BLAKE2B 64bf96e6fac6e04869e94ae2cac81fc0c67f871abc2ad0e2728bf5530f53e8ff9ce9e0119edfc8d39187ca2e8e5a58922aa0e8d0ea7d91b730965fef365c0c25 SHA512 2ee5edb6f8b2a39d1197970121ce3313f99b2137c590ab963f6943958d3a761f4bb37b80d54f727e1a4a4afc62ea4ac576af9ef85a71f741739a6ce4a60a9a1c
+DIST avra-1.4.2.tar.gz 392445 BLAKE2B 6b556583838e0e5bef0207f7291da7c5e6dad01e695d9592b3de8f528bc7a5dafc3015f75934bcc8f9e0b6baca39ff0ae13c88ee290e657868bbb522d27da068 SHA512 f51a43b1b28102d6180ce27e74b50642de8f3d18fa35a82904fddaac993e87e1096667f2245bebfad92e4ba3283330f6ac4b6083e486be5af9edca7b7e90e56f

diff --git a/dev-embedded/avra/avra-1.4.2.ebuild b/dev-embedded/avra/avra-1.4.2.ebuild
new file mode 100644
index 00000000000..0278a2c6bc5
--- /dev/null
+++ b/dev-embedded/avra/avra-1.4.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}
+}


             reply	other threads:[~2020-11-12  7:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  7:51 Joonas Niilola [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
2024-08-30 15:31 Jakov Smolić
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
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=1605167508.6c2dc5c1486bb04299804a4d923948d983d9f54a.juippis@gentoo \
    --to=juippis@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