Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/
Date: Sat, 10 Aug 2019 13:49:57
Message-Id: 1565444990.bd55afde132064147f4d83b0c59dc60fb3afbe39.jer@gentoo
1 commit: bd55afde132064147f4d83b0c59dc60fb3afbe39
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 13:49:21 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 13:49:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd55afde
7
8 sys-apps/ibm-powerpc-utils: Old
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-apps/ibm-powerpc-utils/Manifest | 1 -
14 .../ibm-powerpc-utils-1.3.5-r1.ebuild | 37 ----------------------
15 .../ibm-powerpc-utils-1.3.5.ebuild | 35 --------------------
16 3 files changed, 73 deletions(-)
17
18 diff --git a/sys-apps/ibm-powerpc-utils/Manifest b/sys-apps/ibm-powerpc-utils/Manifest
19 index 458a8ff74cf..246c1b88391 100644
20 --- a/sys-apps/ibm-powerpc-utils/Manifest
21 +++ b/sys-apps/ibm-powerpc-utils/Manifest
22 @@ -1,2 +1 @@
23 -DIST ibm-powerpc-utils-1.3.5.tar.gz 318046 BLAKE2B cb154dd6203aea2f95c8cce96e3ea5f40c0c4d9f8c649c988d0d66adfc475bb15764554160faeeebddd5569de39502c149bf93f08fa433e8e309498fff59cae1 SHA512 a01f8fc45abd91d0629f8f48e3c2877a863aa1f244907bb65fcc457c2c933e7043181666c237956723f956b7c3d7ce7a0cedc36eaf26ce3cf777aa8f0525244d
24 DIST ibm-powerpc-utils-1.3.6.tar.gz 320582 BLAKE2B cce656ca7eefda3912f26c6df99112ceef831cac834af4edaf507c28c63d6bbca0d6ae0dd096474b7d3ac45daffb37dbc1068cb33b83f676922e4f27ca46ae2e SHA512 a30516ccdfe19a198cd5c1a7ad3646d15b599fb40f772cbc7ac95c6d3b364575a3ebb16708022886ba3bcd3184070a3f4d72b649427879fcdd2655406470e977
25
26 diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5-r1.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5-r1.ebuild
27 deleted file mode 100644
28 index 6d7d066eea7..00000000000
29 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5-r1.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit autotools eutils
37 -
38 -DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC platforms"
39 -HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils"
40 -SRC_URI="https://github.com/ibm-power-utilities/${PN//ibm-}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -IUSE="+rtas"
42 -
43 -S="${WORKDIR}/${P//ibm-}"
44 -
45 -SLOT="0"
46 -LICENSE="IBM"
47 -KEYWORDS="~ppc ~ppc64"
48 -
49 -DEPEND="
50 - sys-devel/bc
51 -"
52 -RDEPEND="
53 - !sys-apps/powerpc-utils
54 - ${DEPEND}
55 - rtas? ( >=sys-libs/librtas-2.0.2 )
56 -"
57 -PATCHES=(
58 - "${FILESDIR}"/${PN}-1.3.5-docdir.patch
59 -)
60 -
61 -src_prepare() {
62 - default
63 - eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf $(use_with rtas librtas)
68 -}
69
70 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
71 deleted file mode 100644
72 index 17d1ba20478..00000000000
73 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -inherit autotools eutils
81 -
82 -DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC platforms"
83 -HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils"
84 -SRC_URI="https://github.com/ibm-power-utilities/${PN//ibm-}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 -IUSE="+rtas"
86 -
87 -S="${WORKDIR}/${P//ibm-}"
88 -
89 -SLOT="0"
90 -LICENSE="IBM"
91 -KEYWORDS="ppc ppc64"
92 -
93 -DEPEND="
94 - sys-devel/bc
95 -"
96 -RDEPEND="
97 - !sys-apps/powerpc-utils
98 - rtas? ( >=sys-libs/librtas-2.0.2 )
99 - ${DEPEND}
100 -"
101 -
102 -src_prepare() {
103 - eapply_user
104 -
105 - eautoreconf
106 -}
107 -
108 -src_configure() {
109 - econf $(use_with rtas librtas)
110 -}