summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/librtas/librtas-1.3.13.ebuild')
-rw-r--r--sys-libs/librtas/librtas-1.3.13.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-libs/librtas/librtas-1.3.13.ebuild b/sys-libs/librtas/librtas-1.3.13.ebuild
deleted file mode 100644
index 97bb5bc07d27..000000000000
--- a/sys-libs/librtas/librtas-1.3.13.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
-HOMEPAGE="https://sourceforge.net/projects/librtas/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="IBM"
-SLOT="0"
-KEYWORDS="~ppc ~ppc64"
-
-DOCS="README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.3.8-symlink.patch
- sed -i -e '/install_doc/d' Makefile || die
-}