From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/
Date: Sun, 12 Aug 2018 17:10:01 +0000 (UTC) [thread overview]
Message-ID: <1534093789.affc1a4e31674acac2cc8d8bca75fa6a0d8b4821.lu_zero@gentoo> (raw)
commit: affc1a4e31674acac2cc8d8bca75fa6a0d8b4821
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 17:03:45 2018 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 17:09:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affc1a4e
sys-apps/ibm-powerpc-utils: Version bump
Use the latest release from upstream.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/ibm-powerpc-utils/Manifest | 1 +
.../ibm-powerpc-utils-1.3.5.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-apps/ibm-powerpc-utils/Manifest b/sys-apps/ibm-powerpc-utils/Manifest
index aaf215ea4ea..e22a1ef65be 100644
--- a/sys-apps/ibm-powerpc-utils/Manifest
+++ b/sys-apps/ibm-powerpc-utils/Manifest
@@ -1,3 +1,4 @@
+DIST ibm-powerpc-utils-1.3.5.tar.gz 318046 BLAKE2B cb154dd6203aea2f95c8cce96e3ea5f40c0c4d9f8c649c988d0d66adfc475bb15764554160faeeebddd5569de39502c149bf93f08fa433e8e309498fff59cae1 SHA512 a01f8fc45abd91d0629f8f48e3c2877a863aa1f244907bb65fcc457c2c933e7043181666c237956723f956b7c3d7ce7a0cedc36eaf26ce3cf777aa8f0525244d
DIST powerpc-utils-1.1.0.tar.gz 49368 BLAKE2B 89ca27c8db0a91fd8129208bef5cb25908dd30480c5925907827db8de1f65b7d223c7cc4ced67542f900b6b58747a367b2284ee6ff29aca5f021356e1068b5fe SHA512 16a757d66315b5ec50d2ae42223ab7b5147df1dc91cd56343c3cea19b8ab1fbd67674666f394cd519fa4dc2a0ec4b3ee5cdeb34cc6c17e9f4ef5fa0fc4e90402
DIST powerpc-utils-1.2.12.tar.gz 347762 BLAKE2B 3bda5a275dfa4bd6e86b565acfb01bab502584666f8c78bbbe201d4d23f319eb58336067f304619961c756af3e1375f1f204a212cee4be805534ad92a3508a73 SHA512 a28150c753e65c7595a7ad7a5361560b162c639bc6d385763c57d0c02f2b6e15db7e091be167d3c68aa1378f816a75971c5d60c1997dfa96be4a73f072863649
DIST powerpc-utils-1.2.2.tar.gz 345299 BLAKE2B de43a79b62302a2994bb6dbb84a1ffe34f33b0bed150e3fc4faff0f3499988f329fc1309bdbb1bc78089b690ce53666b1757b36bbc63e3643d9590a7ed6c45d3 SHA512 e33b5294aff5d66a61740e4817ff274004f9798073e21a3eff896858d43dfa2dcf43669ece58f0fdcb503d42109d9bf574d2f35a0c06da3cd9139b34a249b929
diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
new file mode 100644
index 00000000000..1bc17710de5
--- /dev/null
+++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC platforms"
+HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils"
+SRC_URI="https://github.com/ibm-power-utilities/${PN//ibm-}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+IUSE="+rtas"
+
+S="${WORKDIR}/${P//ibm-}"
+
+SLOT="0"
+LICENSE="IBM"
+KEYWORDS="~ppc ~ppc64"
+
+DEPEND="
+ sys-devel/bc
+"
+RDEPEND="
+ rtas? ( >=sys-libs/librtas-1.3.5 )
+ ${DEPEND}
+"
+
+src_prepare() {
+ eapply_user
+
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_with rtas librtas)
+}
next reply other threads:[~2018-08-12 17:10 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-12 17:10 Luca Barbato [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-13 14:43 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/ Luca Barbato
2018-09-13 3:42 Matt Turner
2018-09-14 5:56 Matt Turner
2019-06-06 9:44 Jeroen Roovers
2019-06-06 10:08 Jeroen Roovers
2019-08-10 13:49 Jeroen Roovers
2019-08-10 13:49 Jeroen Roovers
2019-12-22 6:46 Georgy Yakovlev
2019-12-22 7:01 Georgy Yakovlev
2019-12-22 7:01 Georgy Yakovlev
2020-09-08 21:32 Sergei Trofimovich
2020-10-14 20:22 Matt Turner
2020-10-14 20:22 Matt Turner
2020-10-14 20:22 Matt Turner
2020-10-14 20:22 Matt Turner
2022-09-20 0:03 Georgy Yakovlev
2022-09-20 0:03 Georgy Yakovlev
2023-02-16 6:21 Sam James
2023-02-16 6:21 Sam James
2023-12-19 20:09 Arthur Zamarin
2023-12-20 6:23 Arthur Zamarin
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=1534093789.affc1a4e31674acac2cc8d8bca75fa6a0d8b4821.lu_zero@gentoo \
--to=lu_zero@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