diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 20:14:51 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 20:14:51 +0100 |
commit | 5943f851f7eb00dbec9c5b115ada5b24fe07dcfc (patch) | |
tree | 13b14650fde8a2b94b72da6bcca526392c032b63 /sci-libs/sbig/sbig-1.2.0.ebuild | |
parent | 0ad7861a1793cc0a73df8a164227c040f8a59825 (diff) | |
download | brancik-overlay-5943f851f7eb00dbec9c5b115ada5b24fe07dcfc.tar.gz brancik-overlay-5943f851f7eb00dbec9c5b115ada5b24fe07dcfc.tar.bz2 |
Bump sci-libs/indilib and its drivers to version 1.3.0
Diffstat (limited to 'sci-libs/sbig/sbig-1.2.0.ebuild')
-rw-r--r-- | sci-libs/sbig/sbig-1.2.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/sbig/sbig-1.2.0.ebuild b/sci-libs/sbig/sbig-1.2.0.ebuild deleted file mode 100644 index 9e224f8..0000000 --- a/sci-libs/sbig/sbig-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels" -HOMEPAGE="http://indilib.org" -SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty_${PV}.tar.gz" - -LICENSE="sbig" -KEYWORDS="~arm ~amd64 ~x86" - -SLOT="0" - -S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}" - -PATCHES=( "${FILESDIR}/sbig-1.1.0_fix_cmake_symlinks.patch" ) |