diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-05 20:33:55 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-05 20:33:55 +0000 |
commit | 1cb3ac2eacc90d7c6dce98fbc5b7735e5cbccbd9 (patch) | |
tree | 189a15e6607a3194daf5f76e1e62248804dd83fe | |
parent | Correcting dependancy on librtas and stablizing ibm-powerpc-utils-1.0.4 (diff) | |
download | gentoo-2-1cb3ac2eacc90d7c6dce98fbc5b7735e5cbccbd9.tar.gz gentoo-2-1cb3ac2eacc90d7c6dce98fbc5b7735e5cbccbd9.tar.bz2 gentoo-2-1cb3ac2eacc90d7c6dce98fbc5b7735e5cbccbd9.zip |
adding ebuild for ibm-powerpc-utils-1.0.6
(Portage version: 2.1.3.19)
4 files changed, 73 insertions, 1 deletions
diff --git a/sys-apps/ibm-powerpc-utils/ChangeLog b/sys-apps/ibm-powerpc-utils/ChangeLog index 7926b5a1ea8f..4ea6fdf4ab2e 100644 --- a/sys-apps/ibm-powerpc-utils/ChangeLog +++ b/sys-apps/ibm-powerpc-utils/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/ibm-powerpc-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.9 2008/01/05 20:29:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.10 2008/01/05 20:33:54 ranger Exp $ + +*ibm-powerpc-utils-1.0.6 (05 Jan 2008) + + 05 Jan 2008; Brent Baude <ranger@gentoo.org> + +files/ibm-powerpc-utils-1.0.6-remove-doc.patch, + +ibm-powerpc-utils-1.0.6.ebuild: + adding ebuild for ibm-powerpc-utils-1.0.6 05 Jan 2008; Brent Baude <ranger@gentoo.org> ibm-powerpc-utils-1.0.4.ebuild: diff --git a/sys-apps/ibm-powerpc-utils/files/digest-ibm-powerpc-utils-1.0.6 b/sys-apps/ibm-powerpc-utils/files/digest-ibm-powerpc-utils-1.0.6 new file mode 100644 index 000000000000..4c7a8848ad35 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/files/digest-ibm-powerpc-utils-1.0.6 @@ -0,0 +1,3 @@ +MD5 33de4697b9dc36be070ae67d545fd4fe powerpc-utils-1.0.6.tar.gz 46906 +RMD160 204c25aea074a97a972deba303cdc83b754cbbf3 powerpc-utils-1.0.6.tar.gz 46906 +SHA256 f6d9caef023eff78616064e78e65f1d35bb115504a6b0728ee7ef0b3020decef powerpc-utils-1.0.6.tar.gz 46906 diff --git a/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.6-remove-doc.patch b/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.6-remove-doc.patch new file mode 100644 index 000000000000..c96bb35f0d90 --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.6-remove-doc.patch @@ -0,0 +1,23 @@ +--- powerpc-utils-1.0.6.orig/Makefile 2006-03-28 14:40:10.000000000 -0600 ++++ powerpc-utils-1.0.6/Makefile 2006-04-19 14:44:55.000000000 -0500 +@@ -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.0.6.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild new file mode 100644 index 000000000000..854a7f527c6e --- /dev/null +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v 1.1 2008/01/05 20:33:54 ranger Exp $ + +inherit eutils + +MY_P="powerpc-utils-${PV}" + +DESCRIPTION="The powerpc-utils package provides utilities for the maintainance +of the IBM and Apple powerpc platforms. It includes nvram, bootlist, +ofpathname, and snap." +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="IPL-1" +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.0.6-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. " +} |