summaryrefslogtreecommitdiff
path: root/sci-libs/libsv305/libsv305-1.9.1.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-11-18 22:41:11 +0100
committerCtibor Brančík <ctibor@brancik.cz>2021-11-18 22:41:11 +0100
commiteab97d9bae3fbf187bc06ceeb3e766561b72de5a (patch)
tree0c970b71a99837ef9f027fd205d034b74cd3a080 /sci-libs/libsv305/libsv305-1.9.1.ebuild
parentc7f31ed0bbde89756d713b707d49b403beef0bfa (diff)
downloadbrancik-overlay-eab97d9bae3fbf187bc06ceeb3e766561b72de5a.tar.gz
brancik-overlay-eab97d9bae3fbf187bc06ceeb3e766561b72de5a.tar.bz2
Bump indilib to v1.9.3
Diffstat (limited to 'sci-libs/libsv305/libsv305-1.9.1.ebuild')
-rw-r--r--sci-libs/libsv305/libsv305-1.9.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-libs/libsv305/libsv305-1.9.1.ebuild b/sci-libs/libsv305/libsv305-1.9.1.ebuild
deleted file mode 100644
index 97812bb..0000000
--- a/sci-libs/libsv305/libsv305-1.9.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake eutils
-
-MY_PN="indi"
-
-DESCRIPTION="This is the Orion Starshoot G Library SDK for Linux & MacOS"
-HOMEPAGE="http://indilib.org"
-SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}-3rdparty/archive/v${PV}.tar.gz -> ${MY_PN}lib-3rdparty-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
-
-SLOT="0/1"
-
-RDEPEND="${DEPEND}"
-
-INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
-
-S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}"