gpo.zugaina.org

Search Portage & Overlays:

sci-visualization/gwyddion

Framework for Scanning Mode Microscopy data analysis

Screenshots

  • gwyddion-9999
    bzip2 doc fits jansson hdf5 nls openexr openmp perl python ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: stuff
  • gwyddion-2.71
    ~amd64 ~x86
    bzip2 doc fits jansson hdf5 nls openexr openmp perl python ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: stuff
  • gwyddion-2.70
    ~amd64 ~x86
    bzip2 doc fits jansson hdf5 nls openexr openmp perl python ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: stuff
  • gwyddion-2.69
    amd64 ~x86
    bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: gentoo
  • gwyddion-2.67-r1
    amd64 ~x86
    bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: gentoo
  • gwyddion-2.62
    ~amd64 ~x86
    bzip2 doc fits jansson hdf5 nls openexr openmp perl python ruby sourceview unique xml X zlib

    View      Download      Browse     License: GPL-2   
    Overlay: stuff

ChangeLog

commit 55a5ec4e5856308febac1319655efb0cb006a685
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 22:20:05 2026 +0200

sci-visualization/gwyddion: HOMEPAGE/SRC_URI http -> https

pkgcheck HttpsUrlAvailable across all four versions (2.62/2.70/2.71/9999). Apply
consistently rather than only the version pkgcheck flagged.

commit c4d19dbe99f7f29f3e850898537beacb4d1c62df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 30 17:17:00 2026 +0200

sci-visualization/gwyddion: drop bundled-pygtk patch, depend on system py2 stack

The bundled-pygtk-embed patch's premise was wrong: the in-tree
modules/pygwy/pygtk-embed only ships build-time headers and
codegen scripts, not the runtime CPython bindings. At runtime
pygwy.so (and the standalone gwy.so under python2.7's
site-packages) still needs the python gobject/gtk/gtk.gdk modules
— without them 'import gwy' fails immediately.

Re-add system dev-python/pygtk:2, dev-python/pygobject:2, and
dev-python/pycairo-python2 under the 'python' USE flag and drop
the patch and its files/ payload. Verified end-to-end:
'import gwy' succeeds, DataField+Container construction works,
gwy_file_load/save round-trips byte-identically, and
gwy_process_func_run('level',...) transforms data as expected.

commit cd670bbaa91c08cdaeb7e78d28fd9289f153dc68
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 30 07:47:53 2026 +0200

sci-visualization/gwyddion: take over maintainer block

Drop sci@gentoo.org and claim the overlay copy: Ivan S. Titov as
person maintainer, plus LebedevV (lebedev.vasya@gmail.com) as
co-maintainer. The existing in-overlay patch set (automagic, pygwy
bundled-pygtk) and the structural gtksourceview:2.0 dep already
mean this is a personal fork; the metadata now reflects that.

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit 64bd7054cda3cf7152bf4575b733b158ff5b0616
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 22:44:17 2026 +0200

sci-visualization/gwyddion: new version 2.62

Temporary restoration so LebedevV can re-run older pygwy scripts and
analysis tools that were validated against 2.62. Based on the 2.71
ebuild verbatim plus a flag-o-matic
append-flags -Wno-error=incompatible-pointer-types in src_configure:
GCC 15 promoted -Wincompatible-pointer-types to an error and
app/toolbox.c stores 3-arg GtkItemFactoryEntry callbacks
(toggle_edit_accelerators, toggle_logging_enabled) into the generic
void(*)(void) slot. Both 2.70 patches apply unchanged. Built and
installed via ebuild on 2026-04-28.

commit d5ebc85c05403441f856688aebaa7799921bc190
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 18:08:21 2026 +0200

sci-visualization/gwyddion: render svn pixmaps via rsvg-convert

Upstream's svn working copy ships only the SVG sources under
pixmaps/src/ (~263 files); release tarballs stage the per-icon
PNGs at make-dist time. The previous 9999 ebuild relied on a
hard inkscape BDEPEND to run pixmaps/Makefile.am's per-rule
inkscape invocations, which dragged in inkscape's full GTK app
+ extension stack just to rasterise icons.

Rewire the rules in src_prepare via four targeted seds so the
generated PNGs come out of gnome-base/librsvg's rsvg-convert
instead. Each rule body resolves to:
rsvg-convert --width=N --height=N --output="OUT.png" "IN.svg"

Drops media-gfx/inkscape from BDEPEND and adds gnome-base/
librsvg in its place -- a much smaller dep tree, already pulled
in by gtk for symbolic-icon support.

