summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}