public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2015-11-15 21:08 Manuel Rüger
  0 siblings, 0 replies; 18+ messages in thread
From: Manuel Rüger @ 2015-11-15 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     36835f71c4da595d12812c8cc0c101953174e0f9
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:08:22 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 21:08:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36835f71

sys-libs/librtas: Remove old

Package-Manager: portage-2.2.24

 sys-libs/librtas/Manifest             |  2 --
 sys-libs/librtas/librtas-1.3.3.ebuild | 25 -------------------------
 sys-libs/librtas/librtas-1.3.5.ebuild | 19 -------------------
 3 files changed, 46 deletions(-)

diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index fdc22d6..e3ab70b 100644
--- a/sys-libs/librtas/Manifest
+++ b/sys-libs/librtas/Manifest
@@ -1,5 +1,3 @@
 DIST librtas-1.3.13.tar.gz 90959 SHA256 d5f2951b0934ffbd82bebf26acfa103cc21d89f4c90c7c41472acf7b4ec6d907 SHA512 1cd0dec624aff2fdf3e851913246d89a98c94c09ab9fe3ca80c3fca53a5d6ca5589e0680216c3722560e5701827b52a283ddefe7ab04228b352f5535f63a85c1 WHIRLPOOL 1dc10baf127aba6dbb57776fe7f99061234e875c9a8cdf19f653b24939b16c314927d43344081dd5affbe6281aa28924e867bf7d012111de8adcf81bd766ac2a
-DIST librtas-1.3.3.tar.gz 77223 SHA256 3de76aaebfa5d232e126a0aa4000b80cbaaadbe355b6900c381b3aa00b6587d8 SHA512 843ebbf9b666f080d097e4b915466a3910b22045239f32a1123b586fc14381dc6218b6eca98358916dd2ee2d73044e9dd5ff5c89716077ddb9cb9238ebdb704a WHIRLPOOL 92f79ce07c2f35b651ed3d08568c1735e2fb8b7ecead6f20f1613d565f2021f06b30614217ea0605dff203e55e4b2a8e6bb4aa1940845d53d5557c741766e758
-DIST librtas-1.3.5.tar.gz 245381 SHA256 89b5ec979919a44f5eb96866c28a44284cc4fe739b8b749ce32ee7ccdcef03df SHA512 77970ed646418cd406ce1be93d700c7e214a91bb31aee0cd42e09c5d892e90c1fbd99ea5e0bcb23ffa39fbed4453044b9b614c3e73568f68a3a1a050438b6451 WHIRLPOOL 0ee648773467683c967d35c1df2915c224d05a6a711d6df589c22c904b3a46b17e1c70826e6b211bea130afffbec05736972b11c834a526c172ad3c65e29f3a4
 DIST librtas-1.3.6.tar.gz 83828 SHA256 21b380586f801fba1f76573e97596078b588e8d716ee7b7c757a2815d2425a51 SHA512 f81271cf524218395c488aee6625b9f39c9acb81d7c109ca0dec9c7349ad013a6eb17e5324cc5243caf9f5c32b755831afd9bb74c6a2505ccc50d400734b26fa WHIRLPOOL 8f44bcb5f389cc2d13a9d74351a2e07704bf733b40f3b49af582b2d6c216e0445fd078fba0cd65d3a601892cab6e948b3e374b6e569ed6e195e521781111786a
 DIST librtas-1.3.8.tar.gz 221684 SHA256 97ae0168759bf2bc058dacad9c70bdb6403cf8ae617d25ad7230d702725407b3 SHA512 bb68369a10f0fb35e8631dc440fe68bb02b13d971be420539bb3fc0d29328421702a43f489941e90b20bff35863269a0d8fd159f65a18467d22cea7cfeed2cd2 WHIRLPOOL a843f0e2a88a48b3f75530c1242a087e92521ee98b281f26abde91aafa94724520d4b03efae09a8ad132cfc303ae6ea3be247a7c7a3425da1937e7557adea61f

