From 3f6b4ff4c62055a311275ad8a561084daaadaf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 8 Jan 2020 19:45:32 +0100 Subject: Remove sci-astronomy/ccd, obsolete, depends on Qt4 --- sci-astronomy/ccd/ccd-1.2.10.ebuild | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 sci-astronomy/ccd/ccd-1.2.10.ebuild (limited to 'sci-astronomy/ccd/ccd-1.2.10.ebuild') diff --git a/sci-astronomy/ccd/ccd-1.2.10.ebuild b/sci-astronomy/ccd/ccd-1.2.10.ebuild deleted file mode 100644 index c7a19c4..0000000 --- a/sci-astronomy/ccd/ccd-1.2.10.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="Simple astronomical CCD controller" -HOMEPAGE="http://sourceforge.net/projects/cccd/" -SRC_URI="http://downloads.sourceforge.net/project/cccd/${PN}/${PV}/${PN}-${PV}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - virtual/libusb:1 - sys-apps/fxload - media-libs/libgphoto2 - >=media-libs/libraw-0.9.1 - media-libs/tiff:0 - media-libs/lcms - dev-qt/qtcore:4 - dev-qt/qtgui:4 - || ( =sci-libs/libqhy-9999 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -PATCHES=( "${FILESDIR}/ccd-1.2.9-fix_helper_scripts_paths.patch") - -src_compile() { - qt4-r2_src_compile - cd "${S}"/shutter_procs/ - make - cd "${S}" -} - -src_install() { - dobin ccd - exeinto /usr/libexec/ccd - doexe shutter_procs/shutter - doexe utils/qhy6reset.sh - doexe utils/qhy8reset.sh - doexe utils/qhy8lreset.sh - doexe utils/qhy9reset.sh - dodoc readme - dodoc readme.en - dodoc readme.ru -} -- cgit v1.2.3