summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-06-09 16:23:53 +0200
committerCtibor Brančík <ctibor@brancik.cz>2016-06-09 16:23:53 +0200
commit51cf7aee05065179b8dfb4e4cc3b6a31c00aba80 (patch)
treed1ba6a3d651da781e7e48cc2e1437ea2646cdf23 /sci-astronomy
parent836569d8bf2db01e7e95e51311518e84c29238d4 (diff)
downloadbrancik-overlay-51cf7aee05065179b8dfb4e4cc3b6a31c00aba80.tar.gz
brancik-overlay-51cf7aee05065179b8dfb4e4cc3b6a31c00aba80.tar.bz2
Code repository change for sci-astronomy/open-phd-guiding
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild13
1 files changed, 4 insertions, 9 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
index dff6117..67e06ac 100644
--- a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
@@ -4,12 +4,11 @@
EAPI=5
-inherit subversion cmake-utils wxwidgets
+inherit git-r3 cmake-utils wxwidgets
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"
+EGIT_REPO_URI="https://github.com/OpenPHDGuiding/phd2.git"
LICENSE="GPL-2"
KEYWORDS=""
@@ -23,11 +22,7 @@ DEPEND="x11-libs/wxGTK:3.0[X]
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/open-phd-guiding-2.9999-remove_compiler_strict_warnings.patch" "${FILESDIR}/open-phd-guiding-2.9999-build_helper_script.patch" )
-
-src_unpack() {
- subversion_src_unpack
-}
+#PATCHES=( "${FILESDIR}/open-phd-guiding-2.9999-remove_compiler_strict_warnings.patch" "${FILESDIR}/open-phd-guiding-2.9999-build_helper_script.patch" )
src_install() {
/bin/sh "${S}"/build/build_help.sh
@@ -35,4 +30,4 @@ src_install() {
rm "${S}"/locale/fr_FR/PHD2GuideHelp.zip
dodoc PHD_2.0_Architecture.docx
cmake-utils_src_install
-} \ No newline at end of file
+}