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/files/, sci-mathematics/wxmaxima/
Date: Thu, 30 Jan 2020 15:48:38
Message-Id: 1580399294.8d17e228d597602df8711f46c2be366d13ebb50d.grozin@gentoo
1 commit: 8d17e228d597602df8711f46c2be366d13ebb50d
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 15:48:14 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 15:48:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d17e228
7
8 sci-mathematics/wxmaxima: cleaning old
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 sci-mathematics/wxmaxima/Manifest | 1 -
14 .../wxmaxima/files/wxmaxima-19.12.2.patch | 10 -----
15 sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild | 51 ----------------------
16 3 files changed, 62 deletions(-)
17
18 diff --git a/sci-mathematics/wxmaxima/Manifest b/sci-mathematics/wxmaxima/Manifest
19 index 8b184821529..3fa7e6769a4 100644
20 --- a/sci-mathematics/wxmaxima/Manifest
21 +++ b/sci-mathematics/wxmaxima/Manifest
22 @@ -1,4 +1,3 @@
23 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31 SHA512 964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
24 -DIST wxmaxima-19.12.2.tar.gz 15765011 BLAKE2B fa788a9b5c204a06f85f84a89548af3b846e3e06f572df2b0f2d74aaf6dbfea98b26d8bbfd7c1c62ab8a0aa376d1af9d37bce563b474f5badf2a2bde43135d61 SHA512 5614f78f169eb1cacb46ae46ddb754103aa85cf90b309fffece4543fc06c600e967e2ea73bb8b82065075ded82fea44ccd709be651f5075e3b91edb304ad5ab6
25 DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5 SHA512 bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
26 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c SHA512 4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
27
28 diff --git a/sci-mathematics/wxmaxima/files/wxmaxima-19.12.2.patch b/sci-mathematics/wxmaxima/files/wxmaxima-19.12.2.patch
29 deleted file mode 100644
30 index 79ccce08390..00000000000
31 --- a/sci-mathematics/wxmaxima/files/wxmaxima-19.12.2.patch
32 +++ /dev/null
33 @@ -1,10 +0,0 @@
34 -diff -r -U1 wxmaxima-Version-19.12.2.orig/src/Dirstructure.cpp wxmaxima-Version-19.12.2/src/Dirstructure.cpp
35 ---- wxmaxima-Version-19.12.2.orig/src/Dirstructure.cpp 2019-12-22 17:54:12.000000000 +0700
36 -+++ wxmaxima-Version-19.12.2/src/Dirstructure.cpp 2019-12-24 22:47:33.433140055 +0700
37 -@@ -43,4 +43,4 @@
38 - // The path Gentoo hides the manual at
39 -- if(wxDirExists(m_helpDir + wxString::Format("doc/wxmaxima-%s",GITVERSION)))
40 -- m_helpDir += wxString::Format("doc/wxmaxima-%s",GITVERSION);
41 -+ if(wxDirExists(m_helpDir + wxString::Format("/doc/wxmaxima-%s",GITVERSION)))
42 -+ m_helpDir += wxString::Format("/doc/wxmaxima-%s",GITVERSION);
43 -
44
45 diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild
46 deleted file mode 100644
47 index 809444233ee..00000000000
48 --- a/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild
49 +++ /dev/null
50 @@ -1,51 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -WX_GTK_VER="3.0"
56 -PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW"
57 -inherit cmake wxwidgets l10n xdg
58 -
59 -DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
60 -HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/"
61 -SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz -> ${P}.tar.gz"
62 -
63 -LICENSE="GPL-2"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~ppc ~x86"
66 -IUSE=""
67 -S="${WORKDIR}"/${PN}-Version-${PV}
68 -
69 -DEPEND="
70 - dev-libs/libxml2:2
71 - x11-libs/wxGTK:${WX_GTK_VER}"
72 -RDEPEND="${DEPEND}
73 - media-fonts/jsmath
74 - sci-visualization/gnuplot[wxwidgets]
75 - sci-mathematics/maxima"
76 -
77 -PATCHES=( "${FILESDIR}"/${P}.patch )
78 -
79 -src_prepare() {
80 - setup-wxwidgets
81 - cmake_src_prepare
82 -
83 - sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i "${S}"/info/CMakeLists.txt \
84 - || die "sed info/CMakeLists.txt failed"
85 -
86 - # locales
87 - rm_po() {
88 - rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
89 - rm -f "${S}"/locales/manual/${1}.po
90 - rm -f "${S}"/locales/wxwin/${1}.po
91 - rm -f "${S}"/info/${PN}.${1}.md
92 - rm -f "${S}"/info/${PN}.${1}.html
93 - }
94 - l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
95 - l10n_for_each_disabled_locale_do rm_po
96 -}
97 -
98 -src_install() {
99 - docompress -x /usr/share/doc/${PF}
100 - cmake_src_install
101 -}