diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-26 22:30:06 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-26 22:30:06 +0100 |
commit | 652a11863fd37574205345aadc3db2884cbeede8 (patch) | |
tree | 31678f489c7b11029d146a4790403acba24be408 /sci-libs/libapogee | |
parent | ba0002f613a2a4f1b0c7ae28873822a71deb6cdd (diff) | |
download | brancik-overlay-652a11863fd37574205345aadc3db2884cbeede8.tar.gz brancik-overlay-652a11863fd37574205345aadc3db2884cbeede8.tar.bz2 |
Update indilib-drivers packages to v1.5.0
Diffstat (limited to 'sci-libs/libapogee')
-rw-r--r-- | sci-libs/libapogee/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/libapogee/libapogee-1.5.0.ebuild (renamed from sci-libs/libapogee/libapogee-1.4.1.ebuild) | 3 | ||||
-rw-r--r-- | sci-libs/libapogee/libapogee-9999.ebuild | 10 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sci-libs/libapogee/Manifest b/sci-libs/libapogee/Manifest index 80f12e9..8d906d7 100644 --- a/sci-libs/libapogee/Manifest +++ b/sci-libs/libapogee/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/libapogee/libapogee-1.4.1.ebuild b/sci-libs/libapogee/libapogee-1.5.0.ebuild index cddba4f..005d89d 100644 --- a/sci-libs/libapogee/libapogee-1.4.1.ebuild +++ b/sci-libs/libapogee/libapogee-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 diff --git a/sci-libs/libapogee/libapogee-9999.ebuild b/sci-libs/libapogee/libapogee-9999.ebuild index 4004c0c..5fbca99 100644 --- a/sci-libs/libapogee/libapogee-9999.ebuild +++ b/sci-libs/libapogee/libapogee-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 +inherit cmake-utils git-r3 eutils DESCRIPTION="Driver for the Apogee ALTA device drivers" 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" KEYWORDS="" @@ -22,4 +20,4 @@ DEPEND="virtual/libusb:1 RDEPEND="${DEPEND}" -S="${EGIT_SOURCEDIR}/3rdparty/${PN}" +S="${EGIT_CHECKOUT_DIR}/3rdparty/${PN}" |