summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-07 15:23:11 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-07 18:05:13 +0100
commit7f7f49543afe39baeaab0427de8dd5cce34e6776 (patch)
tree264c8d02825634fb038e172015182e91c4cd34ea /sys-block/endpoint/endpoint-0.1.0.ebuild
parentmedia-sound/cadence: fixed qa issues (diff)
downloadgentoo-7f7f49543afe39baeaab0427de8dd5cce34e6776.tar.gz
gentoo-7f7f49543afe39baeaab0427de8dd5cce34e6776.tar.bz2
gentoo-7f7f49543afe39baeaab0427de8dd5cce34e6776.zip
sys-block/endpoint: EAPI-7 revbump
Closes: https://bugs.gentoo.org/697192 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-block/endpoint/endpoint-0.1.0.ebuild')
-rw-r--r--sys-block/endpoint/endpoint-0.1.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild
deleted file mode 100644
index b6f10bd461c8..000000000000
--- a/sys-block/endpoint/endpoint-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Endpoint turns a Linux machine with a firewire card into an SBP-2 device"
-HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
-SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/libraw1394-0.9
- >=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-errormessages.patch
-}
-
-src_install() {
- emake -j1 install DESTDIR="${D}"
- insinto /etc
- newins docs/sample-endpoint.conf endpoint.conf
- dodoc README AUTHORS ChangeLog
-}