summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:26:59 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:26:59 +0000
commitce4631466c2ef9068b136969e856ad15bd389e85 (patch)
tree43bd2b10565e51f6ad30c184ce1da3cdd8b5a1f2 /sci-misc
parentMoved from sci-misc/gwyddion to sci-visualization/gwyddion. (diff)
downloadhistorical-ce4631466c2ef9068b136969e856ad15bd389e85.tar.gz
historical-ce4631466c2ef9068b136969e856ad15bd389e85.tar.bz2
historical-ce4631466c2ef9068b136969e856ad15bd389e85.zip
Moved to sci-visualization/gwyddion.
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gwyddion/ChangeLog28
-rw-r--r--sci-misc/gwyddion/Manifest14
-rw-r--r--sci-misc/gwyddion/files/digest-gwyddion-1.151
-rw-r--r--sci-misc/gwyddion/gwyddion-1.15.ebuild35
-rw-r--r--sci-misc/gwyddion/metadata.xml14
5 files changed, 0 insertions, 92 deletions
diff --git a/sci-misc/gwyddion/ChangeLog b/sci-misc/gwyddion/ChangeLog
deleted file mode 100644
index 203d658cb7d2..000000000000
--- a/sci-misc/gwyddion/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for sci-misc/gwyddion
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gwyddion/ChangeLog,v 1.4 2006/01/18 23:54:05 cryos Exp $
-
-*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-misc/gwyddion/Manifest b/sci-misc/gwyddion/Manifest
deleted file mode 100644
index 40113af1e415..000000000000
--- a/sci-misc/gwyddion/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------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-misc/gwyddion/files/digest-gwyddion-1.15 b/sci-misc/gwyddion/files/digest-gwyddion-1.15
deleted file mode 100644
index ec0e248d598a..000000000000
--- a/sci-misc/gwyddion/files/digest-gwyddion-1.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64913fd6699ac9a43805fba89ea6fbf2 gwyddion-1.15.tar.bz2 1517902
diff --git a/sci-misc/gwyddion/gwyddion-1.15.ebuild b/sci-misc/gwyddion/gwyddion-1.15.ebuild
deleted file mode 100644
index b7edc498f787..000000000000
--- a/sci-misc/gwyddion/gwyddion-1.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gwyddion/gwyddion-1.15.ebuild,v 1.1 2006/01/18 23:54:05 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-misc/gwyddion/metadata.xml b/sci-misc/gwyddion/metadata.xml
deleted file mode 100644
index ad4880a3551e..000000000000
--- a/sci-misc/gwyddion/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>