Also drops the documenting "9999 fails install" comment landed
in 60522ba4 since the install phase now succeeds: 267 PNGs
rendered at the correct dimensions, smoke-tested via the gwy
python2.7 import.

commit 82f84af394260672844ea45dfadf438792158501
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 17:54:58 2026 +0200

sci-visualization/gwyddion: document 9999 install gap

The live ebuild's compile phase succeeds, but `make install` fails
against upstream svn trunk: pixmaps/Makefile.am lists ~300
gwy_*-24.png icons that the project only stages during `make dist`
and never commits to svn (the working copy carries 17 PNGs out of
the expected ~330). The gap is on upstream's packaging side; users
who want an installable build should use the 2.70 / 2.71 release
ebuilds.

Drop a comment at the top of the ebuild so future readers don't
re-discover this from an install-phase failure. The bundled-pygtk
patch we just landed is independent: it applies clean against svn
and configure/compile run fine -- only the install step trips.

commit 1d837a4fc6645e8d48535982d9a086451d942ea5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 17:48:29 2026 +0200

sci-visualization/gwyddion: always use bundled pygtk-embed

gwyddion ships a self-contained pygtk-embed under modules/pygwy/
(headers byte-identical to upstream pygtk-2.0; codegen identical
modulo shebangs and two aux scripts gwyddion doesn't use). The
upstream configure block first probes for system pygtk-2.0 via
pkg-config and only falls back to the bundle when missing, which
meant our build would incidentally pick up dev-python/pygtk:2
whenever it was installed.

In this overlay system pygtk:2 is now an unconsumed leaf -- sk1
was its other consumer and got dropped 2026-04-24. Forcing the
bundled path detaches gwyddion from dev-python/pygtk so we can
retire the py2 helper cluster without churning gwyddion later.

Verified against 2.71: configure summary reports
"(embedded pygtk2)", config.log shows
PYGTK_CFLAGS=' -Ipygtk-embed/include/pygtk-2.0' and
PYGTK_CODEGENDIR='pygtk-embed/codegen', built pygwy.so still has
no undefined pygobject_*/pygtk_* symbols, gwy module imports fine
in python2.7. Patch dry-runs clean against 2.70's configure.ac.

commit cd2766f0d4ca6e389a5b193fbdd2ba5e571a13b8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 14:49:29 2026 +0200

sci-visualization/gwyddion: rewrite 9999 to match 2.70/2.71 shape

Bring the live ebuild in line with the new 2.70/2.71 ones: same IUSE
surface, same deps (bzip2/jansson/hdf5/openexr/openmp/unique/zlib
support), same `python` USE flag using gwyddion's embedded pygtk so
no system pygtk:2 dep is needed, same `--without-gl` (gtkglext is
gone from ::gentoo).

SVN trunk doesn't ship the bits release tarballs produce, so src_prepare
has to recreate them before eautoreconf can run:

- Copy config.rpath in from gettext (used by `configure.ac`'s gettext
macros; not under version control).
- Regenerate po/POTFILES.in via upstream's utils/update-potfiles.sh.
- Run eautopoint -f to lay down the rest of the po/ scaffolding.

Pass --enable-maintainer-mode so the per-icon `.svg -> .png`
conversion rules in pixmaps/Makefile.am are active; the PNGs are
otherwise only shipped in release tarballs. That pulls in hard
BDEPENDs on media-gfx/inkscape and media-gfx/pngcrush, which only
matter for live builds and so are scoped to 9999 (not 2.70/2.71).

Apply the same 2.70-automagic.patch to clear configure's QA warning
about unrecognized `--with-cfitsio` / `--with-exr` options; the
patch applies cleanly - SVN trunk's configure.ac matches 2.71 at the
relevant offsets.

Tested: compile phase runs through cleanly. Install phase requires
inkscape to be installed so the pixmap regeneration rules have an
actual rasterizer; that dep is declared in BDEPEND so `emerge` will
pull it in before building.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit c184f98ecb4ce6a8f9ecafa1987411272a2458da
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 14:29:47 2026 +0200

sci-visualization/gwyddion: add 2.70 and 2.71, drop 2.56 / 2.58 / 2.59 / 2.62

Base on ::gentoo's 2.69 ebuild and add back the overlay's pygwy support
via the `python` USE flag. Key details:

- pygwy is still Python 2.7 only upstream (confirmed in 2.71's
configure.ac: _AM_PYTHON_INTERPRETER_LIST = [python2 python2.7]).
- pygwy ships an embedded pygtk at modules/pygwy/pygtk-embed, which
configure falls back to when pkg-config can't find pygtk-2.0, so no
system dev-python/pygtk dep is required.
- --without-gl is forced: x11-libs/gtkglext has been dropped from
::gentoo so OpenGL 3D rendering is no longer buildable here.
- Drop the `gnome` USE flag (gnome-base/gconf:2 is also gone).

Also refresh ::gentoo's gwyddion-2.62-automagic.patch against 2.70/71's
configure.ac - same content change, just updated line numbers so it
applies cleanly.

Drop the 2.56/2.58/2.59/2.62 ebuilds: they all shared the same
MissingInherits bug (pkg_setup called python-single-r1_pkg_setup
without inheriting python-single-r1) and depended on packages that
have since been removed from ::gentoo (gconf:2, gtkglext).

Tested: `ebuild ... clean compile install` for 2.71 runs through
cleanly with python+sourceview+fits+hdf5 off, installs /usr/bin/gwyddion
and modules, no QA notices.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit 82b87894e156dec0ea29b52c26a708ab4a1fb943
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:17:08 2026 +0200

sci-visualization/gwyddion: merge duplicated DEPEND definitions

commit 76701a44dfc0d4b6073f0da678701a49c8fce04e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:13:12 2026 +0200

sci-visualization/gwyddion: add explicit revision to dep specs

commit baa2e1298e2cf883ae1c57090aa978c4ac1c03f8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 13:33:32 2026 +0200

sci-visualization/gwyddion: drop redundant xdg-utils inherit (provided by xdg)

commit 7b7b23609a5d2bd268cf674cb4f584473d8737af
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 13:18:26 2026 +0200

sci-visualization/gwyddion: add missing inherits

commit caade91bb708a102acd3c64675147cb0649b3cb1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 12:44:02 2026 +0200

sci-visualization/gwyddion: drop unused inherits

commit 0e0ee3575ad2077e4aaa045f207e015897efb4aa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 12:33:09 2026 +0200

sci-visualization/gwyddion: wrap long line

commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100

*/*: UPD header, Happy New Year

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100

Corrected missing blank line after EAPI warning

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200

finally upd year to 2025 :)

commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100

upd copyright to 2024

commit 2caa8121f02da6bd5e5e62d1b283cd11193e97e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:35:08 2023 +0300

rm empty IUSE and KEYWORDS

commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200

upd: header

commit 9a411df078b77109d5a69bd629dea35a50bd5ada
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Apr 12 20:28:56 2023 +0100

Add files via upload

commit 0054afcd1c19f7f1480230de0c3f35fdf28a8ccb
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jan 19 14:56:23 2023 +0000

gwyddion bump

commit e7a9d9df486d3d19a9208ff561b8318421bc820e
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Nov 4 20:34:07 2022 +0000

gwyddion update

commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300

upd date in ebuilds

commit 74e0c80202a97f985ff3519629f0207217e81067
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Nov 12 11:20:39 2021 +0000

[gwyddion] hdf5 conflict partially solved for last versions

commit e26e61a6b37a10a723796204fb2e3de96f9cd5b7
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Sep 6 23:02:42 2021 +0100

gwyddion updated

commit ce852d70d5eb457a83c9389fd7e94ef3dcf904fa
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sat Feb 6 23:53:25 2021 +0000

gwyddion py2

commit 305b1a5f1380f8f7fe9ce8542034756a6055cadc
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sat Feb 6 22:51:42 2021 +0000

gwyddion py2

commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100

corrected gentoo header

commit 37f69a03b5dd9b33178a2a0ba5a108a3eca0314b
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Dec 18 00:11:15 2020 +0000

Minor update

commit 840c5184ac0686eab46f4e708f95635535c1013b
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Dec 17 23:52:11 2020 +0000

Correction for gwyddion

commit cdc037cf07ae306e662e030a28c907d0774e29b7
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Sep 25 15:59:32 2020 +0100

gwyddion minor changes

commit 9f0cd91e8d83724cfad419ea2bc61ce274873fff
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Sep 25 12:13:16 2020 +0100

gwyddion[python] rdep pygments added

commit f106692d10dcabc9dd737ddfd8818e76c3bfd93a
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Sep 21 23:00:12 2020 +0100

Gwyddion manifest amended

commit 843b128a48dcace307b36ecd8dad62335ddf1575
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sun Aug 30 12:59:31 2020 +0000

Delete gwyddion-2.55.ebuild

commit 760367d42d663c0cb2a15ca67bf3b1465eeb02e5
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Mon Jul 27 19:53:50 2020 +0000

Gwyddion amended

2.56 added, added a workaround for the Inkscape-1.*-related bug in 9999.
Some dependencies marked as deprecated!

commit 3426eb9600c6b5ea902cbe75c340259507d4ac0a
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Thu Mar 12 11:04:06 2020 +0000

Inkscape version bump in DEPEND

commit a0b68f16591e1877db7101916bd0c4d4b1e86965
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Tue Feb 18 16:24:44 2020 +0000

Minor bugfix in gwyddion-9999

python-single-r1 switched to python-r1

commit 92dbf4bdb4fbf0ca1ac21fb3198d799d443f3200
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sun Feb 9 20:20:25 2020 +0000

gwyddion-9999 updated

commit 8c96aa531885bf7d2ce05251f6ebe5ca3a3986b8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 8 21:24:30 2020 +0100

corrected gentoo copyright

commit 9667dda9524293bbdbc6bc02bddc1008b5a4d87c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 8 21:17:27 2020 +0100

upd gentoo copyright

commit 298fbce2c6d5b7578aaa24a829f67358e990ea21
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 8 20:47:39 2020 +0100

upd gwyddion

commit 197dd816d14a04c4e6fd9d90d2036aaede55d9fd
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Dec 7 00:05:56 2019 +0300

gwyddion-9999 masked

Fixed

commit 0e52c319e1d2c0cd920103177e6bac1ceaaeaffe
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Fri Dec 6 23:57:57 2019 +0300

gwyddion-9999.ebuild masked

commit 5b97f3bfdc925f0ee5bc5e6ed1cc4109338ecfe0
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Fri Dec 6 18:42:04 2019 +0000

Update for gwyddion-9999.ebuild

It was observed, that inkscape to 1.1.0_beta1 cause gwyddion-9999 building failure

commit b787b81f0632d7288edd7437ab9537c15cded1bf
Merge: 77bbd1e 5405b0d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Oct 17 22:06:10 2019 +0200

Merge branch 'master' into master

commit d651ed9809664f2f4c71586d69b0601808641959
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Wed Oct 16 19:27:49 2019 +0100

After repoman

commit 4a2f18a21f5d94b8dc893d3ac41d004d21b46fba
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Wed Oct 16 16:40:56 2019 +0100

gwyddion-9999.ebuild amended

commit 9ebdb260cc9a98483ca377f14d476d60bd053b60
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Sep 1 01:51:42 2019 +0200

upd gwyddion

commit dc647a1ec285e56a6b91f48c1b42f28261c09519
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 13 14:31:53 2019 +0200

upd travis

commit d001028421bca1b78301050adb46cf6ebae22b63
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Thu Jun 27 20:43:24 2019 +0300

Add files via upload

commit 9d8fd6575790051bb8d52b7780fe61052ad5b9f8
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Thu Jun 27 20:37:52 2019 +0300

Add files via upload

commit b0a97dd8fe745a96454b238229760cd2a3133fa2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jun 8 19:02:59 2019 +0200

upd gwyddion

commit 77a7dcda5a671272bbb7579fe995f09b84606a79
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Nov 23 23:27:41 2018 +0100

added gwyddion for now

commit ac5e0756aa96825bc8b2d9cc5a53b4fc34ef0034
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 23 16:32:30 2013 +0100

Removed sci-visualization/gwyddion, already in main tree

commit 9607a4d713266bceb736bd00b5a258df76f50aa7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Oct 9 13:36:45 2012 +0200

Added gwyddion-2.30.ebuild as main tree is a slowpoke.

commit 915f20e8032ea00eb9c95c293c83a6926e703402
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 25 13:00:40 2012 +0200

Removed gwyddion as we have newer one in the main tree

commit b2695c665eb90098f09c52de15846930656f8b0a
Author: megabaks <megagreener@gmail.com>
Date: Mon Apr 9 00:36:35 2012 +0000

important QA issues fixed

commit f5002bdaf8d5b8b2ebed3d81df6d610bcbd66285
Author: megabaks <megagreener@gmail.com>
Date: Sun Apr 8 14:50:57 2012 +0000

thin-manifest && QA

commit 9661ca4631b5d5f3560063e80d04e49468798504
Author: megabaks <megagreener@gmail.com>
Date: Sun Apr 8 03:40:44 2012 +0000

QA again

commit a03224219a0f88e2a94b7a37d27b547056d80ea7
Author: megabaks <megagreener@gmail.com>
Date: Sat Apr 7 13:50:59 2012 +0000

some QA fixes

commit 6722926e73770ae906ce488275e30d141aa40c1b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Mar 26 13:55:41 2012 +0200

Added sci-visualization/gwyddion-2.26