diff --git a/sys-libs/librtas/librtas-1.3.3.ebuild b/sys-libs/librtas/librtas-1.3.3.ebuild
deleted file mode 100644
index 2c5f259..0000000
--- a/sys-libs/librtas/librtas-1.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION=" Librtas provides a set of libraries for user-space access to RTAS on the ppc64 architecture"
-SRC_URI="http://librtas.ozlabs.org/releases/librtas-${PV}.tar.gz"
-HOMEPAGE="http://librtas.ozlabs.org/"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-
-src_unpack() {
-	unpack ${A}
-	epatch "${FILESDIR}"/${PN}-1.3.3-remove-doc.patch
-	epatch "${FILESDIR}"/${PN}-1.3.3-open.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc README
-}

diff --git a/sys-libs/librtas/librtas-1.3.5.ebuild b/sys-libs/librtas/librtas-1.3.5.ebuild
deleted file mode 100644
index 04472c5..0000000
--- a/sys-libs/librtas/librtas-1.3.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION=" Librtas provides a set of libraries for user-space access to RTAS on the ppc64 architecture"
-SRC_URI="http://librtas.ozlabs.org/releases/librtas-${PV}.tar.gz"
-HOMEPAGE="http://librtas.ozlabs.org/"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2018-08-12 17:19 Luca Barbato
  0 siblings, 0 replies; 18+ messages in thread
From: Luca Barbato @ 2018-08-12 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b000ef6020a024e19c89d0dba267abcb4b0b48a7
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 17:18:19 2018 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 17:18:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b000ef60

sys-libs/librtas: Version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/librtas/Manifest             |  1 +
 sys-libs/librtas/librtas-2.0.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index 2f7dc57cfa5..ad614ec05c1 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 00000000000..8c9ae20cdd3
--- /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
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2018-09-13  3:42 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2018-09-13  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     381cb294e41dc3c7ebfa0177a30ece7786e821b2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 03:40:52 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 03:42:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381cb294

sys-libs/librtas-2.0.2: ppc64 stable

 sys-libs/librtas/librtas-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
index 8c9ae20cdd3..a6e3882d021 100644
--- a/sys-libs/librtas/librtas-2.0.2.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="~ppc ppc64"
 IUSE=""
 
 DOCS="README"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2018-09-14  5:56 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2018-09-14  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7cc1a216c164b7ff186c149d3b3e73bbe0d90a22
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 05:53:30 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 05:54:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc1a216

sys-libs/librtas-2.0.2: ppc stable

 sys-libs/librtas/librtas-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
index a6e3882d021..42b86f3bb0d 100644
--- a/sys-libs/librtas/librtas-2.0.2.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~ppc ppc64"
+KEYWORDS="ppc ppc64"
 IUSE=""
 
 DOCS="README"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2018-12-01 12:48 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2018-12-01 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0f7a8a2d3d55eca0c94116b60e875214dd7ff890
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 12:28:45 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 12:48:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7a8a2d

sys-libs/librtas: Fix LICENSE

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
index 42b86f3bb0d..ab22e30e38a 100644
--- a/sys-libs/librtas/librtas-2.0.2.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC plat
 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"
+LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="ppc ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-05-12 10:01 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2020-05-12 10:01 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-05-12 10:08 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2020-05-12 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0a488f1437ffefee81248149211202b2bae776be
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 10:08:15 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 12 10:08:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a488f14

sys-libs/librtas: Remove stray DOCS variable

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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index d366c246764..c6a20531dab 100644
--- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
@@ -13,8 +13,6 @@ SLOT="0"
 KEYWORDS="~ppc ~ppc64"
 IUSE="static-libs"
 
