summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-12-18 03:05:13 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-12-18 03:05:13 +0000
commit3230df9b153acdb3b1678e34d115241e3f9c74a2 (patch)
treeda4b83171867852134f2ce9520f2499c2e51cec6 /sci-visualization
parent0.6.28 version bump. (diff)
downloadgentoo-2-3230df9b153acdb3b1678e34d115241e3f9c74a2.tar.gz
gentoo-2-3230df9b153acdb3b1678e34d115241e3f9c74a2.tar.bz2
gentoo-2-3230df9b153acdb3b1678e34d115241e3f9c74a2.zip
Version bump and removed old ebuilds.
(Portage version: 2.1.7.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gwyddion/ChangeLog8
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.12.ebuild74
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.14.ebuild74
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.19.ebuild (renamed from sci-visualization/gwyddion/gwyddion-2.16.ebuild)2
4 files changed, 8 insertions, 150 deletions
diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog
index e51d9b847039..d789fd12a58d 100644
--- a/sci-visualization/gwyddion/ChangeLog
+++ b/sci-visualization/gwyddion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-visualization/gwyddion
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.19 2009/11/12 21:50:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.20 2009/12/18 03:05:13 markusle Exp $
+
+*gwyddion-2.19 (18 Dec 2009)
+
+ 18 Dec 2009; Markus Dittrich <markusle@gentoo.org> -gwyddion-2.12.ebuild,
+ -gwyddion-2.14.ebuild, -gwyddion-2.16.ebuild, +gwyddion-2.19.ebuild:
+ Version bump and removed old ebuilds.
*gwyddion-2.18 (12 Nov 2009)
diff --git a/sci-visualization/gwyddion/gwyddion-2.12.ebuild b/sci-visualization/gwyddion/gwyddion-2.12.ebuild
deleted file mode 100644
index 872f65a1df6b..000000000000
--- a/sci-visualization/gwyddion/gwyddion-2.12.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.12.ebuild,v 1.3 2009/04/13 16:01:30 bicatali Exp $
-
-EAPI=2
-inherit fdo-mime gnome2-utils
-
-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="doc fftw gnome kde nls opengl perl python ruby sourceview tiff xml X"
-
-RDEPEND=">=x11-libs/gtk+-2.8
- x11-libs/cairo
- x11-libs/pango
- x11-libs/libXmu
- fftw? ( >=sci-libs/fftw-3 )
- gnome? ( gnome-base/gconf )
- kde? ( >=kde-base/kdelibs-4 )
- opengl? ( virtual/opengl x11-libs/gtkglext )
- perl? ( dev-lang/perl )
- python? ( dev-python/pygtk )
- ruby? ( dev-ruby/narray )
- sourceview? ( >=x11-libs/gtksourceview-2 )
- tiff? ( media-libs/tiff )
- xml? ( dev-libs/libxml2 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-src_configure() {
- econf \
- --disable-desktop-file-update \
- --disable-rpath \
- --enable-library-bloat \
- --enable-plugin-proxy \
- $(use_enable doc gtk-doc) \
- $(use_enable nls) \
- $(use_enable python pygwy) \
- $(use_with perl) \
- $(use_with python) \
- $(use_with ruby) \
- $(use_with fftw fftw3) \
- $(use_with opengl gl) \
- $(use_with sourceview gtksourceview) \
- $(use_with tiff) \
- $(use_with xml spml) \
- $(use_with X x) \
- $(use_with kde kde4-thumbnailer)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- use python && dodoc modules/pygwy/README.pygwy
-}
-
-pkg_postinst() {
- use gnome && gnome2_gconf_install
- fdo-mime_desktop_database_update
-}
-
-pkg_prerm() {
- use gnome && gnome2_gconf_uninstall
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-visualization/gwyddion/gwyddion-2.14.ebuild b/sci-visualization/gwyddion/gwyddion-2.14.ebuild
deleted file mode 100644
index 7710cdf13c03..000000000000
--- a/sci-visualization/gwyddion/gwyddion-2.14.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.14.ebuild,v 1.1 2009/04/13 16:01:30 bicatali Exp $
-
-EAPI=2
-inherit fdo-mime gnome2-utils
-
-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="doc fftw gnome kde nls opengl perl python ruby sourceview tiff xml X"
-
-RDEPEND=">=x11-libs/gtk+-2.8
- x11-libs/cairo
- x11-libs/pango
- x11-libs/libXmu
- fftw? ( >=sci-libs/fftw-3 )
- gnome? ( gnome-base/gconf )
- kde? ( >=kde-base/kdelibs-4 )
- opengl? ( virtual/opengl x11-libs/gtkglext )
- perl? ( dev-lang/perl )
- python? ( dev-python/pygtk )
- ruby? ( dev-ruby/narray )
- sourceview? ( >=x11-libs/gtksourceview-2 )
- tiff? ( media-libs/tiff )
- xml? ( dev-libs/libxml2 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-src_configure() {
- econf \
- --disable-desktop-file-update \
- --disable-rpath \
- --enable-library-bloat \
- --enable-plugin-proxy \
- $(use_enable doc gtk-doc) \
- $(use_enable nls) \
- $(use_enable python pygwy) \
- $(use_with perl) \
- $(use_with python) \
- $(use_with ruby) \
- $(use_with fftw fftw3) \
- $(use_with opengl gl) \
- $(use_with sourceview gtksourceview) \
- $(use_with tiff) \
- $(use_with xml spml) \
- $(use_with X x) \
- $(use_with kde kde4-thumbnailer)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- use python && dodoc modules/pygwy/README.pygwy
-}
-
-pkg_postinst() {
- use gnome && gnome2_gconf_install
- fdo-mime_desktop_database_update
-}
-
-pkg_prerm() {
- use gnome && gnome2_gconf_uninstall
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-visualization/gwyddion/gwyddion-2.16.ebuild b/sci-visualization/gwyddion/gwyddion-2.19.ebuild
index a9e90cbac4ca..eb0c6c513c24 100644
--- a/sci-visualization/gwyddion/gwyddion-2.16.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.16.ebuild,v 1.1 2009/07/16 07:44:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild,v 1.1 2009/12/18 03:05:13 markusle Exp $
EAPI=2
inherit fdo-mime gnome2-utils