From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../ibm-powerpc-utils-1.2.25.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild (limited to 'sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild') 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..fe6807f61ca9 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.2.25.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils + +DESCRIPTION="This package provides 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) +} -- cgit v1.2.3