diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2018-07-20 14:01:09 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2018-07-20 14:01:09 +0200 |
commit | 3940f9d811b8f877447245591ee5c5c815409bb9 (patch) | |
tree | b88dcf327396a4a500321654ad5fd85d3b7a4793 /sci-libs/libqhy/libqhy-1.7.0.ebuild | |
parent | a5f5a3603ca75436a6cf4c2a42d2ab0cf59e464f (diff) | |
download | brancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.gz brancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.bz2 |
Update indilib to v1.7.2
Diffstat (limited to 'sci-libs/libqhy/libqhy-1.7.0.ebuild')
-rw-r--r-- | sci-libs/libqhy/libqhy-1.7.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-libs/libqhy/libqhy-1.7.0.ebuild b/sci-libs/libqhy/libqhy-1.7.0.ebuild deleted file mode 100644 index b2c470f..0000000 --- a/sci-libs/libqhy/libqhy-1.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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/${MY_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.6.2_fix_cmake_symlinks.patch" ) - -INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" - -S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}" |