summaryrefslogtreecommitdiff
path: root/sys-libs/librtas
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /sys-libs/librtas
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'sys-libs/librtas')
-rw-r--r--sys-libs/librtas/Manifest3
-rw-r--r--sys-libs/librtas/librtas-2.0.2-r1.ebuild2
-rw-r--r--sys-libs/librtas/librtas-2.0.2.ebuild22
3 files changed, 2 insertions, 25 deletions
diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index 188e29578112..983059f04e8c 100644
--- a/sys-libs/librtas/Manifest
+++ b/sys-libs/librtas/Manifest
@@ -1,4 +1,3 @@
DIST librtas-2.0.2.tar.gz 91627 BLAKE2B 1455af1af4a932fb81815ba67d1d1d8eeb0866bcf49fdcced622c1982121b5bb3ddeaf78f121a6540ec6c60d641991a87342713478a5be5232128db35d272059 SHA512 112d355bc486657289a186d9f1b8c576af55422f1527259a0cd680c07d6fa787aef2dc0cb6322721dc4aa1c5bd1de669f5c4d05e6a07de65262e9e3d4d0283c7
-EBUILD librtas-2.0.2-r1.ebuild 662 BLAKE2B fb8702bd7bb5f7c780cee77945611f5cdd1b9ddf5a130cbbdf2121c291a04ce5a9e9615534957ddff98c1e0149685ec1d0e813f97121a5d97e0c7b9ed6943057 SHA512 b57277ff3a9fc6a33ae00bf594e3cbb372e085978449da2a87cc4ffaefc4ac3618d2a195e9d17cc9449bc9b376b13c1beb119b184f64c8f2e09e48867157ddbf
-EBUILD librtas-2.0.2.ebuild 497 BLAKE2B 803c54b2b4629223cb6d338011cff7a20cc6cc035027809a4f4232007652fc585c7141106c2242d985d54a77275dfd3e0f87ab9cad739dca56b82a72a3076566 SHA512 18eb31d06078293bfb79eed13af2ea6f3637141a852610fd25e5fe373eb2a6463d65ee92a03072bd137a2f9fa72a07f2f905439a7645b307e56664d05ac52922
+EBUILD librtas-2.0.2-r1.ebuild 660 BLAKE2B 6f13495c175c69cd2022607993d228467acba1d72efd7cfa3ec0812e79fb3f6be8d71221b0f810b23b42ba026cc7bc12beb1f4bc4267004e6e8073b51710c4d8 SHA512 685949a312c529fd6cef36a9f3e596f176e8340408ad8803ff00d29b65147e8d65fe62208e4659258c86ce629e23391e10f0d269c738ebc8885f6cce5f9f4b34
MISC metadata.xml 340 BLAKE2B d84ae6cde9ffd7cc2476c3ef90d6125e65946795711e4c5a422e244a2369ac059fc0f22e038c687c5e871370e4384694b5d464abcb76097ab065149de35ef17e SHA512 54fcb0b54320053eb1f68f11107e8027a618351a78d539de2dffaad678aabe9b20972700af6ac2ba4bfa589c91e1cd2d91df517ab745ad365b1ad1ba7a4b0f3e
diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index c6a20531dabb..7c36351e0957 100644
--- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ppc64"
IUSE="static-libs"
src_prepare() {
diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
deleted file mode 100644
index ab22e30e38a5..000000000000
--- a/sys-libs/librtas/librtas-2.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="ppc ppc64"
-IUSE=""
-
-DOCS="README"
-
-src_prepare() {
- eapply_user
-
- eautoreconf
-}