summaryrefslogtreecommitdiff
path: root/sci-libs/libqhy/libqhy-1.3.1.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-02-27 19:10:24 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-02-27 19:10:24 +0100
commit4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf (patch)
tree95af4fba7a7e3f9e214b2978287274ff93ebc3e4 /sci-libs/libqhy/libqhy-1.3.1.ebuild
parent153095b71db9c83945c3303414381ed40ea73042 (diff)
downloadbrancik-overlay-4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf.tar.gz
brancik-overlay-4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf.tar.bz2
Bump sci-libs/indilib and drivers to the new version.
Diffstat (limited to 'sci-libs/libqhy/libqhy-1.3.1.ebuild')
-rw-r--r--sci-libs/libqhy/libqhy-1.3.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/libqhy/libqhy-1.3.1.ebuild b/sci-libs/libqhy/libqhy-1.3.1.ebuild
deleted file mode 100644
index e758dd7..0000000
--- a/sci-libs/libqhy/libqhy-1.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-MY_PN="indi"
-
-DESCRIPTION="SDK and firmware for the QHY CCD cameras"
-HOMEPAGE="http://indilib.org"
-SRC_URI="https://github.com/${PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz"
-
-LICENSE="GPL-3 LGPL-2 qhyccd"
-KEYWORDS="~amd64 ~x86 ~arm"
-
-SLOT="0"
-
-DEPEND="virtual/libusb:1
- media-libs/opencv"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/libqhy-1.3.0_fix_cmake_symlinks.patch" )
-
-INDI_TARGET_DIRECTORY="${PN%%lib-driver-*}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"