summaryrefslogtreecommitdiff
path: root/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild')
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild37
1 files changed, 0 insertions, 37 deletions
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