diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 20:26:19 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 20:26:19 +0000 |
commit | 78b0a1a16b50320c84d58d44636bb1f661b06961 (patch) | |
tree | f15b5ec293ad9cd7402e9e8b6dc4b47295cd5b56 /sci-visualization/gwyddion | |
parent | Moved media-gfx/xgraph to sci-visualization/xgraph (diff) | |
download | historical-78b0a1a16b50320c84d58d44636bb1f661b06961.tar.gz historical-78b0a1a16b50320c84d58d44636bb1f661b06961.tar.bz2 historical-78b0a1a16b50320c84d58d44636bb1f661b06961.zip |
Moved from sci-misc/gwyddion to sci-visualization/gwyddion.
Diffstat (limited to 'sci-visualization/gwyddion')
-rw-r--r-- | sci-visualization/gwyddion/ChangeLog | 32 | ||||
-rw-r--r-- | sci-visualization/gwyddion/Manifest | 14 | ||||
-rw-r--r-- | sci-visualization/gwyddion/files/digest-gwyddion-1.15 | 1 | ||||
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-1.15.ebuild | 35 | ||||
-rw-r--r-- | sci-visualization/gwyddion/metadata.xml | 14 |
5 files changed, 96 insertions, 0 deletions
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 <cryos@gentoo.org> +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 <cryos@gentoo.org> -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 <cryos@gentoo.org> -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 <cryos@gentoo.org> +gwyddion-1.13.ebuild: + Version bump. + +*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-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 @@ +<?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> |