From 51cf7aee05065179b8dfb4e4cc3b6a31c00aba80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 9 Jun 2016 16:23:53 +0200 Subject: Code repository change for sci-astronomy/open-phd-guiding --- .../open-phd-guiding/open-phd-guiding-2.9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'sci-astronomy') 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 +} -- cgit v1.2.3