diff options
-rw-r--r--[-rwxr-xr-x] | sci-astronomy/open-phd-guiding/Manifest | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild (renamed from sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild) | 6 | ||||
-rw-r--r-- | sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild | 28 |
3 files changed, 33 insertions, 4 deletions
diff --git a/sci-astronomy/open-phd-guiding/Manifest b/sci-astronomy/open-phd-guiding/Manifest index b9b7303..1342a72 100755..100644 --- a/sci-astronomy/open-phd-guiding/Manifest +++ b/sci-astronomy/open-phd-guiding/Manifest @@ -1 +1,2 @@ -EBUILD open-phd-guiding-9999.ebuild 538 RMD160 9561313f475f9e6e4b22d3b492cd03a7daac3cd5 SHA1 500e4564774f3d311e8e7f23af82962dea60b60c SHA256 b73daafa7093a89d12b58ca4bb76ce1cd417a1839aab04ac86aa8f64ed1a46a9 +EBUILD open-phd-guiding-1.9999.ebuild 562 SHA256 39f32adb480a5a46aafbc8755f5e3acb571290dc0b38b4a08ae6d456025d88ff SHA512 17b8c0882ae88b6437d8795ee58c4091db119a75e1a80263cc4c0367715f6488c8cb4cf2ebbbdad96c0a36b3c71ff5b84835c7a4ad7f8e08f2446735c75014c1 WHIRLPOOL d48c5f791bf2d121b482df82b4c313d30ae7e8dfe1fc1aff62adb0070952bdf17035429399d67a6208759ca16d40a83fa782eeba953bff601847a8d442ec4788 +EBUILD open-phd-guiding-2.9999.ebuild 550 SHA256 1dbb71fbfcda59583c08a0b368545ed2d54bfe5dfde29ab9653d54ff01483acc SHA512 5cf6fd2fdf46560e32044fe13b21490422b5442d6c3d5b9bf291c7c0325511d0c577829252597ed12553023c9811425396a7c96f87fb7a0686cde471c08583e2 WHIRLPOOL 99800d2f20d726ed796a4e034cbe1deda1a5c4cbbe5e1deb60be2001c2421fad801ca82ee4a13ed0116bae7270ded6d25958f262fe4b7ea26ffac0524d1eeeb8 diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild index 1518456..d804db4 100755..100644 --- a/sci-astronomy/open-phd-guiding/open-phd-guiding-9999.ebuild +++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild @@ -8,13 +8,13 @@ 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" +ESVN_REPO_URI="http://${PN}.googlecode.com/svn/branches/openphd1" +ESVN_PROJECT="${PN}/branches/openphd1" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -SLOT="0" +SLOT="1" DEPEND="x11-libs/wxGTK:2.8[X] \ sys-libs/zlib \ 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 +} |