summaryrefslogtreecommitdiff
path: root/sci-libs/indilib/indilib-1.2.0.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-03 20:14:51 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-03 20:14:51 +0100
commit5943f851f7eb00dbec9c5b115ada5b24fe07dcfc (patch)
tree13b14650fde8a2b94b72da6bcca526392c032b63 /sci-libs/indilib/indilib-1.2.0.ebuild
parent0ad7861a1793cc0a73df8a164227c040f8a59825 (diff)
downloadbrancik-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/indilib/indilib-1.2.0.ebuild')
-rw-r--r--sci-libs/indilib/indilib-1.2.0.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/sci-libs/indilib/indilib-1.2.0.ebuild b/sci-libs/indilib/indilib-1.2.0.ebuild
deleted file mode 100644
index c86b75d..0000000
--- a/sci-libs/indilib/indilib-1.2.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="lib${PN/lib/}"
-
-inherit cmake-utils udev user
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="http://www.indilib.org/"
-SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="drivers"
-
-RDEPEND="
- sci-libs/cfitsio
- sci-libs/libnova
- sci-libs/gsl
- sys-libs/zlib
- virtual/jpeg:0
- virtual/libusb:1
-"
-DEPEND="${RDEPEND}
- sys-kernel/linux-headers
- drivers? ( sci-libs/indilib-drivers )
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.2.0-symlinks.patch"
-)
-
-S=${WORKDIR}/${MY_PN}_${PV}
-
-src_configure() {
- local mycmakeargs=(
- -DUDEVRULES_INSTALL_DIR=$(get_udevdir)/rules.d
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- newinitd "${FILESDIR}/indiserver.sh" indiserver
- newconfd "${FILESDIR}/indiserver.conf" indiserver
-}
-
-pkg_postinst() {
- enewuser indiserver -1 -1 -1 "usb,uucp,video" -U
- elog "You can use init script in /etc/init.d/indiserver to start"
- elog "indiserver automatically."
- elog "Configuration is in /etc/conf.d/indiserver."
-}