From 7769a4fe4f3e5c5d6d85804c30ae2f38fa652eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Mon, 29 Jan 2018 21:49:58 +0100 Subject: Bump indilib and drivers to release 1.6.2 --- sci-libs/indilib/indilib-1.5.0.ebuild | 59 ----------------------------------- sci-libs/indilib/indilib-1.6.2.ebuild | 59 +++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 sci-libs/indilib/indilib-1.5.0.ebuild create mode 100644 sci-libs/indilib/indilib-1.6.2.ebuild (limited to 'sci-libs/indilib') diff --git a/sci-libs/indilib/indilib-1.5.0.ebuild b/sci-libs/indilib/indilib-1.5.0.ebuild deleted file mode 100644 index 6a89776..0000000 --- a/sci-libs/indilib/indilib-1.5.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PN="${PN/lib/}" - -inherit cmake-utils udev user - -DESCRIPTION="INDI Astronomical Control Protocol library" -HOMEPAGE="http://www.indilib.org/" -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1+ BSD GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="drivers qt5" - -RDEPEND=" - sci-libs/cfitsio - sci-libs/libnova - sci-libs/gsl - sys-libs/zlib - virtual/jpeg:0 - virtual/libusb:1 - net-misc/curl - qt5? ( dev-qt/qtnetwork:5 ) -" -DEPEND="${RDEPEND} - sys-kernel/linux-headers - drivers? ( sci-libs/indilib-drivers ) -" - -DOCS=( AUTHORS ChangeLog README TODO ) - -S=${WORKDIR}/${MY_PN}-${PV}/libindi - -src_configure() { - local mycmakeargs=( - -DUDEVRULES_INSTALL_DIR=$(get_udevdir)/rules.d - $(cmake-utils_use qt5 INDI_BUILD_QT5_CLIENT) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/indiserver.sh" indiserver - newconfd "${FILESDIR}/indiserver.conf" indiserver -} - -pkg_postinst() { - enewgroup indiserver - enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver" - elog "You can use init script in /etc/init.d/indiserver to start" - elog "indiserver automatically." - elog "Configuration is in /etc/conf.d/indiserver." -} diff --git a/sci-libs/indilib/indilib-1.6.2.ebuild b/sci-libs/indilib/indilib-1.6.2.ebuild new file mode 100644 index 0000000..6a89776 --- /dev/null +++ b/sci-libs/indilib/indilib-1.6.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MY_PN="${PN/lib/}" + +inherit cmake-utils udev user + +DESCRIPTION="INDI Astronomical Control Protocol library" +HOMEPAGE="http://www.indilib.org/" +SRC_URI="https://github.com/${PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" + +LICENSE="LGPL-2.1+ BSD GPL-2+ LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="drivers qt5" + +RDEPEND=" + sci-libs/cfitsio + sci-libs/libnova + sci-libs/gsl + sys-libs/zlib + virtual/jpeg:0 + virtual/libusb:1 + net-misc/curl + qt5? ( dev-qt/qtnetwork:5 ) +" +DEPEND="${RDEPEND} + sys-kernel/linux-headers + drivers? ( sci-libs/indilib-drivers ) +" + +DOCS=( AUTHORS ChangeLog README TODO ) + +S=${WORKDIR}/${MY_PN}-${PV}/libindi + +src_configure() { + local mycmakeargs=( + -DUDEVRULES_INSTALL_DIR=$(get_udevdir)/rules.d + $(cmake-utils_use qt5 INDI_BUILD_QT5_CLIENT) + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}/indiserver.sh" indiserver + newconfd "${FILESDIR}/indiserver.conf" indiserver +} + +pkg_postinst() { + enewgroup indiserver + enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver" + elog "You can use init script in /etc/init.d/indiserver to start" + elog "indiserver automatically." + elog "Configuration is in /etc/conf.d/indiserver." +} -- cgit v1.2.3