diff options
author | 2007-06-11 08:37:42 +0000 | |
---|---|---|
committer | 2007-06-11 08:37:42 +0000 | |
commit | 45295f2f70eb4c3ee38420a0e2c018e08ca01428 (patch) | |
tree | 0fd4ae840b1dbced5167a8cdfe92d9a45d55bea2 /sci-visualization | |
parent | stable x86, bug 180806 (diff) | |
download | gentoo-2-45295f2f70eb4c3ee38420a0e2c018e08ca01428.tar.gz gentoo-2-45295f2f70eb4c3ee38420a0e2c018e08ca01428.tar.bz2 gentoo-2-45295f2f70eb4c3ee38420a0e2c018e08ca01428.zip |
Marked stable on amd64, removed old version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gwyddion/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/gwyddion/files/digest-gwyddion-2.2 | 3 | ||||
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-2.2.ebuild | 35 | ||||
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-2.5.ebuild | 4 |
4 files changed, 7 insertions, 41 deletions
diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog index 56eb11039b6f..5a259ff8aa91 100644 --- a/sci-visualization/gwyddion/ChangeLog +++ b/sci-visualization/gwyddion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/gwyddion # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.8 2007/04/08 20:16:01 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.9 2007/06/11 08:37:42 cryos Exp $ + + 11 Jun 2007; Marcus D. Hanwell <cryos@gentoo.org> -gwyddion-2.2.ebuild, + gwyddion-2.5.ebuild: + Marked stable on amd64, removed old version. 08 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> gwyddion-2.2.ebuild: Marked stable on amd64. diff --git a/sci-visualization/gwyddion/files/digest-gwyddion-2.2 b/sci-visualization/gwyddion/files/digest-gwyddion-2.2 deleted file mode 100644 index e82a07511bf3..000000000000 --- a/sci-visualization/gwyddion/files/digest-gwyddion-2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 46c07e478a83fe8dcf56e9968d4aec33 gwyddion-2.2.tar.bz2 2016874 -RMD160 e91d1c086aeae91b2f131f400e18ae265ce39820 gwyddion-2.2.tar.bz2 2016874 -SHA256 9ff1db8c8093ac80e432cf83b2493af4544e0f9f63faa1cddbb0c4ffe1e7421e gwyddion-2.2.tar.bz2 2016874 diff --git a/sci-visualization/gwyddion/gwyddion-2.2.ebuild b/sci-visualization/gwyddion/gwyddion-2.2.ebuild deleted file mode 100644 index 14f702dffe8b..000000000000 --- a/sci-visualization/gwyddion/gwyddion-2.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.2.ebuild,v 1.2 2007/04/08 20:16:01 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/gwyddion-2.5.ebuild b/sci-visualization/gwyddion/gwyddion-2.5.ebuild index 97bf9eb5293d..d83c54f3e9a0 100644 --- a/sci-visualization/gwyddion/gwyddion-2.5.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.5.ebuild,v 1.1 2007/04/08 20:14:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.5.ebuild,v 1.2 2007/06/11 08:37:42 cryos Exp $ DESCRIPTION="A software framework for SPM data analysis" HOMEPAGE="http://gwyddion.net/" @@ -8,7 +8,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="python perl ruby nls" DEPEND="virtual/opengl |