summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-01-31 22:52:49 +0000
committerJustin Lecher <jlec@gentoo.org>2010-01-31 22:52:49 +0000
commitcf00a3af80a7f782723f4406ffce2c0669833387 (patch)
tree0a532e22970ae7b632e42554f9fc9c14b4483e6e /sci-visualization/xds-viewer/xds-viewer-0.6.ebuild
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-cf00a3af80a7f782723f4406ffce2c0669833387.tar.gz
gentoo-2-cf00a3af80a7f782723f4406ffce2c0669833387.tar.bz2
gentoo-2-cf00a3af80a7f782723f4406ffce2c0669833387.zip
Imported from sci overlay, fixing bug 261731
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/xds-viewer/xds-viewer-0.6.ebuild')
-rw-r--r--sci-visualization/xds-viewer/xds-viewer-0.6.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild b/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild
new file mode 100644
index 000000000000..57316bceb643
--- /dev/null
+++ b/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild,v 1.1 2010/01/31 22:52:49 jlec Exp $
+
+EAPI="2"
+
+inherit cmake-utils
+
+DESCRIPTION="Viewing X-ray diffraction and control images in the context of data processing by the XDS"
+HOMEPAGE="http://xds-viewer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+RDEPEND="
+ dev-libs/glib:2
+ media-libs/libpng
+ x11-libs/qt-gui"
+DEPEND="dev-util/cmake"
+RDEPEND=""
+
+DOCS="README"
+HTML_DOCS="src/doc/*"