diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2013-12-14 16:45:38 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2013-12-14 16:45:38 +0100 |
commit | 6237f8dc4aa4ab1aa56f7905b164dcb96df9ecd3 (patch) | |
tree | 0e18a3863c15ca539491700043bb04db8737d656 /sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild | |
parent | fe8fcf31388d8bd5518c4bcdb73075305b766efc (diff) | |
download | brancik-overlay-6237f8dc4aa4ab1aa56f7905b164dcb96df9ecd3.tar.gz brancik-overlay-6237f8dc4aa4ab1aa56f7905b164dcb96df9ecd3.tar.bz2 |
Split sci-astronomy/open-phd-guiding to 2 slots, because upstream started to develop version 2 of the software.
Diffstat (limited to 'sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild')
-rw-r--r-- | sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild new file mode 100644 index 0000000..a13bb23 --- /dev/null +++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit subversion wxwidgets eutils + +DESCRIPTION="Astrophoto guiding software" +HOMEPAGE="http://code.google.com/p/open-phd-guiding/" +ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" +ESVN_PROJECT="${PN}/trunk" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +SLOT="2" + +DEPEND="x11-libs/wxGTK:3.0[X] \ + virtual/libusb:1 \ + sci-libs/cfitsio \ + media-libs/opencv" + +RDEPEND="${DEPEND}" + +src_unpack() { + subversion_src_unpack +} |