From dcdbe08af3a743636abbf3588870bae9959103fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 8 Jan 2020 19:38:41 +0100 Subject: Remove sci-astronomy/qastrocam-g2, obsolete, depends on Qt4, last release in 2013 --- ...strocam-g2-9999-do_not_install_qhy_driver.patch | 17 ---------- sci-astronomy/qastrocam-g2/metadata.xml | 24 -------------- .../qastrocam-g2/qastrocam-g2-9999.ebuild | 37 ---------------------- 3 files changed, 78 deletions(-) delete mode 100644 sci-astronomy/qastrocam-g2/files/qastrocam-g2-9999-do_not_install_qhy_driver.patch delete mode 100644 sci-astronomy/qastrocam-g2/metadata.xml delete mode 100644 sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild diff --git a/sci-astronomy/qastrocam-g2/files/qastrocam-g2-9999-do_not_install_qhy_driver.patch b/sci-astronomy/qastrocam-g2/files/qastrocam-g2-9999-do_not_install_qhy_driver.patch deleted file mode 100644 index e6ee1cd..0000000 --- a/sci-astronomy/qastrocam-g2/files/qastrocam-g2-9999-do_not_install_qhy_driver.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -ruN qastrocam-g2/CMakeLists.txt qastrocam-g2.new/CMakeLists.txt ---- qastrocam-g2/CMakeLists.txt 2015-01-29 18:43:17.195166707 +0100 -+++ qastrocam-g2.new/CMakeLists.txt 2015-01-29 18:45:12.288005076 +0100 -@@ -406,13 +406,6 @@ - install(FILES lib/huffyuv_readme.txt DESTINATION /usr/share/qastrocam-g2) - endif(AVIFILE_FOUND) - --# install QHY driver --install(FILES qhy_driver/qhyccd.rules DESTINATION /etc/udev/rules.d) --install(FILES qhy_driver/QHY5.HEX DESTINATION /usr/share/qastrocam-g2/qhy_driver) --install(FILES qhy_driver/QHY5LOADER.HEX DESTINATION /usr/share/qastrocam-g2/qhy_driver) --install(FILES qhy_driver/QHY6.HEX DESTINATION /usr/share/qastrocam-g2/qhy_driver) --install(FILES qhy_driver/LICENSE DESTINATION /usr/share/qastrocam-g2/qhy_driver) -- - ###################### - # PACKAGE GENERATION # - ###################### diff --git a/sci-astronomy/qastrocam-g2/metadata.xml b/sci-astronomy/qastrocam-g2/metadata.xml deleted file mode 100644 index 6a45ede..0000000 --- a/sci-astronomy/qastrocam-g2/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - ctibor@brancik.cz - Ctibor Brančík - - - Qastrocam-g2 is a fork of Qastrocam, a very nice software dedicated to astronomy and video capture on GNU/Linux. - - - - Enable support for the QHY CCD cameras through sci-libs/indilib-driver-qhy or sci-libs/libqhy. - - - Enable support for the FITS image format through cfitsio. - - - - http://thx8411.over-blog.com/pages/Qastrocamg2_48_FAQ-3269267.html - http://sourceforge.net/p/qastrocam-g2/bugs/ - qastrocam-g2 - - diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild deleted file mode 100644 index c4907ad..0000000 --- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit subversion cmake-utils eutils - -DESCRIPTION="Astrophoto imaging and guiding software" -HOMEPAGE="http://sourceforge.net/projects/qastrocam-g2" -ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/svn/trunk" - -SLOT="0" - -LICENSE="GPL-2" -KEYWORDS="" - -IUSE="ffmpeg fits jpeg usb sdl qhy" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - qhy? ( - || ( =sci-libs/libqhy-9999 ) - usb? ( virtual/libusb:1 ) - ) - fits? ( sci-libs/cfitsio ) - jpeg? ( virtual/jpeg:62 ) - ffmpeg? ( virtual/ffmpeg ) - sdl? ( media-libs/libsdl )" - -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/qastrocam-g2-9999-do_not_install_qhy_driver.patch" ) - -src_unpack() { - subversion_src_unpack -} \ No newline at end of file -- cgit v1.2.3