summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2006-02-25 19:29:33 +0000
committerBrent Baude <ranger@gentoo.org>2006-02-25 19:29:33 +0000
commit2d8c77a6e37ac95831dd9fa2d3327302ace59907 (patch)
tree97d3b3002986145a5b1277324022673a219868ff /sys-libs/librtas
parentcrap, small typo. now fixed (diff)
downloadgentoo-2-2d8c77a6e37ac95831dd9fa2d3327302ace59907.tar.gz
gentoo-2-2d8c77a6e37ac95831dd9fa2d3327302ace59907.tar.bz2
gentoo-2-2d8c77a6e37ac95831dd9fa2d3327302ace59907.zip
New application librtas-2; added to support line of new powerpc-utils packages
(Portage version: 2.0.54)
Diffstat (limited to 'sys-libs/librtas')
-rw-r--r--sys-libs/librtas/ChangeLog10
-rw-r--r--sys-libs/librtas/Manifest3
-rw-r--r--sys-libs/librtas/files/digest-librtas-2.0.01
-rw-r--r--sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch14
-rw-r--r--sys-libs/librtas/librtas-2.0.0.ebuild25
-rw-r--r--sys-libs/librtas/metadata.xml9
6 files changed, 62 insertions, 0 deletions
diff --git a/sys-libs/librtas/ChangeLog b/sys-libs/librtas/ChangeLog
new file mode 100644
index 000000000000..372561d47d6e
--- /dev/null
+++ b/sys-libs/librtas/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-libs/librtas
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.1 2006/02/25 19:29:33 ranger Exp $
+
+*librtas-2.0.0 (25 Feb 2006)
+
+ 25 Feb 2006; Brent Baude <ranger@gentoo.org>
+ +files/librtas-2.0.0-remove-doc.patch, +librtas-2.0.0.ebuild:
+ New application librtas-2; added to support line of new powerpc-utils packages
+
diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
new file mode 100644
index 000000000000..476f01e41017
--- /dev/null
+++ b/sys-libs/librtas/Manifest
@@ -0,0 +1,3 @@
+MD5 4999365d095cb8f019bf095a5489184d files/digest-librtas-2.0.0 64
+MD5 9ac28076298d5466a7326e296d302538 files/librtas-2.0.0-remove-doc.patch 430
+MD5 ebcfdf86494718c425c3256ef62275ab librtas-2.0.0.ebuild 613
diff --git a/sys-libs/librtas/files/digest-librtas-2.0.0 b/sys-libs/librtas/files/digest-librtas-2.0.0
new file mode 100644
index 000000000000..93c0499390cf
--- /dev/null
+++ b/sys-libs/librtas/files/digest-librtas-2.0.0
@@ -0,0 +1 @@
+MD5 4966666310a8414ca79cb305d42aea9a librtas-2.0.0.tar.gz 75576
diff --git a/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch b/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch
new file mode 100644
index 000000000000..acd94fc39abe
--- /dev/null
+++ b/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch
@@ -0,0 +1,14 @@
+--- librtas-2.0.0.orig/Makefile 2006-02-15 14:29:36.000000000 -0600
++++ librtas-2.0.0/Makefile 2006-02-16 16:14:48.000000000 -0600
+@@ -15,11 +15,9 @@
+ @$(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-libs/librtas/librtas-2.0.0.ebuild b/sys-libs/librtas/librtas-2.0.0.ebuild
new file mode 100644
index 000000000000..07bd7a550e53
--- /dev/null
+++ b/sys-libs/librtas/librtas-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit eutils
+
+DESCRIPTION=" Librtas provides a set of libraries for user-space access to the Run-Time Abstraction Services (RTAS) on the ppc64 architecture."
+SRC_URI="http://librtas.ozlabs.org/releases/librtas-${PV}.tar.gz"
+HOMEPAGE="http://librtas.ozlabs.org/"
+
+SLOT="0"
+LICENSE="IPL-1"
+KEYWORDS="~ppc64 ~ppc"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/librtas-2.0.0-remove-doc.patch
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "Compilation failed"
+ dodoc README COPYRIGHT
+
+}
+
diff --git a/sys-libs/librtas/metadata.xml b/sys-libs/librtas/metadata.xml
new file mode 100644
index 000000000000..2de357c2490b
--- /dev/null
+++ b/sys-libs/librtas/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ppc64</herd>
+<maintainer>
+ <email>ranger@gentoo.org</email>
+ <name>Brent Baude</name>
+</maintainer>
+</pkgmetadata>