Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/
Date: Tue, 26 Feb 2019 08:37:33
Message-Id: 1551195368.ee83137ec6c3169508a8ccbdc58d132302bbc1ec.grozin@gentoo
1 commit: ee83137ec6c3169508a8ccbdc58d132302bbc1ec
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 15:35:19 2019 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 15:36:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee83137e
7
8 sci-mathematics/wxmaxima: clean old versions
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 sci-mathematics/wxmaxima/Manifest | 3 --
14 sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild | 52 ------------------------
15 sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild | 52 ------------------------
16 sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild | 52 ------------------------
17 4 files changed, 159 deletions(-)
18
19 diff --git a/sci-mathematics/wxmaxima/Manifest b/sci-mathematics/wxmaxima/Manifest
20 index efe802da0c1..16b1fa4fdfd 100644
21 --- a/sci-mathematics/wxmaxima/Manifest
22 +++ b/sci-mathematics/wxmaxima/Manifest
23 @@ -1,5 +1,2 @@
24 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919 SHA512 a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
25 -DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692 SHA512 e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
26 -DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e SHA512 b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
27 -DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c SHA512 96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37
28 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31 SHA512 964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
29
30 diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
31 deleted file mode 100644
32 index 2b7cde69a15..00000000000
33 --- a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
34 +++ /dev/null
35 @@ -1,52 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -WX_GTK_VER="3.0"
41 -PLOCALES="ca cs da de el es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW"
42 -inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
43 -
44 -DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
45 -HOMEPAGE="http://andrejv.github.io/wxmaxima/"
46 -SRC_URI="https://github.com/andrejv/wxmaxima/archive/Version-${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~x86"
51 -IUSE=""
52 -S="${WORKDIR}"/${PN}-Version-${PV}
53 -
54 -DEPEND="
55 - dev-libs/libxml2:2
56 - x11-libs/wxGTK:${WX_GTK_VER}"
57 -RDEPEND="${DEPEND}
58 - media-fonts/jsmath
59 - sci-visualization/gnuplot[wxwidgets]
60 - sci-mathematics/maxima"
61 -
62 -src_prepare() {
63 - setup-wxwidgets
64 - cmake-utils_src_prepare
65 -
66 - sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i "${S}"/info/CMakeLists.txt \
67 - || die "sed info/CMakeLists.txt failed"
68 -
69 - # locales
70 - rm_po() {
71 - rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
72 - }
73 - l10n_find_plocales_changes "${S}"/locales '' '.po'
74 - l10n_for_each_disabled_locale_do rm_po
75 -}
76 -
77 -pkg_postinst() {
78 - xdg_desktop_database_update
79 - xdg_mimeinfo_database_update
80 - gnome2_icon_cache_update
81 -}
82 -
83 -pkg_postrm() {
84 - xdg_desktop_database_update
85 - xdg_mimeinfo_database_update
86 - gnome2_icon_cache_update
87 -}
88
89 diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
90 deleted file mode 100644
91 index 56c7b4a3e19..00000000000
92 --- a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
93 +++ /dev/null
94 @@ -1,52 +0,0 @@
95 -# Copyright 1999-2018 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -WX_GTK_VER="3.0"
100 -PLOCALES="ca cs da de el es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW"
101 -inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
102 -
103 -DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
104 -HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/"
105 -SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="GPL-2"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~ppc ~x86"
110 -IUSE=""
111 -S="${WORKDIR}"/${PN}-Version-${PV}
112 -
113 -DEPEND="
114 - dev-libs/libxml2:2
115 - x11-libs/wxGTK:${WX_GTK_VER}"
116 -RDEPEND="${DEPEND}
117 - media-fonts/jsmath
118 - sci-visualization/gnuplot[wxwidgets]
119 - sci-mathematics/maxima"
120 -
121 -src_prepare() {
122 - setup-wxwidgets
123 - cmake-utils_src_prepare
124 -
125 - sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i "${S}"/info/CMakeLists.txt \
126 - || die "sed info/CMakeLists.txt failed"
127 -
128 - # locales
129 - rm_po() {
130 - rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
131 - }
132 - l10n_find_plocales_changes "${S}"/locales '' '.po'
133 - l10n_for_each_disabled_locale_do rm_po
134 -}
135 -
136 -pkg_postinst() {
137 - xdg_desktop_database_update
138 - xdg_mimeinfo_database_update
139 - gnome2_icon_cache_update
140 -}
141 -
142 -pkg_postrm() {
143 - xdg_desktop_database_update
144 - xdg_mimeinfo_database_update
145 - gnome2_icon_cache_update
146 -}
147
148 diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
149 deleted file mode 100644
150 index 56c7b4a3e19..00000000000
151 --- a/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
152 +++ /dev/null
153 @@ -1,52 +0,0 @@
154 -# Copyright 1999-2018 Gentoo Foundation
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=6
158 -WX_GTK_VER="3.0"
159 -PLOCALES="ca cs da de el es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW"
160 -inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
161 -
162 -DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
163 -HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/"
164 -SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz -> ${P}.tar.gz"
165 -
166 -LICENSE="GPL-2"
167 -SLOT="0"
168 -KEYWORDS="~amd64 ~ppc ~x86"
169 -IUSE=""
170 -S="${WORKDIR}"/${PN}-Version-${PV}
171 -
172 -DEPEND="
173 - dev-libs/libxml2:2
174 - x11-libs/wxGTK:${WX_GTK_VER}"
175 -RDEPEND="${DEPEND}
176 - media-fonts/jsmath
177 - sci-visualization/gnuplot[wxwidgets]
178 - sci-mathematics/maxima"
179 -
180 -src_prepare() {
181 - setup-wxwidgets
182 - cmake-utils_src_prepare
183 -
184 - sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i "${S}"/info/CMakeLists.txt \
185 - || die "sed info/CMakeLists.txt failed"
186 -
187 - # locales
188 - rm_po() {
189 - rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
190 - }
191 - l10n_find_plocales_changes "${S}"/locales '' '.po'
192 - l10n_for_each_disabled_locale_do rm_po
193 -}
194 -
195 -pkg_postinst() {
196 - xdg_desktop_database_update
197 - xdg_mimeinfo_database_update
198 - gnome2_icon_cache_update
199 -}
200 -
201 -pkg_postrm() {
202 - xdg_desktop_database_update
203 - xdg_mimeinfo_database_update
204 - gnome2_icon_cache_update
205 -}