summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:38:41 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:38:41 +0100
commitdcdbe08af3a743636abbf3588870bae9959103fa (patch)
tree215efdf1cd9ce7772386a423f7a74998483be7ae
parentdfb0648b5efbdab85c1bee20f1c48be262e6e21c (diff)
downloadbrancik-overlay-dcdbe08af3a743636abbf3588870bae9959103fa.tar.gz
brancik-overlay-dcdbe08af3a743636abbf3588870bae9959103fa.tar.bz2
Remove sci-astronomy/qastrocam-g2, obsolete, depends on Qt4, last release in 2013
-rw-r--r--sci-astronomy/qastrocam-g2/files/qastrocam-g2-9999-do_not_install_qhy_driver.patch17
-rw-r--r--sci-astronomy/qastrocam-g2/metadata.xml24
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild37
3 files changed, 0 insertions, 78 deletions
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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ctibor@brancik.cz</email>
- <name>Ctibor Brančík</name>
- </maintainer>
- <longdescription>
- Qastrocam-g2 is a fork of Qastrocam, a very nice software dedicated to astronomy and video capture on GNU/Linux.
- </longdescription>
- <use>
- <flag name="qhy">
- Enable support for the QHY CCD cameras through <pkg>sci-libs/indilib-driver-qhy</pkg> or <pkg>sci-libs/libqhy</pkg>.
- </flag>
- <flag name="fits">
- Enable support for the FITS image format through cfitsio.
- </flag>
- </use>
- <upstream>
- <doc lang="en">http://thx8411.over-blog.com/pages/Qastrocamg2_48_FAQ-3269267.html</doc>
- <bugs-to>http://sourceforge.net/p/qastrocam-g2/bugs/</bugs-to>
- <remote-id type="sourceforge">qastrocam-g2</remote-id>
- </upstream>
-</pkgmetadata>
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/indilib-driver-qhy-9999 >=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