commit:     b130e5887b1c8b1ce41f1235081dff957a471ea0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 12:00:15 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 12:48:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b130e588

sys-apps/ibm-powerpc-utils: Old

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

 sys-apps/ibm-powerpc-utils/Manifest                |  5 ---
 .../files/ibm-powerpc-utils-1.1.0-remove-doc.patch | 23 -------------
 .../ibm-powerpc-utils-1.1.0.ebuild                 | 38 ----------------------
 .../ibm-powerpc-utils-1.2.12.ebuild                | 30 -----------------
 .../ibm-powerpc-utils-1.2.2.ebuild                 | 32 ------------------
 .../ibm-powerpc-utils-1.2.25.ebuild                | 28 ----------------
 .../ibm-powerpc-utils-1.2.26.ebuild                | 28 ----------------
 7 files changed, 184 deletions(-)

diff --git a/sys-apps/ibm-powerpc-utils/Manifest 
b/sys-apps/ibm-powerpc-utils/Manifest
index e22a1ef65be..080407dbcea 100644
--- a/sys-apps/ibm-powerpc-utils/Manifest
+++ b/sys-apps/ibm-powerpc-utils/Manifest
@@ -1,6 +1 @@
 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
-DIST powerpc-utils-1.2.25.tar.gz 367466 BLAKE2B 
6419903c4b954c78dead37f07fb89ce94de35386dcfbf70739a0cf3d141f37b3c4d3da27aeb7fcd8df874c99bc6cf5d51203a3c2521be97a050c59682686e451
 SHA512 
33af208dcd6ef9d66b96ec3eadab2eee48017860db9195eea0c59444a5dd414c326e1a737d6c324396219901ea594baaad6f49c8f3c36f5e806b4923d049b14e
-DIST powerpc-utils-1.2.26.tar.gz 371200 BLAKE2B 
f32688091c79a7dcbf849ca008534a65803bcfaf06ce11df072a2f54315f31fbe247d93fc170a7b69ecf5739726ae04bcd03dc6acc357b931bb4c695a823634b
 SHA512 
8c8c45128e89cad5bd1a37699a8b628c269b7fe9d5ebc5893ddce8ea8b77252708f5a2a4a454af71224709a44c999446e5d5b7113ba24efc4227b6ff90a1fffd

diff --git 
a/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.1.0-remove-doc.patch 
b/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.1.0-remove-doc.patch
deleted file mode 100644
index 826c6243b9a..00000000000
--- a/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.1.0-remove-doc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -12,19 +12,12 @@
- TARBALL_FILES += $(FILES) Changelog
- 
- all:
--      @echo "Building cmds files..."
--      @$(MAKE) -C cmds
--      @echo "Building scripts files..."
--      @$(MAKE) -C scripts
--      @echo "Building doc files..."
--      @$(MAKE) -C doc
-+      @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;)
- 
- install: all
--      @$(call install_doc,$(FILES),$(DESTDIR))
-       @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
- 
- uninstall: 
--      @$(call uninstall_doc,$(FILES),$(DESTDIR))
-       @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
- 
- rpm: all

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.1.0.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.1.0.ebuild
deleted file mode 100644
index 0fa7f2eb131..00000000000
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="powerpc-utils-${PV}"
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz";
-HOMEPAGE="http://powerpc-utils.ozlabs.org/";
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-DEPEND=">=sys-libs/librtas-1.3.1
-sys-devel/bc"
-RDEPEND="!sys-apps/ppc64-utils"
-
-src_unpack() {
-       unpack ${A}
-       epatch "${FILESDIR}"/ibm-powerpc-utils-1.1.0-remove-doc.patch
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "Something went wrong"
-#      dodoc README COPYRIGHT
-
-}
-
-pkg_postinst() {
-       einfo "If you are running IBM hardware, consider emerging "
-       einfo "sys-apps/ibm-powerpc-utils-papr for additional functions. "
-}

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.12.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.12.ebuild
deleted file mode 100644
index 6e252ccde6f..00000000000
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="powerpc-utils-${PV}"
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-HOMEPAGE="https://sourceforge.net/projects/powerpc-utils";
-SRC_URI="mirror://sourceforge/powerpc-utils/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-DEPEND=">=sys-libs/librtas-1.3.5
-               sys-devel/bc"
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "Something went wrong"
-
-}

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.2.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.2.ebuild
deleted file mode 100644
index 311d2bf1e0e..00000000000
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="powerpc-utils-${PV}"
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-HOMEPAGE="https://sourceforge.net/projects/powerpc-utils";
-SRC_URI="mirror://sourceforge/powerpc-utils/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-DEPEND=">=sys-libs/librtas-1.3.1
-               sys-devel/bc
-               !sys-apps/ibm-powerpc-utils-papr"
-RDEPEND="!sys-apps/ppc64-utils"
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "Something went wrong"
-
-}

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild
deleted file mode 100644
index e111b9db889..00000000000
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-HOMEPAGE="https://sourceforge.net/projects/powerpc-utils";
-SRC_URI="mirror://sourceforge/powerpc-utils/${P//ibm-}.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_configure() {
-       econf $(use_with rtas librtas)
-}

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.26.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.26.ebuild
deleted file mode 100644
index e111b9db889..00000000000
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.26.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-HOMEPAGE="https://sourceforge.net/projects/powerpc-utils";
-SRC_URI="mirror://sourceforge/powerpc-utils/${P//ibm-}.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_configure() {
-       econf $(use_with rtas librtas)
-}

Reply via email to