Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
Date: Tue, 28 Jan 2020 00:12:51
Message-Id: 1580170330.9047974e9efd64ae8eceede0b21992ad751616bb.dilfridge@gentoo
1 commit: 9047974e9efd64ae8eceede0b21992ad751616bb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 00:12:10 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 00:12:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9047974e
7
8 sci-visualization/gwyddion: Remove old
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sci-visualization/gwyddion/Manifest | 1 -
14 sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild | 78 ----------------------
15 2 files changed, 79 deletions(-)
16
17 diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
18 index 703a0064d39..344cbeac8b5 100644
19 --- a/sci-visualization/gwyddion/Manifest
20 +++ b/sci-visualization/gwyddion/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST gwyddion-2.44.tar.xz 3517624 BLAKE2B c32dd33e2fe6c6a09062807db1a25fd54d3becc12bb806a21572f992429cc52a2180221c5627ab49d44f24c13f9928e3825c1b833adff1523d0caa092829ecf7 SHA512 c80a0e4e9dde2f669763629d34dacc0015770c4704a10fc820f4d8e75b4f4275852162653f0c6c52674ed76162861af860de6741466d939066bfea3fb584d2ff
23 DIST gwyddion-2.47.tar.xz 3974120 BLAKE2B c9a0241fe509a2f067c16f77d2b02885505d47c3ba0f25a44449e0d5ad05ce8596784392d8f1265823577aeebbab7ad9c96a39625b01bf11da3cebeb1c6453cc SHA512 a6bbda2d32ec013a9d6c7e2b6dbf2cef08d8f964099c0fda511bc92c16c943459f29d52f784a599466af65027aaae3aaeb1b79e56c40e39bc47019044eecd3e6
24 DIST gwyddion-2.55.tar.xz 4607560 BLAKE2B 30489d980d3feb6986be4041b59c847673ee589674d5913b4508f28f072eb2f570b98f0b1be01dcf6e1d45e86607582967fd83fe3c859172fcdef3c7bffae741 SHA512 680c33b1f7d36de31274869e7f0af9c06030e04779d6b59f06860ae3f47db4ad45bbf3ee2219bb7b6c01807a807aeafa4f5d0aefe20601e0dda1011acf59fc8e
25
26 diff --git a/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
27 deleted file mode 100644
28 index 47c8b1ba085..00000000000
29 --- a/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
30 +++ /dev/null
31 @@ -1,78 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -AUTOTOOLS_IN_SOURCE_BUILD=1
38 -
39 -inherit autotools-utils fdo-mime gnome2-utils
40 -
41 -DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
42 -HOMEPAGE="http://gwyddion.net/"
43 -SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
49 -
50 -RDEPEND="
51 - media-libs/libpng:0
52 - x11-libs/cairo
53 - x11-libs/gtk+:2
54 - x11-libs/libXmu
55 - x11-libs/pango
56 - fits? ( sci-libs/cfitsio )
57 - fftw? ( sci-libs/fftw:3.0 )
58 - gnome? ( gnome-base/gconf:2 )
59 - opengl? ( virtual/opengl x11-libs/gtkglext )
60 - perl? ( dev-lang/perl )
61 - ruby? ( dev-ruby/narray )
62 - sourceview? ( x11-libs/gtksourceview:2.0 )
63 - xml? ( dev-libs/libxml2:2 )"
64 -
65 -DEPEND="${RDEPEND}
66 - virtual/pkgconfig
67 - doc? ( dev-util/gtk-doc )
68 -"
69 -
70 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
71 -
72 -MAKEOPTS+=" V=1"
73 -
74 -src_configure() {
75 - local myeconfargs=(
76 - --disable-rpath
77 - --without-kde4-thumbnailer
78 - $(use_enable doc gtk-doc)
79 - $(use_enable nls)
80 - $(use_enable python pygwy)
81 - $(use_enable fits cfitsio)
82 - $(use_with perl)
83 - --without-python
84 - $(use_with ruby)
85 - $(use_with fftw fftw3)
86 - $(use_with opengl gl)
87 - $(use_with sourceview gtksourceview)
88 - $(use_with xml libxml2)
89 - $(use_with X x)
90 - )
91 - autotools-utils_src_configure
92 -}
93 -
94 -src_install() {
95 - autotools-utils_src_install
96 -}
97 -
98 -pkg_postinst() {
99 - use gnome && gnome2_gconf_install
100 - fdo-mime_desktop_database_update
101 -}
102 -
103 -pkg_prerm() {
104 - use gnome && gnome2_gconf_uninstall
105 -}
106 -
107 -pkg_postrm() {
108 - fdo-mime_desktop_database_update
109 -}