diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sys-apps/ibm-powerpc-utils | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sys-apps/ibm-powerpc-utils')
8 files changed, 199 insertions, 0 deletions
diff --git a/sys-apps/ibm-powerpc-utils/Manifest b/sys-apps/ibm-powerpc-utils/Manifest new file mode 100644 index 000000000000..4ee76812a961 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/Manifest @@ -0,0 +1,5 @@ +DIST powerpc-utils-1.1.0.tar.gz 49368 SHA256 163886d3d1b59e92323b95461df83712f4cea5f605dda1fffdf1912567f3c94d +DIST powerpc-utils-1.2.12.tar.gz 347762 SHA256 570173a2712e06cdd34fc6b5c8aef3313909e1efd083f2a77d1053bfa25f4e01 SHA512 a28150c753e65c7595a7ad7a5361560b162c639bc6d385763c57d0c02f2b6e15db7e091be167d3c68aa1378f816a75971c5d60c1997dfa96be4a73f072863649 WHIRLPOOL dca98947543defb2d458d9aa9ff1df2230f82c1e1b058a939ab1c19ce6c44d5449ec9156db67af20356c3c90864ee03e65080a56aa9e80b6e531651d421091ae +DIST powerpc-utils-1.2.2.tar.gz 345299 SHA256 692fcc928645f7776334999a02f9bdd3d675932fbf6efbfa49950e1bc62c3694 +DIST powerpc-utils-1.2.25.tar.gz 367466 SHA256 2d9a0d4b04ab499ba1362844d65a4e21df0532578a2baa1fe18fff58dc8f32d9 SHA512 33af208dcd6ef9d66b96ec3eadab2eee48017860db9195eea0c59444a5dd414c326e1a737d6c324396219901ea594baaad6f49c8f3c36f5e806b4923d049b14e WHIRLPOOL a4d273ea9be4c8199c1f6ed25f80e6bbc28f3c653a0665196c10f4e95266b1e50835d0886219671f6fef0916de3b679799de6a2a1772ecad77665b386711a5f3 +DIST powerpc-utils-1.2.26.tar.gz 371200 SHA256 61253cb898283e94fcfde641d09722c3e845ebfd98a46f9bc2ad82167ff51592 SHA512 8c8c45128e89cad5bd1a37699a8b628c269b7fe9d5ebc5893ddce8ea8b77252708f5a2a4a454af71224709a44c999446e5d5b7113ba24efc4227b6ff90a1fffd WHIRLPOOL b024a02cf6feb3032b2599e3ceb5091d65631be492ce6ba9d4f5b832aa617293e3192a16be35ffee3765ef3328496712a497a9b8dcefb61a01ec511f71ed80c3 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 new file mode 100644 index 000000000000..826c6243b9ad --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.1.0-remove-doc.patch @@ -0,0 +1,23 @@ +--- 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 new file mode 100644 index 000000000000..d536c379bf23 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="powerpc-utils-${PV}" + +DESCRIPTION="This package provides 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 new file mode 100644 index 000000000000..b4025e25d630 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.12.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="powerpc-utils-${PV}" + +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." +HOMEPAGE="http://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 new file mode 100644 index 000000000000..437a59da53d6 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="powerpc-utils-${PV}" + +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." +HOMEPAGE="http://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 new file mode 100644 index 000000000000..2833bf435d8a --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." +HOMEPAGE="http://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 new file mode 100644 index 000000000000..2833bf435d8a --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.26.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." +HOMEPAGE="http://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/metadata.xml b/sys-apps/ibm-powerpc-utils/metadata.xml new file mode 100644 index 000000000000..6035c92dff18 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ppc64</herd> + <use> + <flag name="rtas">Add support for the Run Time Abstraction Services (RTAS)</flag> + </use> + <upstream> + <remote-id type="sourceforge">powerpc-utils</remote-id> + </upstream> +</pkgmetadata> |