summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:42:24 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:42:24 +0100
commitc036e4a255ac4efe0f0c6f3acc055f69668483fe (patch)
treec05e042fbe9dce9d0ba7bdd44ca2e5c0d850038e
parentdcdbe08af3a743636abbf3588870bae9959103fa (diff)
downloadbrancik-overlay-c036e4a255ac4efe0f0c6f3acc055f69668483fe.tar.gz
brancik-overlay-c036e4a255ac4efe0f0c6f3acc055f69668483fe.tar.bz2
Remove sci-astronomy/open-phd-guiding obsolete version 1 of app
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
deleted file mode 100644
index 49273dc..0000000
--- a/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
+++ /dev/null
@@ -1,27 +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 wxwidgets
-
-DESCRIPTION="Astrophoto guiding software"
-HOMEPAGE="http://code.google.com/p/open-phd-guiding/"
-ESVN_REPO_URI="http://${PN}.googlecode.com/svn/branches/openphd1"
-ESVN_PROJECT="${PN}/branches/openphd1"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-
-SLOT="1"
-
-DEPEND="x11-libs/wxGTK:2.8[X]
- sys-libs/zlib
- sci-libs/cfitsio"
-
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- subversion_src_unpack
-}