summaryrefslogtreecommitdiff
path: root/sci-libs/indilib-driver-qhy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-12-26 22:30:06 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-12-26 22:30:06 +0100
commit652a11863fd37574205345aadc3db2884cbeede8 (patch)
tree31678f489c7b11029d146a4790403acba24be408 /sci-libs/indilib-driver-qhy
parentba0002f613a2a4f1b0c7ae28873822a71deb6cdd (diff)
downloadbrancik-overlay-652a11863fd37574205345aadc3db2884cbeede8.tar.gz
brancik-overlay-652a11863fd37574205345aadc3db2884cbeede8.tar.bz2
Update indilib-drivers packages to v1.5.0
Diffstat (limited to 'sci-libs/indilib-driver-qhy')
-rw-r--r--sci-libs/indilib-driver-qhy/Manifest2
-rw-r--r--sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.5.0.ebuild (renamed from sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.4.1.ebuild)21
-rw-r--r--sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild28
-rw-r--r--sci-libs/indilib-driver-qhy/metadata.xml6
4 files changed, 27 insertions, 30 deletions
diff --git a/sci-libs/indilib-driver-qhy/Manifest b/sci-libs/indilib-driver-qhy/Manifest
index 80f12e9..8d906d7 100644
--- a/sci-libs/indilib-driver-qhy/Manifest
+++ b/sci-libs/indilib-driver-qhy/Manifest
@@ -1 +1 @@
-DIST indilib-1.4.1.tar.gz 20031728 SHA256 e4fda47c14d51766a7e8c176c7867cc1b66702d1ff221a9dd9783ca532260456 SHA512 98fa5efd94f8dbfc62cf3e43eadad4029fbd27bbb46a11b1de1785ce12ec3022b82667c3a2df96b4aa0d1ff8b892ee7fc101467e7f0bf592902cb5b39abd1499 WHIRLPOOL 95be257b780ddc4532b8a91a1730861d34ef64fb0d74d0e5978b3e07de50ffcbea79788ca4a085bafe017041a308cac9ecc691aad0b7dc323c144c8b404adb92
+DIST indilib-1.5.0.tar.gz 23474630 SHA256 ec955968aea471c97e00b2476736b0e446844efa7749bf5eb878f8f7c0e46f4c SHA512 effda54400cfebae7c185ae52ce9026ea73c882010d97ddbdf3a0bc5c01e6021fcb140c92819120b5f0bfa8b7e731d15d90f169f34c95bb311799aa25fb6071e WHIRLPOOL 930c12bff64f4602be3be0eabc2312adfb13739b422a2915464d92bb1e8f15ba73928382cb0294db8885463149fcf32597bcc0d67dedf919fdf738d84e2f0eb7
diff --git a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.4.1.ebuild b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.5.0.ebuild
index 9a62014..46c3cbb 100644
--- a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.4.1.ebuild
+++ b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-1.5.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=5
@@ -18,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
DEPEND="<sci-libs/indilib-9999
- <sci-libs/libqhy-9999"
+ <sci-libs/libqhy-9999"
RDEPEND="${DEPEND}"
@@ -27,12 +26,12 @@ INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}${PN##*-driver}"
S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"
pkg_pretend() {
- if [[ $(gcc-major-version) < 5 ]]; then
- eerror "You need to activate GCC 5 in order to compile this driver."
- eerror "This is because the binary included in sci-libs/libqhy has been built"
- eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
- eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
- eerror "for complete Gentoo GCC upgrading guide."
- die "GCC 5 is needed to build this package!"
- fi
+ if [[ $(gcc-major-version) < 5 ]]; then
+ eerror "You need to activate GCC 5 in order to compile this driver."
+ eerror "This is because the binary included in sci-libs/libqhy has been built"
+ eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
+ eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
+ eerror "for complete Gentoo GCC upgrading guide."
+ die "GCC 5 is needed to build this package!"
+ fi
}
diff --git a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
index 07e874a..420a67f 100644
--- a/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
+++ b/sci-libs/indilib-driver-qhy/indilib-driver-qhy-9999.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=5
-inherit cmake-utils git-2 eutils toolchain-funcs
+inherit cmake-utils git-r3 eutils toolchain-funcs
DESCRIPTION="INDI driver the for QHY CCD cameras"
HOMEPAGE="http://indilib.org"
EGIT_REPO_URI="https://github.com/indilib/indi.git"
-EGIT_PROJECT="indilib"
-EGIT_SOURCEDIR="${WORKDIR}/${P}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
LICENSE="LGPL-2 GPL-3 qhyccd"
KEYWORDS=""
@@ -18,21 +16,21 @@ KEYWORDS=""
SLOT="0"
DEPEND="=sci-libs/indilib-9999
- =sci-libs/libqhy-9999"
+ =sci-libs/libqhy-9999"
RDEPEND="${DEPEND}"
INDI_GIT_DIR="${PN%%lib-driver-*}${PN##*-driver}"
-S="${EGIT_SOURCEDIR}/3rdparty/${INDI_GIT_DIR}"
+S="${EGIT_CHECKOUT_DIR}/3rdparty/${INDI_GIT_DIR}"
pkg_pretend() {
- if [[ $(gcc-major-version) < 5 ]]; then
- eerror "You need to activate GCC 5 in order to compile this driver."
- eerror "This is because the binary included in sci-libs/libqhy has been built"
- eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
- eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
- eerror "for complete Gentoo GCC upgrading guide."
- die "GCC 5 is needed to build this package!"
- fi
+ if [[ $(gcc-major-version) < 5 ]]; then
+ eerror "You need to activate GCC 5 in order to compile this driver."
+ eerror "This is because the binary included in sci-libs/libqhy has been built"
+ eerror "with GCC 5. You need to install and activate sys-devel/gcc-5*"
+ eerror "Please refer onto https://wiki.gentoo.org/wiki/Upgrading_GCC "
+ eerror "for complete Gentoo GCC upgrading guide."
+ die "GCC 5 is needed to build this package!"
+ fi
}
diff --git a/sci-libs/indilib-driver-qhy/metadata.xml b/sci-libs/indilib-driver-qhy/metadata.xml
index c6ee428..3630c6b 100644
--- a/sci-libs/indilib-driver-qhy/metadata.xml
+++ b/sci-libs/indilib-driver-qhy/metadata.xml
@@ -16,7 +16,7 @@
<name>Jasem Mutlaq</name>
</maintainer>
<doc lang="en">http://indilib.org/devices/ccds/qhy.html</doc>
- <bugs-to>http://sourceforge.net/p/indi/bugs/</bugs-to>
- <remote-id type="sourceforge">indi</remote-id>
+ <bugs-to>https://github.com/indilib/indi/issues</bugs-to>
+ <remote-id type="github">indilib</remote-id>
</upstream>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>