diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 22:30:06 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 22:30:06 +0000 |
commit | 61d9034c4ed2fa4c73593eac63f7e9cb9ae0134a (patch) | |
tree | 9c3bdd97223fcb253c91f20d17e742f79799e68d /sci-misc/gwyddion | |
parent | Stable on amd64 and x86 (diff) | |
download | gentoo-2-61d9034c4ed2fa4c73593eac63f7e9cb9ae0134a.tar.gz gentoo-2-61d9034c4ed2fa4c73593eac63f7e9cb9ae0134a.tar.bz2 gentoo-2-61d9034c4ed2fa4c73593eac63f7e9cb9ae0134a.zip |
Initial import of ebuild, thanks to Aaron Rubinstein <mrodenstein@web.de> for the original ebuild, closes bug 54327.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-misc/gwyddion')
-rw-r--r-- | sci-misc/gwyddion/ChangeLog | 11 | ||||
-rw-r--r-- | sci-misc/gwyddion/Manifest | 2 | ||||
-rw-r--r-- | sci-misc/gwyddion/files/digest-gwyddion-1.12 | 1 | ||||
-rw-r--r-- | sci-misc/gwyddion/gwyddion-1.12.ebuild | 38 | ||||
-rw-r--r-- | sci-misc/gwyddion/metadata.xml | 14 |
5 files changed, 66 insertions, 0 deletions
diff --git a/sci-misc/gwyddion/ChangeLog b/sci-misc/gwyddion/ChangeLog new file mode 100644 index 000000000000..ff62ae03671a --- /dev/null +++ b/sci-misc/gwyddion/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-misc/gwyddion +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gwyddion/ChangeLog,v 1.1 2005/08/24 22:30:06 cryos Exp $ + +*gwyddion-1.12 (24 Aug 2005) + + 24 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org> +metadata.xml, + +gwyddion-1.12.ebuild: + Initial import of ebuild, thanks to Aaron Rubinstein <mrodenstein@web.de> + for the original ebuild, closes bug 54327. + diff --git a/sci-misc/gwyddion/Manifest b/sci-misc/gwyddion/Manifest new file mode 100644 index 000000000000..9c787f9c18f0 --- /dev/null +++ b/sci-misc/gwyddion/Manifest @@ -0,0 +1,2 @@ +MD5 edef625f47bc22552fff33bc176a2cee gwyddion-1.12.ebuild 654 +MD5 022fb0f1d0f2d3b498c88934cc2622c4 files/digest-gwyddion-1.12 67 diff --git a/sci-misc/gwyddion/files/digest-gwyddion-1.12 b/sci-misc/gwyddion/files/digest-gwyddion-1.12 new file mode 100644 index 000000000000..123d99b720f7 --- /dev/null +++ b/sci-misc/gwyddion/files/digest-gwyddion-1.12 @@ -0,0 +1 @@ +MD5 b9e1a62535e469332b86dc705ede828c gwyddion-1.12.tar.bz2 1477782 diff --git a/sci-misc/gwyddion/gwyddion-1.12.ebuild b/sci-misc/gwyddion/gwyddion-1.12.ebuild new file mode 100644 index 000000000000..2406d31e3177 --- /dev/null +++ b/sci-misc/gwyddion/gwyddion-1.12.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gwyddion/gwyddion-1.12.ebuild,v 1.1 2005/08/24 22:30:06 cryos Exp $ + +DESCRIPTION="A software framework for SPM data analysis" +HOMEPAGE="http://gwyddion.net/" +SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="python perl ruby nls X opengl" + +DEPEND="X? ( virtual/x11 ) + opengl? ( virtual/opengl ) + python? ( virtual/python ) + perl? ( dev-lang/perl ) + ruby? ( virtual/ruby ) + >=x11-libs/gtk+-2.6 + x11-libs/gtkglext" + +src_compile() { + econf \ + $(use_enable python) \ + $(use_enable perl) \ + $(use_enable ruby) \ + $(use_enable nls) \ + $(use_with X x) \ + $(use_with opengl gl) \ + --disable-desktop-file-update \ + || die "econf failed." + emake || die "emake failed." +} + +src_install() { + make DESTDIR=${D} install || die "make install failed." + dodoc AUTHORS ChangeLog NEWS README THANKS TODO +} diff --git a/sci-misc/gwyddion/metadata.xml b/sci-misc/gwyddion/metadata.xml new file mode 100644 index 000000000000..ad4880a3551e --- /dev/null +++ b/sci-misc/gwyddion/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>cryos@gentoo.org</email> + </maintainer> + <longdescription> + Gwyddion is a modular program for SPM data analysis. Primarily it is + supposed to be used for analysis of height fields obtained by means of + scanning probe microscopy techniques (AFM, MFM, STM, NSOM), but generally it + can be used for any other height field analysis or image analysis. + </longdescription> +</pkgmetadata> |