From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
Date: Tue, 12 May 2020 10:01:29 +0000 (UTC) [thread overview]
Message-ID: <1589277687.5339f103bb8ca8ebd621b4d020b319c0ee91f18d.jer@gentoo> (raw)
commit: 5339f103bb8ca8ebd621b4d020b319c0ee91f18d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 09:59:56 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 12 10:01:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5339f103
sys-libs/librtas: EAPI=7 and other minor fixes
- EAPI=7
- Do not install static libraries by default
- Fix docdir
- Prune libtool files
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
sys-libs/librtas/librtas-2.0.2-r1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
new file mode 100644
index 00000000000..d366c246764
--- /dev/null
+++ b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
+HOMEPAGE="https://github.com/ibm-power-utilities/librtas"
+SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~ppc ~ppc64"
+IUSE="static-libs"
+
+DOCS="README"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install docdir=/usr/share/doc/${PF}
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-05-12 10:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-12 10:01 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-20 6:23 [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/ Arthur Zamarin
2023-12-19 20:09 Arthur Zamarin
2022-09-19 23:26 Georgy Yakovlev
2022-09-19 23:26 Georgy Yakovlev
2022-09-19 23:26 Georgy Yakovlev
2021-11-15 0:41 Georgy Yakovlev
2020-12-10 12:30 Fabian Groffen
2020-12-09 19:53 Fabian Groffen
2020-11-11 7:36 Georgy Yakovlev
2020-11-11 7:36 Georgy Yakovlev
2020-11-11 7:36 Georgy Yakovlev
2020-05-12 10:08 Jeroen Roovers
2018-12-01 12:48 Jeroen Roovers
2018-09-14 5:56 Matt Turner
2018-09-13 3:42 Matt Turner
2018-08-12 17:19 Luca Barbato
2015-11-15 21:08 Manuel Rüger
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=1589277687.5339f103bb8ca8ebd621b4d020b319c0ee91f18d.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