summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2018-08-12 17:18:19 +0000
committerLuca Barbato <lu_zero@gentoo.org>2018-08-12 17:18:30 +0000
commitb000ef6020a024e19c89d0dba267abcb4b0b48a7 (patch)
tree4444ae3aa6418c12bf5e612c0a4117fd5b54218e /sys-libs/librtas/librtas-2.0.2.ebuild
parentgames-emulation/hatari: fixes build with new caps (diff)
downloadgentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.tar.gz
gentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.tar.bz2
gentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.zip
sys-libs/librtas: Version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/librtas/librtas-2.0.2.ebuild')
-rw-r--r--sys-libs/librtas/librtas-2.0.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
new file mode 100644
index 000000000000..8c9ae20cdd30
--- /dev/null
+++ b/sys-libs/librtas/librtas-2.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+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="IBM"
+SLOT="0"
+KEYWORDS="~ppc ~ppc64"
+IUSE=""
+
+DOCS="README"
+
+src_prepare() {
+ eapply_user
+
+ eautoreconf
+}