-DOCS="README"
-
 src_prepare() {
 	default
 	eautoreconf


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-11-11  7:36 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2020-11-11  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     13097a016d50769ea839f7014f038535fa8614c9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 07:35:21 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 07:35:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13097a01

sys-libs/librtas: 2.0.2-r1 ppc stable, bug #753965

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index 7a2dc9f7dc3..7c36351e095 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() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-11-11  7:36 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2020-11-11  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     38afcae08977c2e275feb2575883b63af7d8b275
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 07:34:56 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 07:35:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38afcae0

sys-libs/librtas: 2.0.2-r1 ppc64 stable, bug #753965

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index c6a20531dab..7a2dc9f7dc3 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() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-11-11  7:36 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2020-11-11  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1137bf50a094dc2b6b997ff1f0fca28a3dd1d6b0
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 07:35:40 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 07:35:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1137bf50

sys-libs/librtas: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

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 ab22e30e38a..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-12-09 19:53 Fabian Groffen
  0 siblings, 0 replies; 18+ messages in thread
From: Fabian Groffen @ 2020-12-09 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     630e66192f8b93b459a52d2bbc846bc15c0b9eab
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 19:52:51 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 19:52:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630e6619

sys-libs/librtas-2.0.2-r1: marked ~ppc64-linux

Bug: https://bugs.gentoo.org/755551
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index 7c36351e095..5ea804f0015 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 ~ppc64-linux"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2020-12-10 12:30 Fabian Groffen
  0 siblings, 0 replies; 18+ messages in thread
From: Fabian Groffen @ 2020-12-10 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f8b99dc23f3ee41ca44697f4bd0b0db2630d8e5b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 12:30:09 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 12:30:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b99dc2

sys-libs/librtas-2.0.2-r1: fix install for Prefix

Bug: https://bugs.gentoo.org/755551
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
index 5ea804f0015..ec20aa39588 100644
--- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2-r1.ebuild
@@ -23,6 +23,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install docdir=/usr/share/doc/${PF}
+	emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF}
 	find "${D}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2021-11-15  0:41 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2021-11-15  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     56132fca92886544d383f81dffce62f54f56b481
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 00:35:30 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 00:40:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56132fca

sys-libs/librtas: revbump, add sandbox predict for /var/lock/LCK..librtas

otherwise lscpu from util-linux linked to librtas triggers sandbox
viulation

