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
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')
-rw-r--r--sys-libs/librtas/Manifest1
-rw-r--r--sys-libs/librtas/librtas-2.0.2.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index 2f7dc57cfa5d..ad614ec05c12 100644
--- a/sys-libs/librtas/Manifest
+++ b/sys-libs/librtas/Manifest
@@ -1,3 +1,4 @@
DIST librtas-1.3.13.tar.gz 90959 BLAKE2B 03ca39e9c3e0e7ff8c1de864f1e4e08a9f3cefa8b062eb1fecdb6e5a21e09948b9889f85a95478265982fa25acce923980a65b92dce8506babda1c6f802d79d6 SHA512 1cd0dec624aff2fdf3e851913246d89a98c94c09ab9fe3ca80c3fca53a5d6ca5589e0680216c3722560e5701827b52a283ddefe7ab04228b352f5535f63a85c1
DIST librtas-1.3.6.tar.gz 83828 BLAKE2B 3ef68a980a060e3a882007244b8ee13f0164c304eed1c98b34a0559c84a52641201001a4505d5afa4286248484a18a6d35d3ec0b0a42d263e0cbd740198c0422 SHA512 f81271cf524218395c488aee6625b9f39c9acb81d7c109ca0dec9c7349ad013a6eb17e5324cc5243caf9f5c32b755831afd9bb74c6a2505ccc50d400734b26fa
DIST librtas-1.3.8.tar.gz 221684 BLAKE2B eed2bc5640271b59109a168e45b0a7c1531a2d2ff3a13ce84b527ea2ee12fd8802fae3b30f4b777f9235b20a33d69924904d7c6ea20ebbe2505880dfd94164a1 SHA512 bb68369a10f0fb35e8631dc440fe68bb02b13d971be420539bb3fc0d29328421702a43f489941e90b20bff35863269a0d8fd159f65a18467d22cea7cfeed2cd2
+DIST librtas-2.0.2.tar.gz 91627 BLAKE2B 1455af1af4a932fb81815ba67d1d1d8eeb0866bcf49fdcced622c1982121b5bb3ddeaf78f121a6540ec6c60d641991a87342713478a5be5232128db35d272059 SHA512 112d355bc486657289a186d9f1b8c576af55422f1527259a0cd680c07d6fa787aef2dc0cb6322721dc4aa1c5bd1de669f5c4d05e6a07de65262e9e3d4d0283c7
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
+}