Parent Directory
|
Revision Log
Adding -1.3.8 and stablizing 1.3.6 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
| 1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild,v 1.5 2012/04/24 20:37:59 ssuominen Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | inherit eutils |
| 7 | |
| 8 | DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)" |
| 9 | HOMEPAGE="http://sourceforge.net/projects/librtas/" |
| 10 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| 11 | |
| 12 | LICENSE="IBM" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="ppc ppc64" |
| 15 | IUSE="" |
| 16 | |
| 17 | DOCS="README" |
| 18 | |
| 19 | src_prepare() { |
| 20 | epatch "${FILESDIR}"/${P}-symlink.patch |
| 21 | sed -i -e '/install_doc/d' Makefile || die |
| 22 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |