From 18696cad00f52dad58c9aa52cc32a46912d62375 Mon Sep 17 00:00:00 2001 From: "Marcus D. Hanwell" Date: Sun, 29 Jan 2006 20:26:19 +0000 Subject: Moved from sci-misc/gwyddion to sci-visualization/gwyddion. --- sci-visualization/gwyddion/ChangeLog | 32 ++++++++++++++++++++ sci-visualization/gwyddion/Manifest | 14 +++++++++ .../gwyddion/files/digest-gwyddion-1.15 | 1 + sci-visualization/gwyddion/gwyddion-1.15.ebuild | 35 ++++++++++++++++++++++ sci-visualization/gwyddion/metadata.xml | 14 +++++++++ 5 files changed, 96 insertions(+) create mode 100644 sci-visualization/gwyddion/ChangeLog create mode 100644 sci-visualization/gwyddion/Manifest create mode 100644 sci-visualization/gwyddion/files/digest-gwyddion-1.15 create mode 100644 sci-visualization/gwyddion/gwyddion-1.15.ebuild create mode 100644 sci-visualization/gwyddion/metadata.xml (limited to 'sci-visualization') diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog new file mode 100644 index 000000000000..0f46593d5bab --- /dev/null +++ b/sci-visualization/gwyddion/ChangeLog @@ -0,0 +1,32 @@ +# ChangeLog for sci-misc/gwyddion +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.1 2006/01/29 20:26:19 cryos Exp $ + + 29 Jan 2006; Marcus D. Hanwell +metadata.xml, + +gwyddion-1.15.ebuild: + Moved from sci-misc/gwyddion to sci-visualization/gwyddion. + +*gwyddion-1.15 (18 Jan 2006) + + 18 Jan 2006; Marcus D. Hanwell -gwyddion-1.13.ebuild, + -gwyddion-1.14.ebuild, +gwyddion-1.15.ebuild: + Version bump, pruned old versions. + +*gwyddion-1.14 (08 Dec 2005) + + 08 Dec 2005; Marcus D. Hanwell -gwyddion-1.12.ebuild, + +gwyddion-1.14.ebuild: + Version bump, prune old version. + +*gwyddion-1.13 (14 Oct 2005) + + 14 Oct 2005; Marcus D. Hanwell +gwyddion-1.13.ebuild: + Version bump. + +*gwyddion-1.12 (24 Aug 2005) + + 24 Aug 2005; Marcus D. Hanwell +metadata.xml, + +gwyddion-1.12.ebuild: + Initial import of ebuild, thanks to Aaron Rubinstein + for the original ebuild, closes bug 54327. + diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest new file mode 100644 index 000000000000..40113af1e415 --- /dev/null +++ b/sci-visualization/gwyddion/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 db599f7213df63942e7d148fbe6b3256 ChangeLog 930 +MD5 238248f75d5882e4b42a04e1c688fab0 files/digest-gwyddion-1.15 67 +MD5 841a609ecde4127b71aac0f27e163f2b gwyddion-1.15.ebuild 921 +MD5 8b540c5fcae8b4718136d43ae501f9fd metadata.xml 557 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDztUsntT9W3vfTuoRAqlYAJ9ft/YTFtita3CGzXfzCMXuLClnyQCeIi6U +rxv7aQOZ3KP/OsB426eyKQE= +=e2vj +-----END PGP SIGNATURE----- diff --git a/sci-visualization/gwyddion/files/digest-gwyddion-1.15 b/sci-visualization/gwyddion/files/digest-gwyddion-1.15 new file mode 100644 index 000000000000..ec0e248d598a --- /dev/null +++ b/sci-visualization/gwyddion/files/digest-gwyddion-1.15 @@ -0,0 +1 @@ +MD5 64913fd6699ac9a43805fba89ea6fbf2 gwyddion-1.15.tar.bz2 1517902 diff --git a/sci-visualization/gwyddion/gwyddion-1.15.ebuild b/sci-visualization/gwyddion/gwyddion-1.15.ebuild new file mode 100644 index 000000000000..61b458b87a9e --- /dev/null +++ b/sci-visualization/gwyddion/gwyddion-1.15.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-1.15.ebuild,v 1.1 2006/01/29 20:26:19 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" + +DEPEND="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) \ + --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-visualization/gwyddion/metadata.xml b/sci-visualization/gwyddion/metadata.xml new file mode 100644 index 000000000000..ad4880a3551e --- /dev/null +++ b/sci-visualization/gwyddion/metadata.xml @@ -0,0 +1,14 @@ + + + + sci + + cryos@gentoo.org + + + 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. + + -- cgit v1.2.3-65-gdbad