summaryrefslogtreecommitdiff
path: root/sci-astronomy/lin_guider
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/lin_guider')
-rw-r--r--sci-astronomy/lin_guider/Manifest3
-rw-r--r--sci-astronomy/lin_guider/files/fix-qmake.patch5
-rw-r--r--sci-astronomy/lin_guider/lin_guider-0.27.ebuild35
3 files changed, 43 insertions, 0 deletions
diff --git a/sci-astronomy/lin_guider/Manifest b/sci-astronomy/lin_guider/Manifest
new file mode 100644
index 0000000..c02493e
--- /dev/null
+++ b/sci-astronomy/lin_guider/Manifest
@@ -0,0 +1,3 @@
+AUX fix-qmake.patch 230 SHA256 7c0e0ea6e392e1886baa91a96fc88573861d1e254e8d1a98f3a01b9027fda67a SHA512 09d1a957a2c7b5670e5b8f9427065d3796de7f24f2fef2723ca2a450792d3af7f4a67dae6fc0b8164a33cd7364ab38c0c958110ab4764c4226277af4d4242b47 WHIRLPOOL 912ce7afb28758d9015686fe793e26573ce7377a4d6b4248b728a3dfc3f0c2bc4b66bb0ac75d503478f4eb87f7be2ca6e3de8f2302a6f3cec36af4d2f15288af
+DIST lin_guider-27.0_sfx.tar.bz2 130385 SHA256 5d32853827da037e04fd76fbaff34a9d0a899db10e7c87e6292b51c50cf6b398 SHA512 ba45b8aa902bb083085cf860c5e4d0f346cb22abd9014ba12ac49795e6319adbc81cd279770baf2aa7a985555535457ede3f609209095019399121bc00efa56d WHIRLPOOL f7c62cc0964fe4b5bf9646bfd4c8a9d84c57b4f835dc7e32386e3d27497d177553b62d52c187862ab9d6549fa46a2bd412cdcacaba61f3a36e33bde72447d4fc
+EBUILD lin_guider-0.27.ebuild 680 SHA256 6cb8e1494f7002f8f813978be46dd68839df6d6dfbeec05e4878f86fba47bacb SHA512 3c2b20eb1ab4f34e8639d293ba7849be21f888668b932c9dc1dccf40ce874fe4aad12970775bc7a61385db37f3ccd093065f1ea98aa4a8d4f913fe9334425971 WHIRLPOOL 9e19e547eef5c23efab884eadac903f55546be7f3966fb24e6554c40b0b9227387182e0636bcdd4b043a4d4b52af8a3914309ded2e52e9f65b1bf278274e72f8
diff --git a/sci-astronomy/lin_guider/files/fix-qmake.patch b/sci-astronomy/lin_guider/files/fix-qmake.patch
new file mode 100644
index 0000000..5e79924
--- /dev/null
+++ b/sci-astronomy/lin_guider/files/fix-qmake.patch
@@ -0,0 +1,5 @@
+--- lin_guider_pack.new/lin_guider/configure 2012-07-23 23:52:25.137780074 +0200
++++ lin_guider_pack/lin_guider/configure 2012-07-23 23:50:09.871870286 +0200
+@@ -1 +1 @@
+-qmake-qt4 CONFIG+=release
++qmake CONFIG+=release
diff --git a/sci-astronomy/lin_guider/lin_guider-0.27.ebuild b/sci-astronomy/lin_guider/lin_guider-0.27.ebuild
new file mode 100644
index 0000000..8313ae5
--- /dev/null
+++ b/sci-astronomy/lin_guider/lin_guider-0.27.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit qt4
+
+DESCRIPTION="Lin-guider is an astronomical autoguiding program for Linux."
+HOMEPAGE="http://sourceforge.net/projects/linguider/"
+SRC_URI="http://downloads.sourceforge.net/project/linguider/lin_guider-27.0_sfx.tar.bz2"
+
+LICENSE=""
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0"
+
+DEPEND=">=x11-libs/qt-core-4.5.0 \
+ >=x11-libs/qt-gui-4.5.0 \
+ >=dev-libs/libusb-1.0.0"
+
+RDEPEND="${DEPEND} \
+ sys-apps/fxload"
+
+S="${WORKDIR}/lin_guider_pack/lin_guider"
+PATCHES="${FILESDIR}/fix-qmake.patch"
+
+
+
+src_unpack() {
+ unpack ${A}
+ ./lin_guider.bin -x
+}
+
+