summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
committerCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
commitb3f80e0306587663a493502e4fcfa1c17c5836fd (patch)
treecbd97925b8af0d81f04fd8ee064e631ae70a788e /sci-astronomy
downloadbrancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.gz
brancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.bz2
Initial import of the local overlay.
Diffstat (limited to 'sci-astronomy')
-rwxr-xr-xsci-astronomy/open-phd-guiding/Manifest1
-rwxr-xr-xsci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/sci-astronomy/open-phd-guiding/Manifest b/sci-astronomy/open-phd-guiding/Manifest
new file mode 100755
index 0000000..b9b7303
--- /dev/null
+++ b/sci-astronomy/open-phd-guiding/Manifest
@@ -0,0 +1 @@
+EBUILD open-phd-guiding-9999.ebuild 538 RMD160 9561313f475f9e6e4b22d3b492cd03a7daac3cd5 SHA1 500e4564774f3d311e8e7f23af82962dea60b60c SHA256 b73daafa7093a89d12b58ca4bb76ce1cd417a1839aab04ac86aa8f64ed1a46a9
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild
new file mode 100755
index 0000000..1518456
--- /dev/null
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit subversion wxwidgets cmake-utils 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="0"
+
+DEPEND="x11-libs/wxGTK:2.8[X] \
+ sys-libs/zlib \
+ sci-libs/cfitsio"
+
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ subversion_src_unpack
+}