From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bcm2835/
Date: Sat, 26 Sep 2020 19:57:45 +0000 (UTC) [thread overview]
Message-ID: <1601149989.29bcf2cc9e550b5caddfa03ad4eebc3aaf280a00.chithanh@gentoo> (raw)
commit: 29bcf2cc9e550b5caddfa03ad4eebc3aaf280a00
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:53:09 2020 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:53:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bcf2cc
dev-libs/bcm2835: bump to 1.68, respect user-specified AR
Closes: https://bugs.gentoo.org/show_bug.cgi?id=722956
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo.org>
dev-libs/bcm2835/Manifest | 1 +
dev-libs/bcm2835/bcm2835-1.68.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-libs/bcm2835/Manifest b/dev-libs/bcm2835/Manifest
index ae4a32be92e..b82046eefb1 100644
--- a/dev-libs/bcm2835/Manifest
+++ b/dev-libs/bcm2835/Manifest
@@ -1,2 +1,3 @@
DIST bcm2835-1.52.tar.gz 258007 BLAKE2B b681617352ee0239c9c4effb5a5e161b2c409514d08e0d60d35e9bb58126f2a00bb9ab1a7f767db4c68a28eab4432f1f8908d5a4372b5b1c05f6f979f27c036d SHA512 5a6c608ed10169b0bcf9dab91dc0193b9fd16814c5c6bb18ea242b36ac803e56c49147721ed48c83ff72892683be6032f2e85bcc76dae523e5d79a5ae52f5154
DIST bcm2835-1.57.tar.gz 262233 BLAKE2B 618a6089f773b874905ba8341eb42b6751355dc8607c51957b6020a0d484734ef5ea4e49a6086ba25cc820c57cb077f292654fdc4eeb1b293746f9cbb83ca462 SHA512 0af59c22869511465a9fdcc384d7456f04bec06a1480e0575b7756628f0ecc72648974a9ace7a46df257b0fd45a117c89c430c3e97d214081d038cbaef398821
+DIST bcm2835-1.68.tar.gz 272796 BLAKE2B d848e901b1b3a51712009e3fbf00c43f870fd6c28812be710276620f80c4173e92529891e53ec02e2076069a5da8ba7190f8dcc620ce4a843773cb85622dd830 SHA512 bdc91af8f28755899611d41cf954c9b2ca107befe984b79ee6fe23b66bbb7f50e746e084c3e431b1b0cdf1b0735cec8a54018ebf12b713380e5db97e3564f477
diff --git a/dev-libs/bcm2835/bcm2835-1.68.ebuild b/dev-libs/bcm2835/bcm2835-1.68.ebuild
new file mode 100644
index 00000000000..454774b9bb6
--- /dev/null
+++ b/dev-libs/bcm2835/bcm2835-1.68.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides access to GPIO and other IO functions on the Broadcom BCM2835"
+HOMEPAGE="https://www.airspayce.com/mikem/bcm2835/"
+SRC_URI="https://www.airspayce.com/mikem/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm"
+IUSE="doc examples"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+src_install() {
+ use doc && HTML_DOCS=( doc/html/. )
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ default
+}
+
+src_compile() {
+ emake AR="$(tc-getAR)"
+}
next reply other threads:[~2020-09-26 19:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 19:57 Chí-Thanh Christopher Nguyễn [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-21 20:13 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bcm2835/ Chí-Thanh Christopher Nguyễn
2025-02-21 20:09 Chí-Thanh Christopher Nguyễn
2022-12-20 21:00 Chí-Thanh Christopher Nguyễn
2022-07-27 20:10 David Seifert
2022-07-27 20:10 David Seifert
2020-09-26 19:58 Chí-Thanh Christopher Nguyễn
2018-08-28 23:46 Chí-Thanh Christopher Nguyễn
2018-08-28 23:46 Chí-Thanh Christopher Nguyễn
2017-08-30 6:26 David Seifert
2015-10-21 0:30 Chí-Thanh Christopher Nguyễn
2015-10-21 0:30 Chí-Thanh Christopher Nguyễn
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=1601149989.29bcf2cc9e550b5caddfa03ad4eebc3aaf280a00.chithanh@gentoo \
--to=chithanh@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