public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/stm32flash/
Date: Tue,  7 Nov 2017 12:27:25 +0000 (UTC)	[thread overview]
Message-ID: <1510057593.78a851d9ce594559953042e796f5fce10a2b48de.jer@gentoo> (raw)

commit:     78a851d9ce594559953042e796f5fce10a2b48de
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 12:26:16 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 12:26:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a851d9

dev-embedded/stm32flash: Initial commit.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-embedded/stm32flash/Manifest              |  1 +
 dev-embedded/stm32flash/metadata.xml          |  8 ++++++++
 dev-embedded/stm32flash/stm32flash-0.5.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-embedded/stm32flash/Manifest b/dev-embedded/stm32flash/Manifest
new file mode 100644
index 00000000000..5fc3e704eda
--- /dev/null
+++ b/dev-embedded/stm32flash/Manifest
@@ -0,0 +1 @@
+DIST stm32flash-0.5.tar.gz 41087 SHA256 97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306 SHA512 a01875a315d92d5e347372b736f2afa2f633851bf13af1326341c0c91e17cef54b6730ed1279280e86d3797033c856dfc25e8c595e010772b9287aaf965273f9 WHIRLPOOL 2fd964fd3bf4799e0eb737e44f0669eac7f766d1811d29c3fa22b17cf6028431e48bae434aae3a2c3862d61e77c07686e2b8ef2374fd759824af8553cbfc9ad1

diff --git a/dev-embedded/stm32flash/metadata.xml b/dev-embedded/stm32flash/metadata.xml
new file mode 100644
index 00000000000..a8fb4331294
--- /dev/null
+++ b/dev-embedded/stm32flash/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>jer@gentoo.org</email>
+<name>Jeroen Roovers</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-embedded/stm32flash/stm32flash-0.5.ebuild b/dev-embedded/stm32flash/stm32flash-0.5.ebuild
new file mode 100644
index 00000000000..c1e17f12ab3
--- /dev/null
+++ b/dev-embedded/stm32flash/stm32flash-0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Open source flash program for STM32 using the ST serial bootloader"
+HOMEPAGE="https://sourceforge.net/projects/stm32flash/"
+SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+	default
+	tc-export CC
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1
+}


             reply	other threads:[~2017-11-07 12:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 12:27 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-30 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/stm32flash/ Joonas Niilola
2021-09-30 12:37 Joonas Niilola
2023-02-26 20:45 Sven Wegener

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=1510057593.78a851d9ce594559953042e796f5fce10a2b48de.jer@gentoo \
    --to=jer@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