F: open_wr
S: deny
P: /var/lock/LCK..librtas
A: /var/lock/LCK..librtas
R: /run/lock/LCK..librtas
C: lscpu

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/{librtas-2.0.2-r1.ebuild => librtas-2.0.2-r2.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r2.ebuild
similarity index 73%
rename from sys-libs/librtas/librtas-2.0.2-r1.ebuild
rename to sys-libs/librtas/librtas-2.0.2-r2.ebuild
index 61863ff24d39..f43d44b267f5 100644
--- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2-r2.ebuild
@@ -27,4 +27,8 @@ src_configure() {
 src_install() {
 	emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF}
 	find "${D}" -name '*.la' -delete || die
+	# librtas_src/syscall_rmo.c: static const char *lockfile_path = "/var/lock/LCK..librtas";
+	# this way we prevent sandbox violations in lscpu linked to rtas
+	dodir /etc/sandbox.d
+	echo 'SANDBOX_PREDICT="/run/lock/LCK..librtas"' > "${ED}"/etc/sandbox.d/50librtas || die
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2022-09-19 23:26 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2022-09-19 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8c08b604bcc45c0a83a0ddeb54d60629c999ebcb
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 23:23:55 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 23:26:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c08b604

sys-libs/librtas: add 2.0.3

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/Manifest             |  1 +
 sys-libs/librtas/librtas-2.0.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index 696537d43241..d47a6a52926a 100644
--- a/sys-libs/librtas/Manifest
+++ b/sys-libs/librtas/Manifest
@@ -1 +1,2 @@
 DIST librtas-2.0.2.tar.gz 91627 BLAKE2B 1455af1af4a932fb81815ba67d1d1d8eeb0866bcf49fdcced622c1982121b5bb3ddeaf78f121a6540ec6c60d641991a87342713478a5be5232128db35d272059 SHA512 112d355bc486657289a186d9f1b8c576af55422f1527259a0cd680c07d6fa787aef2dc0cb6322721dc4aa1c5bd1de669f5c4d05e6a07de65262e9e3d4d0283c7
+DIST librtas-2.0.3.tar.gz 95483 BLAKE2B 38ce5c3924dfdb18f3a9a6e309a0ba093468b12e05b38dd81525b59ddd5afda65da3c46b7b48c1e8aaa1dc0afc6cb1eaf7d930e6e27bb1a06005a7f24620a9cd SHA512 3ff59007ad6fc893d226ae9413b57b8b478a214a824f60c2af58a65c0a3cefecc0d19bb4c791b677a0d5c1d7da9646d66f48d0e0446768092ef7afd6e4baff34

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild
new file mode 100644
index 000000000000..5c3f2b58d7b1
--- /dev/null
+++ b/sys-libs/librtas/librtas-2.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 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 ~ppc64-linux"
+IUSE="static-libs"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF}
+	find "${D}" -name '*.la' -delete || die
+	# librtas_src/syscall_rmo.c: static const char *lockfile_path = "/var/lock/LCK..librtas";
+	# this way we prevent sandbox violations in lscpu linked to rtas
+	dodir /etc/sandbox.d
+	echo 'SANDBOX_PREDICT="/run/lock/LCK..librtas"' > "${ED}"/etc/sandbox.d/50librtas || die
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2022-09-19 23:26 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2022-09-19 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f74ccdc9aaa1fb0562abacdbf340c6b80eb11e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 23:25:09 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 23:26:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f74ccd

sys-libs/librtas: update upstream metadata

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-libs/librtas/metadata.xml b/sys-libs/librtas/metadata.xml
index 99418bf98e2a..b93ca6387bf1 100644
--- a/sys-libs/librtas/metadata.xml
+++ b/sys-libs/librtas/metadata.xml
@@ -6,6 +6,8 @@
 		<name>PowerPC architecture team</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="sourceforge">librtas</remote-id>
+		<bugs-to>https://github.com/ibm-power-utilities/librtas/issues</bugs-to>
+		<changelog>https://github.com/ibm-power-utilities/librtas/blob/master/Changelog</changelog>
+		<remote-id type="github">ibm-power-utilities/librtas</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2022-09-19 23:26 Georgy Yakovlev
  0 siblings, 0 replies; 18+ messages in thread
From: Georgy Yakovlev @ 2022-09-19 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     00ce70fe258f644fc58251428a45c967a1934941
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 23:25:50 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 23:26:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ce70fe

sys-libs/librtas: update EAPI 7 -> 8

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild
index 5c3f2b58d7b1..6af4142321e4 100644
--- a/sys-libs/librtas/librtas-2.0.3.ebuild
+++ b/sys-libs/librtas/librtas-2.0.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 inherit autotools
 
 DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2023-12-19 20:09 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2023-12-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9e95c1e38b5986301392945ac68de0efe34f119a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 20:09:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 20:09:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e95c1e3

sys-libs/librtas: Stabilize 2.0.3 ppc64, #920338

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild
index 6af4142321e4..265a70a7637f 100644
--- a/sys-libs/librtas/librtas-2.0.3.ebuild
+++ b/sys-libs/librtas/librtas-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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 ~ppc64-linux"
+KEYWORDS="~ppc ppc64 ~ppc64-linux"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
@ 2023-12-20  6:23 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2023-12-20  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     51208c78ce136e759fcb9e12bb599af7dfabfeae
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 06:23:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 06:23:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51208c78

sys-libs/librtas: Stabilize 2.0.3 ppc, #920338

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-libs/librtas/librtas-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild
index 265a70a7637f..0e6e2879eed3 100644
--- a/sys-libs/librtas/librtas-2.0.3.ebuild
+++ b/sys-libs/librtas/librtas-2.0.3.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 ~ppc64-linux"
+KEYWORDS="ppc ppc64 ~ppc64-linux"
 IUSE="static-libs"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-20  6:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-01 12:48 [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2023-12-20  6:23 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
2020-05-12 10:01 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox