summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/fwcrv/fwcrv-0.1.0.ebuild')
-rw-r--r--sys-apps/fwcrv/fwcrv-0.1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/fwcrv/fwcrv-0.1.0.ebuild b/sys-apps/fwcrv/fwcrv-0.1.0.ebuild
deleted file mode 100644
index 3e89e6a21da7..000000000000
--- a/sys-apps/fwcrv/fwcrv-0.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="FireWire CSR Config ROM Viewer"
-HOMEPAGE="http://www.hugovil.com/en/fwcrv/"
-SRC_URI="http://www.hugovil.com/repository/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-DEPEND="sys-libs/libraw1394"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-endian.patch
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS README src/testdata.txt TODO
-}