[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-05-17 Thread Andrey Grozin
commit: 4c713da876b860a151768a5aa03268a2106c321a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May 18 06:52:09 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May 18 06:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c713da8

sci-mathematics/wxmaxima: bump to 21.05.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index c53f9dbbb35..39b375b5aa7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b
 DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7
+DIST wxmaxima-21.05.1.tar.gz 17782450 BLAKE2B 
cf52c26342631810fd121ce89af98784bc243e650e3db3a26b577f63fffe63380c7af4db3d5f97ef3330455051ec0bc8349726cf70817dd24e7206dd0d274ef8
 SHA512 
beb100c5aba34a90e2c5c0f54022948e72e1b3f72862823fc23973abec644ed0f615d3c82499738c17d49d1c9af9ab6b868486d0187ee9971a7e6b017eda10cd

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
new file mode 100644
index 000..86038f4610e
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   l10n_find_plocales_changes locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread David Seifert
commit: 040bbfd81ffe63a54c733dbe2287ec55871205c7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 25 09:39:32 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 25 09:39:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040bbfd8

sci-mathematics/wxmaxima: Drop to stable ppc keywords

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
index 786a11df35c..d9add573339 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: 7fdecd2623e3ced4f9bc834c7ff1dad1a44ce3a3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 09:39:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 09:39:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdecd26

sci-mathematics/wxmaxima: add 21.04.0

Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3ce40b0e509..ec34396b1e5 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b
+DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
new file mode 100644
index 000..72cf6098d52
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   l10n_find_plocales_changes locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: 74fad3d399ed17cc72a718bf12fbe6a7bf545ecc
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 09:20:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 09:39:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fad3d3

sci-mathematics/wxmaxima: run unit tests manually

The full test suite fails even with virtualx, no error given. Let's run
some of the unit tests manually for now as a compromise.

Bug: https://bugs.gentoo.org/736695
Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 31 ++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
index a76a6aeeb04..72cf6098d52 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 WX_GTK_VER="3.0-gtk3"
 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"
 inherit cmake wxwidgets l10n xdg
@@ -9,12 +10,13 @@ inherit cmake wxwidgets l10n xdg
 DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
 HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
dev-libs/libxml2:2
@@ -45,6 +47,31 @@ src_prepare() {
l10n_for_each_disabled_locale_do rm_po
 }
 
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
 src_install() {
docompress -x /usr/share/doc/${PF}
cmake_src_install



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: 48e07fe06b492f3c5f35e689b9a43c9dee866c47
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 09:40:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 09:40:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e07fe0

sci-mathematics/wxmaxima: Stabilize 20.12.2 amd64, #769644

Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
index a76a6aeeb04..600ef6faee6 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: 1a1e5e76f40324d6e679270e208fabdb7d440739
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 10:44:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 10:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1e5e76

sci-mathematics/wxmaxima: add 'local' before for loop

Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 1 +
 sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
index 72cf6098d52..86038f4610e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
@@ -67,6 +67,7 @@ src_test() {
ImgCell
)
 
+   local test
for test in "${tests[@]}" ; do
./test_${test} || die "Unit test ${test} failed!"
done

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
index 72cf6098d52..86038f4610e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
@@ -67,6 +67,7 @@ src_test() {
ImgCell
)
 
+   local test
for test in "${tests[@]}" ; do
./test_${test} || die "Unit test ${test} failed!"
done



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: f4ac9e6ddefeb07cf3527e140595b4310237f85b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 12:43:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 12:43:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ac9e6d

sci-mathematics/wxmaxima: Stabilize 20.12.2 x86, #769644

Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
index 600ef6faee6..cddb6c554f0 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread David Seifert
commit: 6435f6d634dd921ec4c077d30513bfda28ed10ef
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 25 12:46:05 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 25 12:46:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6435f6d6

sci-mathematics/wxmaxima: Remove old 18.11.4

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 -
 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index ec34396b1e5..c53f9dbbb35 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,3 @@
-DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b
 DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
deleted file mode 100644
index d9add573339..000
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
-   }
-   l10n_find_plocales_changes "${S}"/locales '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-04-25 Thread Sam James
commit: 9fafc07cc351600d95121a2e408bdb96d89defa0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 17:33:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 17:34:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fafc07c

sci-mathematics/wxmaxima: update github remote-id

Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/wxmaxima/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/metadata.xml 
b/sci-mathematics/wxmaxima/metadata.xml
index de974d73bcb..f18f25f2a4a 100644
--- a/sci-mathematics/wxmaxima/metadata.xml
+++ b/sci-mathematics/wxmaxima/metadata.xml
@@ -13,6 +13,6 @@ completion based on previous input (tab-key).
 wxMaxima provides 2d formated display of maxima output.
 
   
-andrejv/wxmaxima
+wxMaxima-developers/wxmaxima
   
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-02-28 Thread Andrey Grozin
commit: d6e6c92d1fb8f5001eccac2d075db369c05afadc
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Feb 28 16:34:03 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Feb 28 16:34:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e6c92d

sci-mathematics/wxmaxima: bump to 20.02.4

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3fa7e6769a4..4eba5c07fea 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
+DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-11-03 Thread Andrey Grozin
commit: 2049135d35987d4bd58a458028e526b0a8e96bdb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Nov  3 13:21:48 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Nov  3 13:21:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2049135d

sci-mathematics/wxmaxima: bump to 19.10.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.10.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index bf8fd10a833..39e5a1d6724 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad
 DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06
 DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16da6764649254579a2c2252ff858adb05e9408a85e5ed84dba6f15f879db761472276a5da77fa15e1c1823c678160aa3
 SHA512 
07f650144b8acd8295a45411185805185078f5236b67b33dac0f12308fc3b7522a6a46dfd2df35397c1d2fd5a357fb8d12473be4af576fcf09bda1e34352ae68
 DIST wxmaxima-19.09.0.tar.gz 15153282 BLAKE2B 
96cb2db8938b73fb2dc3547310109df581a780a0372687aed9957cd3434fcbec8fef23467543f854f7e6b2c302dba6f3d5a411b17ab83e886175a62dc3fac385
 SHA512 
fad35fa118e49834d2ff6d54fb1f7cb8675ca1caadbb43c526b7a313479412c1a6c69959a0820c17af0119fc926f66c31368598c9e212fac56305a96d7a39838
+DIST wxmaxima-19.10.0.tar.gz 16573758 BLAKE2B 
9bee3f8822e9c9ed28058496f7c5c6b2358feeafad39d08d92f3e6ff382817a8a7fd3e33b821f6faba3863f4c8871bc3bebee2b9d97ec6ccfdbfd7c0f7d44940
 SHA512 
39681cefb81a3816b7daeef7df5b23f57f3a4572ff34396fd447829ceaf6505d09f730255d3c44dd48232879b9994f26a9f86801fe333e15483026d864efdf14

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.10.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.10.0.ebuild
new file mode 100644
index 000..b22b9d2
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.10.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-09-14 Thread Andrey Grozin
commit: 72f4a61c5fa8754db6414323c7efe77063894ba9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Sep 14 11:21:51 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Sep 14 11:21:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f4a61c

sci-mathematics/wxmaxima: bump to 19.09.0

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.09.0.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 95d0557430a..bf8fd10a833 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06
 DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16da6764649254579a2c2252ff858adb05e9408a85e5ed84dba6f15f879db761472276a5da77fa15e1c1823c678160aa3
 SHA512 
07f650144b8acd8295a45411185805185078f5236b67b33dac0f12308fc3b7522a6a46dfd2df35397c1d2fd5a357fb8d12473be4af576fcf09bda1e34352ae68
+DIST wxmaxima-19.09.0.tar.gz 15153282 BLAKE2B 
96cb2db8938b73fb2dc3547310109df581a780a0372687aed9957cd3434fcbec8fef23467543f854f7e6b2c302dba6f3d5a411b17ab83e886175a62dc3fac385
 SHA512 
fad35fa118e49834d2ff6d54fb1f7cb8675ca1caadbb43c526b7a313479412c1a6c69959a0820c17af0119fc926f66c31368598c9e212fac56305a96d7a39838

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.09.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.09.0.ebuild
new file mode 100644
index 000..f73edd67a18
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.09.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-05-25 Thread Andrey Grozin
commit: b66e6d788a65c18d196ec039b1ab4e81313da0e7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May 25 12:22:15 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May 25 12:22:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66e6d78

sci-mathematics/wxmaxima: bump to 21.05.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 39b375b5aa7..861b62cfda9 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6
 DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b
 DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7
 DIST wxmaxima-21.05.1.tar.gz 17782450 BLAKE2B 
cf52c26342631810fd121ce89af98784bc243e650e3db3a26b577f63fffe63380c7af4db3d5f97ef3330455051ec0bc8349726cf70817dd24e7206dd0d274ef8
 SHA512 
beb100c5aba34a90e2c5c0f54022948e72e1b3f72862823fc23973abec644ed0f615d3c82499738c17d49d1c9af9ab6b868486d0187ee9971a7e6b017eda10cd
+DIST wxmaxima-21.05.2.tar.gz 17782421 BLAKE2B 
8a4057087b38f1023f5773b4f3457060b1624e6de654c2b5fadb8fb529461bdf3393e6ea443e69d0ea2057130aa1a7de7ab6739d7797c3a90bb114ec96587289
 SHA512 
a5d7832d224bad0963a86d3714172d51b67a1c8daf933e66b6c7817da102f942e37aa2a31d8f0f1e27438b61b1ba2705af333edcf2c33a53fdeec318fe837ff6

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
new file mode 100644
index 000..86038f4610e
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   l10n_find_plocales_changes locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-07-04 Thread Ulrich Müller
commit: c7d741d74726465a5c1428a3a3472dda1047cd80
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  3 15:47:09 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  4 14:02:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d741d7

sci-mathematics/wxmaxima: Update from l10n.eclass to plocale.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild | 6 +++---
 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 6 +++---
 sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 6 +++---
 sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild | 6 +++---
 sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
index cddb6c554f0..de3f6d21447 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 WX_GTK_VER="3.0-gtk3"
 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"
-inherit cmake wxwidgets l10n xdg
+inherit cmake plocale wxwidgets xdg
 
 DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
 HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
@@ -41,8 +41,8 @@ src_prepare() {
rm -f info/${PN}.${1}.html
sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
}
-   l10n_find_plocales_changes locales/wxMaxima '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
 }
 
 src_install() {

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
index 86038f4610e..9abff2ab71e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
 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"
-inherit cmake wxwidgets l10n xdg
+inherit cmake plocale wxwidgets xdg
 
 DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
 HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
@@ -43,8 +43,8 @@ src_prepare() {
rm -f info/${PN}.${1}.html
sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
}
-   l10n_find_plocales_changes locales/wxMaxima '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
 }
 
 src_configure() {

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
index 86038f4610e..9abff2ab71e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
 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"
-inherit cmake wxwidgets l10n xdg
+inherit cmake plocale wxwidgets xdg
 
 DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
 HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
@@ -43,8 +43,8 @@ src_prepare() {
rm -f info/${PN}.${1}.html
sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
}
-   l10n_find_plocales_changes locales/wxMaxima '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
 }
 
 src_configure() {

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
index 86038f4610e..9abff2ab71e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
 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"
-inherit cmake wxwidgets l10n xdg
+inherit cmake plocale wxwidgets xdg
 
 DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
 HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
@@ -43,8 +43,8 @@ src_prepare() {
rm -f info/${PN}.${1}.html
sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
}
-   l10n_find_plocales_changes locales/wxMaxima '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
 }
 
 src_configure() {

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
index 86038f4610e..9abff2ab71e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.05.2

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-01-17 Thread Andrey Grozin
commit: 2964acd0b68351c406bb871f03679557e1c48ddd
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Jan 17 14:50:59 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Jan 17 14:51:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2964acd0

sci-mathematics/wxmaxima: bump to 20.12.2

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index b1f28846b0e..8cd6ddc4d02 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -5,3 +5,4 @@ DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d156400
 DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
 DIST wxmaxima-20.07.0.tar.gz 15723971 BLAKE2B 
cdec59e8ca17d0f4577a316a68e90795424d3d31829130e1854d908d76e54c02b125d20ce3a41ad5b4b06d57d918156bbbce7dead114b05daade34845d045124
 SHA512 
7272df5314ac79248154ee899397361da0570a6188ddc464b0479d2d6ac556ddf3941cf1ac17c9e6642e77d79a8458b902e70513dfdea15bc6a6d36d76b0bec2
 DIST wxmaxima-20.09.0.tar.gz 16159536 BLAKE2B 
758537f9d35ecbec1405318465ccce91b172f0e6fb00c71b926224f1cb90ed31263d8ae69a14a437c05e9e489e5143fb2e010ccb44e3fd9d7cf29785dbac9dfa
 SHA512 
952fdfec3f07904e3385657b43f5ad669a3149307843d352aa4d78c6ff88fb51aa31f301964a13c86faece5d4a2acce5af91338e7de57599d7414da447564fe8
+DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
new file mode 100644
index 000..a76a6aeeb04
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   l10n_find_plocales_changes locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-02-07 Thread Andrey Grozin
commit: 95a4309829c40125b3778b0a0d892bada21d2dfb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Feb  8 06:18:23 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Feb  8 06:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a43098

sci-mathematics/wxmaxima: bump to 21.01.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 14ca398e078..3ce40b0e509 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
+DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
new file mode 100644
index 000..a76a6aeeb04
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   l10n_find_plocales_changes locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-01-20 Thread David Seifert
commit: a853dd4c82d3ef0ed3d8e78b52b05f609e1679fb
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Jan 20 10:15:58 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 20 10:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a853dd4c

sci-mathematics/wxmaxima: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  6 ---
 sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-20.01.3.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-20.02.4.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-20.04.0.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-20.07.0.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-20.09.0.ebuild | 49 
 7 files changed, 300 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 8cd6ddc4d02..14ca398e078 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,8 +1,2 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
-DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
-DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
-DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
-DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
-DIST wxmaxima-20.07.0.tar.gz 15723971 BLAKE2B 
cdec59e8ca17d0f4577a316a68e90795424d3d31829130e1854d908d76e54c02b125d20ce3a41ad5b4b06d57d918156bbbce7dead114b05daade34845d045124
 SHA512 
7272df5314ac79248154ee899397361da0570a6188ddc464b0479d2d6ac556ddf3941cf1ac17c9e6642e77d79a8458b902e70513dfdea15bc6a6d36d76b0bec2
-DIST wxmaxima-20.09.0.tar.gz 16159536 BLAKE2B 
758537f9d35ecbec1405318465ccce91b172f0e6fb00c71b926224f1cb90ed31263d8ae69a14a437c05e9e489e5143fb2e010ccb44e3fd9d7cf29785dbac9dfa
 SHA512 
952fdfec3f07904e3385657b43f5ad669a3149307843d352aa4d78c6ff88fb51aa31f301964a13c86faece5d4a2acce5af91338e7de57599d7414da447564fe8
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild
deleted file mode 100644
index 9a2b704c52c..000
--- a/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-05-17 Thread Andrey Grozin
commit: 0b5a7d4b9890eaf1c99ace675d289b61c58057c4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun May 17 12:21:40 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun May 17 12:22:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5a7d4b

sci-mathematics/wxmaxima: bump to 20.04.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.04.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 4eba5c07fea..1837c43a0f8 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad
 DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
 DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
+DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.04.0.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.04.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-10-06 Thread Andrey Grozin
commit: 673afae54a97148149a45fac8713ab58308c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Oct  6 16:51:12 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Oct  6 16:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673afae5

sci-mathematics/wxmaxima: bump to 20.09.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.09.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 9a1ae4b2fec..b1f28846b0e 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -4,3 +4,4 @@ DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0a
 DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
 DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
 DIST wxmaxima-20.07.0.tar.gz 15723971 BLAKE2B 
cdec59e8ca17d0f4577a316a68e90795424d3d31829130e1854d908d76e54c02b125d20ce3a41ad5b4b06d57d918156bbbce7dead114b05daade34845d045124
 SHA512 
7272df5314ac79248154ee899397361da0570a6188ddc464b0479d2d6ac556ddf3941cf1ac17c9e6642e77d79a8458b902e70513dfdea15bc6a6d36d76b0bec2
+DIST wxmaxima-20.09.0.tar.gz 16159536 BLAKE2B 
758537f9d35ecbec1405318465ccce91b172f0e6fb00c71b926224f1cb90ed31263d8ae69a14a437c05e9e489e5143fb2e010ccb44e3fd9d7cf29785dbac9dfa
 SHA512 
952fdfec3f07904e3385657b43f5ad669a3149307843d352aa4d78c6ff88fb51aa31f301964a13c86faece5d4a2acce5af91338e7de57599d7414da447564fe8

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.09.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.09.0.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.09.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-08-11 Thread Andrey Grozin
commit: 0858ca1185750b64ebeeda1e16046b58eb5b69e7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug 11 07:15:53 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug 11 07:15:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0858ca11

sci-mathematics/wxmaxima: bump tp 20.07.0

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.07.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 101c442be4c..15701a79b53 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -4,3 +4,4 @@ DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0a
 DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
 DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
 DIST wxmaxima-20.06.6.tar.gz 15627532 BLAKE2B 
b445cd0195561ec55d4f7c750eb2f44386267fa153638faf0d90b084e2c43d6d2cec5160011e2b0a6cadd662c31ca63f72df80328aef37234e1e5dfce9ee1f64
 SHA512 
65b4f93f8baf3c1b93ac1cac21b0a531e3d5fbf219540a0db4f6f66744909e3e787765ba1eb387823805df7201e6fa08bca165cdea2e0acb2687261fbd3cb269
+DIST wxmaxima-20.07.0.tar.gz 15723971 BLAKE2B 
cdec59e8ca17d0f4577a316a68e90795424d3d31829130e1854d908d76e54c02b125d20ce3a41ad5b4b06d57d918156bbbce7dead114b05daade34845d045124
 SHA512 
7272df5314ac79248154ee899397361da0570a6188ddc464b0479d2d6ac556ddf3941cf1ac17c9e6642e77d79a8458b902e70513dfdea15bc6a6d36d76b0bec2

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.07.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.07.0.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.07.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-08-11 Thread Andrey Grozin
commit: 9a64a5804be5728aae3be4bdf266afb849cf534a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug 11 07:18:05 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug 11 07:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a64a580

sci-mathematics/wxmaxima: remove 20.06.6

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 -
 sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 15701a79b53..9a1ae4b2fec 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,5 +3,4 @@ DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35ee
 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
 DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
 DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
-DIST wxmaxima-20.06.6.tar.gz 15627532 BLAKE2B 
b445cd0195561ec55d4f7c750eb2f44386267fa153638faf0d90b084e2c43d6d2cec5160011e2b0a6cadd662c31ca63f72df80328aef37234e1e5dfce9ee1f64
 SHA512 
65b4f93f8baf3c1b93ac1cac21b0a531e3d5fbf219540a0db4f6f66744909e3e787765ba1eb387823805df7201e6fa08bca165cdea2e0acb2687261fbd3cb269
 DIST wxmaxima-20.07.0.tar.gz 15723971 BLAKE2B 
cdec59e8ca17d0f4577a316a68e90795424d3d31829130e1854d908d76e54c02b125d20ce3a41ad5b4b06d57d918156bbbce7dead114b05daade34845d045124
 SHA512 
7272df5314ac79248154ee899397361da0570a6188ddc464b0479d2d6ac556ddf3941cf1ac17c9e6642e77d79a8458b902e70513dfdea15bc6a6d36d76b0bec2

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild
deleted file mode 100644
index da8eef70a61..000
--- a/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="app-text/pandoc
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
-   rm -f "${S}"/locales/manual/${1}.po
-   rm -f "${S}"/locales/wxwin/${1}.po
-   rm -f "${S}"/info/${PN}.${1}.md
-   rm -f "${S}"/info/${PN}.${1}.html
-   }
-   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}
-   cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-01-05 Thread Andrey Grozin
commit: 54466597707ec34924ed837a5a4bf17d30d4e52f
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Jan  5 15:57:21 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Jan  5 15:57:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54466597

sci-mathematics/wxmaxima: bump to 20.01.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index e3d59779b04..416af68ce1f 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.12.2.tar.gz 15765011 BLAKE2B 
fa788a9b5c204a06f85f84a89548af3b846e3e06f572df2b0f2d74aaf6dbfea98b26d8bbfd7c1c62ab8a0aa376d1af9d37bce563b474f5badf2a2bde43135d61
 SHA512 
5614f78f169eb1cacb46ae46ddb754103aa85cf90b309fffece4543fc06c600e967e2ea73bb8b82065075ded82fea44ccd709be651f5075e3b91edb304ad5ab6
+DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.01.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-08-18 Thread Andrey Grozin
commit: 31bda1755c666363258845f563cda7c576bb06a7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Aug 18 15:37:10 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Aug 18 15:37:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bda175

sci-mathematics/wxmaxima: cleaning old versions

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild | 57 --
 3 files changed, 134 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 810d7ffaf03..a0860a7964a 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,2 @@
-DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
-DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a
 DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
deleted file mode 100644
index 58c69f66ff4..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
deleted file mode 100644
index 8da63e3b2c6..000
--- a/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-PLOCALES="ca cs da de el es fi fr gl hu it ja kab nb pl pt_BR ru tr u

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-08-18 Thread Andrey Grozin
commit: 93b10ca8d4183db22c121f186549c9f84d702ef2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Aug 18 15:39:02 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Aug 18 15:39:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b10ca8

sci-mathematics/wxmaxima: bump to 19.08.1

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.08.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index a0860a7964a..95d0557430a 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06
+DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16da6764649254579a2c2252ff858adb05e9408a85e5ed84dba6f15f879db761472276a5da77fa15e1c1823c678160aa3
 SHA512 
07f650144b8acd8295a45411185805185078f5236b67b33dac0f12308fc3b7522a6a46dfd2df35397c1d2fd5a357fb8d12473be4af576fcf09bda1e34352ae68

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.08.1.ebuild
new file mode 100644
index 000..6e3b401b1d7
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.08.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-11-15 Thread Andrey Grozin
commit: 56365675da0be8d73a6ab55133b89e5876f6951c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Nov 15 10:45:42 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Nov 15 10:46:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56365675

sci-mathematics/wxmaxima: bump to 19.11.0

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.11.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 39e5a1d6724..2cb688bd17f 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,3 +3,4 @@ DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071d
 DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16da6764649254579a2c2252ff858adb05e9408a85e5ed84dba6f15f879db761472276a5da77fa15e1c1823c678160aa3
 SHA512 
07f650144b8acd8295a45411185805185078f5236b67b33dac0f12308fc3b7522a6a46dfd2df35397c1d2fd5a357fb8d12473be4af576fcf09bda1e34352ae68
 DIST wxmaxima-19.09.0.tar.gz 15153282 BLAKE2B 
96cb2db8938b73fb2dc3547310109df581a780a0372687aed9957cd3434fcbec8fef23467543f854f7e6b2c302dba6f3d5a411b17ab83e886175a62dc3fac385
 SHA512 
fad35fa118e49834d2ff6d54fb1f7cb8675ca1caadbb43c526b7a313479412c1a6c69959a0820c17af0119fc926f66c31368598c9e212fac56305a96d7a39838
 DIST wxmaxima-19.10.0.tar.gz 16573758 BLAKE2B 
9bee3f8822e9c9ed28058496f7c5c6b2358feeafad39d08d92f3e6ff382817a8a7fd3e33b821f6faba3863f4c8871bc3bebee2b9d97ec6ccfdbfd7c0f7d44940
 SHA512 
39681cefb81a3816b7daeef7df5b23f57f3a4572ff34396fd447829ceaf6505d09f730255d3c44dd48232879b9994f26a9f86801fe333e15483026d864efdf14
+DIST wxmaxima-19.11.0.tar.gz 15304346 BLAKE2B 
3a8038f4b67cee261d261f64671227963f91b55969b922282c3b2057029617a5989dc44dc8c28ab17a74e57c2547381dab98b07bf2a1f2f01a5d3c838d6d8a68
 SHA512 
bb0701ad2be71463ab412649164b2040e5fe95bd6fadb5332fbe5712dc4b65ef30fc86f2ff375e14f1879156fd77e1b8431f15794a136d7e6ee4e6a9393b903a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.11.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.11.0.ebuild
new file mode 100644
index 000..b22b9d2
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.11.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-01-30 Thread Andrey Grozin
commit: 9ac9ca852bc87de7583f8c7187e87a3e412ae9df
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Jan 30 15:46:30 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Jan 30 15:46:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac9ca85

sci-mathematics/wxmaxima: bump to 20.01.3

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.01.3.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 416af68ce1f..8b184821529 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.12.2.tar.gz 15765011 BLAKE2B 
fa788a9b5c204a06f85f84a89548af3b846e3e06f572df2b0f2d74aaf6dbfea98b26d8bbfd7c1c62ab8a0aa376d1af9d37bce563b474f5badf2a2bde43135d61
 SHA512 
5614f78f169eb1cacb46ae46ddb754103aa85cf90b309fffece4543fc06c600e967e2ea73bb8b82065075ded82fea44ccd709be651f5075e3b91edb304ad5ab6
 DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35eea49756d8f052bcfa245d31a4a2203880463f51833ed40f2e1365473eb138269287c30a52e9f9b98ef4d9a5daac8cf5
 SHA512 
bff946f87db39b4bf416ef3440fdfea277f9dc9ed95debcea5798211299ae8c8dbb136a44be586a79e538b99fd38c46febf5378caab6ac31a01a01033f083937
+DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.01.3.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.01.3.ebuild
new file mode 100644
index 000..9a2b704c52c
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.01.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-12-25 Thread Andrey Grozin
commit: 1ce5143a921a3b377bf9fc1c0a982911aec11e47
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Dec 25 17:03:39 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Dec 25 17:03:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce5143a

sci-mathematics/wxmaxima: cleaning old versions

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  6 ---
 sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild | 57 
 sci-mathematics/wxmaxima/wxmaxima-19.08.1.ebuild | 57 
 sci-mathematics/wxmaxima/wxmaxima-19.09.0.ebuild | 45 ---
 sci-mathematics/wxmaxima/wxmaxima-19.10.0.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-19.11.0.ebuild | 49 
 sci-mathematics/wxmaxima/wxmaxima-19.12.1.ebuild | 49 
 7 files changed, 312 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5c652127de0..e3d59779b04 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,8 +1,2 @@
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
-DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06
-DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16da6764649254579a2c2252ff858adb05e9408a85e5ed84dba6f15f879db761472276a5da77fa15e1c1823c678160aa3
 SHA512 
07f650144b8acd8295a45411185805185078f5236b67b33dac0f12308fc3b7522a6a46dfd2df35397c1d2fd5a357fb8d12473be4af576fcf09bda1e34352ae68
-DIST wxmaxima-19.09.0.tar.gz 15153282 BLAKE2B 
96cb2db8938b73fb2dc3547310109df581a780a0372687aed9957cd3434fcbec8fef23467543f854f7e6b2c302dba6f3d5a411b17ab83e886175a62dc3fac385
 SHA512 
fad35fa118e49834d2ff6d54fb1f7cb8675ca1caadbb43c526b7a313479412c1a6c69959a0820c17af0119fc926f66c31368598c9e212fac56305a96d7a39838
-DIST wxmaxima-19.10.0.tar.gz 16573758 BLAKE2B 
9bee3f8822e9c9ed28058496f7c5c6b2358feeafad39d08d92f3e6ff382817a8a7fd3e33b821f6faba3863f4c8871bc3bebee2b9d97ec6ccfdbfd7c0f7d44940
 SHA512 
39681cefb81a3816b7daeef7df5b23f57f3a4572ff34396fd447829ceaf6505d09f730255d3c44dd48232879b9994f26a9f86801fe333e15483026d864efdf14
-DIST wxmaxima-19.11.0.tar.gz 15304346 BLAKE2B 
3a8038f4b67cee261d261f64671227963f91b55969b922282c3b2057029617a5989dc44dc8c28ab17a74e57c2547381dab98b07bf2a1f2f01a5d3c838d6d8a68
 SHA512 
bb0701ad2be71463ab412649164b2040e5fe95bd6fadb5332fbe5712dc4b65ef30fc86f2ff375e14f1879156fd77e1b8431f15794a136d7e6ee4e6a9393b903a
-DIST wxmaxima-19.12.1.tar.gz 15303584 BLAKE2B 
0d7d1fb738563ba0d5805ddc746fc88548c76f249d6c79217f558b7a29c497cf4865810c4aa52f5787e9f4b87aacc93a6ce05726c3bc423c74f382b572ced12d
 SHA512 
74bb60223fb47528f08ed737709eb703d533c27fadfd87deece08f6ec2a6ef1caa489f7ad31f0204010b1b421ab992b4167be133c69bca1b56872685ec0b2cad
 DIST wxmaxima-19.12.2.tar.gz 15765011 BLAKE2B 
fa788a9b5c204a06f85f84a89548af3b846e3e06f572df2b0f2d74aaf6dbfea98b26d8bbfd7c1c62ab8a0aa376d1af9d37bce563b474f5badf2a2bde43135d61
 SHA512 
5614f78f169eb1cacb46ae46ddb754103aa85cf90b309fffece4543fc06c600e967e2ea73bb8b82065075ded82fea44ccd709be651f5075e3b91edb304ad5ab6

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
deleted file mode 100644
index 6e3b401b1d7..000
--- a/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-12-07 Thread Andrey Grozin
commit: d29642e477b6d28f3c19c19cf14e3d51e9f068fe
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Dec  7 12:22:05 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Dec  7 12:22:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29642e4

sci-mathematics/wxmaxima: bump to 19.12.1

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.12.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 2cb688bd17f..e269d1c3599 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -4,3 +4,4 @@ DIST wxmaxima-19.08.1.tar.gz 15153254 BLAKE2B 
1bd48735ab95b078b9f35d7be623c1a16d
 DIST wxmaxima-19.09.0.tar.gz 15153282 BLAKE2B 
96cb2db8938b73fb2dc3547310109df581a780a0372687aed9957cd3434fcbec8fef23467543f854f7e6b2c302dba6f3d5a411b17ab83e886175a62dc3fac385
 SHA512 
fad35fa118e49834d2ff6d54fb1f7cb8675ca1caadbb43c526b7a313479412c1a6c69959a0820c17af0119fc926f66c31368598c9e212fac56305a96d7a39838
 DIST wxmaxima-19.10.0.tar.gz 16573758 BLAKE2B 
9bee3f8822e9c9ed28058496f7c5c6b2358feeafad39d08d92f3e6ff382817a8a7fd3e33b821f6faba3863f4c8871bc3bebee2b9d97ec6ccfdbfd7c0f7d44940
 SHA512 
39681cefb81a3816b7daeef7df5b23f57f3a4572ff34396fd447829ceaf6505d09f730255d3c44dd48232879b9994f26a9f86801fe333e15483026d864efdf14
 DIST wxmaxima-19.11.0.tar.gz 15304346 BLAKE2B 
3a8038f4b67cee261d261f64671227963f91b55969b922282c3b2057029617a5989dc44dc8c28ab17a74e57c2547381dab98b07bf2a1f2f01a5d3c838d6d8a68
 SHA512 
bb0701ad2be71463ab412649164b2040e5fe95bd6fadb5332fbe5712dc4b65ef30fc86f2ff375e14f1879156fd77e1b8431f15794a136d7e6ee4e6a9393b903a
+DIST wxmaxima-19.12.1.tar.gz 15303584 BLAKE2B 
0d7d1fb738563ba0d5805ddc746fc88548c76f249d6c79217f558b7a29c497cf4865810c4aa52f5787e9f4b87aacc93a6ce05726c3bc423c74f382b572ced12d
 SHA512 
74bb60223fb47528f08ed737709eb703d533c27fadfd87deece08f6ec2a6ef1caa489f7ad31f0204010b1b421ab992b4167be133c69bca1b56872685ec0b2cad

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.12.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.12.1.ebuild
new file mode 100644
index 000..b22b9d2
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.12.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2020-06-22 Thread Andrey Grozin
commit: a829b39508f8ea9d0f4bf1e57f71f3c8accd413a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jun 22 14:48:01 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jun 22 14:48:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a829b395

sci-mathematics/wxmaxima: bump to 20.06.6

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 1837c43a0f8..101c442be4c 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,3 +3,4 @@ DIST wxmaxima-20.01.1.tar.gz 14011946 BLAKE2B 
ed80f02158aa0c43f37c040225010b35ee
 DIST wxmaxima-20.01.3.tar.gz 14221966 BLAKE2B 
cdaf62f5456446fe6edf1247323faa9f0aeb84dbe890cb03028f9f441c4c6bd3e7acf806b71a86b156ea7f10664c0188517b8f2aa15536e3350e16e3307f412c
 SHA512 
4a977bd293255ac3c010610c74aa39fba8b8468aaa9fc59707bab69ede7a427e261ce827bae8d302ee1343bb0fce5e7aa5ee3c59f17198d5c473637571667abd
 DIST wxmaxima-20.02.4.tar.gz 15242422 BLAKE2B 
ea9dc613fa94d046a9d461c56a9d1564001f4fa28d90a553040e85b7dd442df025521dd9501257d12c808a2e9285b7f34b04c9f10d4ce658bc6d423055c9fbd7
 SHA512 
d5eb0e09de55c3e6ebafeaa95957ca8bbdacac9ec1d99f6041fa99b7fa59364b3228336675f9bffa71b879b17268b80c695f16c9259bee6d5cab9ef7ed86294b
 DIST wxmaxima-20.04.0.tar.gz 15313618 BLAKE2B 
04a9544aeb1a7084250696fad99c51be21bf0b119581cebdf62b8dece3034ebcc1469b9d07576bfed8d72efe77ce6db47b5a29c4185a5e85114b552d3385caf9
 SHA512 
8caf9effa0167c3307eff4a6895a3b19b41aab37f845e4cdc139f3cdd03d9a061adc9ea4ad8ca7e0f28d83faf34d15f828f03c86d05ad7d83f0e28aee82aba70
+DIST wxmaxima-20.06.6.tar.gz 15627532 BLAKE2B 
b445cd0195561ec55d4f7c750eb2f44386267fa153638faf0d90b084e2c43d6d2cec5160011e2b0a6cadd662c31ca63f72df80328aef37234e1e5dfce9ee1f64
 SHA512 
65b4f93f8baf3c1b93ac1cac21b0a531e3d5fbf219540a0db4f6f66744909e3e787765ba1eb387823805df7201e6fa08bca165cdea2e0acb2687261fbd3cb269

diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild
new file mode 100644
index 000..da8eef70a61
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-20.06.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="app-text/pandoc
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f "${S}"/locales/manual/${1}.po
+   rm -f "${S}"/locales/wxwin/${1}.po
+   rm -f "${S}"/info/${PN}.${1}.md
+   rm -f "${S}"/info/${PN}.${1}.html
+   }
+   l10n_find_plocales_changes "${S}"/locales/wxMaxima '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2022-04-13 Thread Andrey Grozin
commit: c6faca0ef4d2dc19fb8b208f26da5f33ec58f9a1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Apr 13 08:49:58 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Apr 13 08:49:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6faca0e

sci-mathematics/wxmaxima: remove old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 -
 sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild | 79 
 2 files changed, 80 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d7b45467e859..707ad00db3a2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,2 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
-DIST wxmaxima-21.05.2.tar.gz 17782421 BLAKE2B 
8a4057087b38f1023f5773b4f3457060b1624e6de654c2b5fadb8fb529461bdf3393e6ea443e69d0ea2057130aa1a7de7ab6739d7797c3a90bb114ec96587289
 SHA512 
a5d7832d224bad0963a86d3714172d51b67a1c8daf933e66b6c7817da102f942e37aa2a31d8f0f1e27438b61b1ba2705af333edcf2c33a53fdeec318fe837ff6
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
deleted file mode 100644
index 9abff2ab71ee..
--- a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0-gtk3"
-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"
-inherit cmake plocale wxwidgets xdg
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake_src_prepare
-
-   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
-   || die "sed CMakeLists.txt failed"
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
-   rm -f locales/manual/${1}.po
-   rm -f info/${PN}.${1}.md
-   rm -f info/${PN}.${1}.html
-   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
-   }
-   plocale_find_changes locales/wxMaxima '' '.po'
-   plocale_for_each_disabled_locale rm_po
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWXM_UNIT_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
-   # way even with virtualx
-   # bug #736695
-   cd "${BUILD_DIR}/test/unit_tests" || die
-
-   local tests=(
-   AFontSize
-   CellPtr
-   ImgCell
-   )
-
-   local test
-   for test in "${tests[@]}" ; do
-   ./test_${test} || die "Unit test ${test} failed!"
-   done
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}
-   cmake_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2022-04-13 Thread Andrey Grozin
commit: 7f6588324fecfee655098537942750cb118d5ed5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Apr 13 08:51:32 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Apr 13 08:51:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f658832

sci-mathematics/wxmaxima: bump to 22.04.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 707ad00db3a2..ca218c1fcacc 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506
+DIST wxmaxima-22.04.0.tar.gz 21477753 BLAKE2B 
aad35f628b2b74d41a7cb501d5e98c59b8588103f729fc39e901c50416a17bd296c4959f2276728a2654924bd16dd7416ef39b69eb01c5c05ee857f69ea1d42d
 SHA512 
5197dab483012b39e910208406f32f2892d9acc3c0abc8582a61a43fad4f13e95692f8e499a2d0ca1680ca2ca48ea4c4853aa04c3f18d5e3a923c11316ebbf62

diff --git a/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild
new file mode 100644
index ..010023dd6e2b
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake plocale wxwidgets xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2022-07-13 Thread Andrey Grozin
commit: 6e1309fa3603c735dbcdfc3c539feb2abe49ff83
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jul 13 15:46:30 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jul 13 15:46:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1309fa

sci-mathematics/wxmaxima: bump tp 22.05.0

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-3.0.32, Repoman-3.0.3

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-22.05.0.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index ca218c1fcacc..e3ae308cc5d7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506
 DIST wxmaxima-22.04.0.tar.gz 21477753 BLAKE2B 
aad35f628b2b74d41a7cb501d5e98c59b8588103f729fc39e901c50416a17bd296c4959f2276728a2654924bd16dd7416ef39b69eb01c5c05ee857f69ea1d42d
 SHA512 
5197dab483012b39e910208406f32f2892d9acc3c0abc8582a61a43fad4f13e95692f8e499a2d0ca1680ca2ca48ea4c4853aa04c3f18d5e3a923c11316ebbf62
+DIST wxmaxima-22.05.0.tar.gz 21493488 BLAKE2B 
0b1f4bd65e88e4f39d5d54f164373ca67a76bd2a18a1556cd4b86cdb5a62ca3f0c783c6e1725ec1006f6174163f08b7b934dcfa3fd8a8a7aa34e61588e1b0cb1
 SHA512 
e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8

diff --git a/sci-mathematics/wxmaxima/wxmaxima-22.05.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-22.05.0.ebuild
new file mode 100644
index ..010023dd6e2b
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-22.05.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake plocale wxwidgets xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-11-28 Thread Andrey Grozin
commit: c17a48efb5c5730ceab5df2a947975fb2ac641f8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Nov 29 05:20:17 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Nov 29 05:20:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17a48ef

sci-mathematics/wxmaxima: bump to 21.11.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-21.11.0.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 861b62cfda92..0d9049a2fdf8 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,3 +3,4 @@ DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7
 DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7
 DIST wxmaxima-21.05.1.tar.gz 17782450 BLAKE2B 
cf52c26342631810fd121ce89af98784bc243e650e3db3a26b577f63fffe63380c7af4db3d5f97ef3330455051ec0bc8349726cf70817dd24e7206dd0d274ef8
 SHA512 
beb100c5aba34a90e2c5c0f54022948e72e1b3f72862823fc23973abec644ed0f615d3c82499738c17d49d1c9af9ab6b868486d0187ee9971a7e6b017eda10cd
 DIST wxmaxima-21.05.2.tar.gz 17782421 BLAKE2B 
8a4057087b38f1023f5773b4f3457060b1624e6de654c2b5fadb8fb529461bdf3393e6ea443e69d0ea2057130aa1a7de7ab6739d7797c3a90bb114ec96587289
 SHA512 
a5d7832d224bad0963a86d3714172d51b67a1c8daf933e66b6c7817da102f942e37aa2a31d8f0f1e27438b61b1ba2705af333edcf2c33a53fdeec318fe837ff6
+DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.11.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.11.0.ebuild
new file mode 100644
index ..9abff2ab71ee
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.11.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake plocale wxwidgets xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2021-11-28 Thread Andrey Grozin
commit: bb1084219e49d5da73b379b3f06d8d84f7686e2a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Nov 29 05:22:39 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Nov 29 05:23:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb108421

sci-mathematics/wxmaxima: clean old versions

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  3 -
 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 79 
 sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 79 
 sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild | 79 
 4 files changed, 240 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 0d9049a2fdf8..d7b45467e859 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,3 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
-DIST wxmaxima-21.01.0.tar.gz 16220587 BLAKE2B 
b987e8c44c253484d152092093ab9154b7c2a5817c584bc1a4f4a0e5beec3ec2e0bc6995aea6ba28df2223b039ca97905225cc2524840174b2c99a5f7774dab2
 SHA512 
aec5aa5d3a9883e9b21b890c133684004576411a8341f3913ae548175979ad1f07a16d0fccd24c7757d40f4d06b4070b00fa7ef54f73f26b99c825e03e2a408b
-DIST wxmaxima-21.04.0.tar.gz 17684730 BLAKE2B 
a3b12970ad976a3ee3fc237b6d60f52d460e87997b869825d17645daa0f82bcc6f7999188fe4c92bba819d7a895cff468ff273ab62ab30f38a7a54a6dba47786
 SHA512 
723373c9fd9877bce38a205455e6ac58a48a61ac3ad0be5c09d0b24abeebd35af481f19efe5de08a2507f1198a8b4b6cfa987c50e4d4a580b4e05ec2c3e5a4f7
-DIST wxmaxima-21.05.1.tar.gz 17782450 BLAKE2B 
cf52c26342631810fd121ce89af98784bc243e650e3db3a26b577f63fffe63380c7af4db3d5f97ef3330455051ec0bc8349726cf70817dd24e7206dd0d274ef8
 SHA512 
beb100c5aba34a90e2c5c0f54022948e72e1b3f72862823fc23973abec644ed0f615d3c82499738c17d49d1c9af9ab6b868486d0187ee9971a7e6b017eda10cd
 DIST wxmaxima-21.05.2.tar.gz 17782421 BLAKE2B 
8a4057087b38f1023f5773b4f3457060b1624e6de654c2b5fadb8fb529461bdf3393e6ea443e69d0ea2057130aa1a7de7ab6739d7797c3a90bb114ec96587289
 SHA512 
a5d7832d224bad0963a86d3714172d51b67a1c8daf933e66b6c7817da102f942e37aa2a31d8f0f1e27438b61b1ba2705af333edcf2c33a53fdeec318fe837ff6
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
deleted file mode 100644
index 9abff2ab71ee..
--- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0-gtk3"
-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"
-inherit cmake plocale wxwidgets xdg
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake_src_prepare
-
-   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
-   || die "sed CMakeLists.txt failed"
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
-   rm -f locales/manual/${1}.po
-   rm -f info/${PN}.${1}.md
-   rm -f info/${PN}.${1}.html
-   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
-   }
-   plocale_find_changes locales/wxMaxima '' '.po'
-   plocale_for_each_disabled_locale rm_po
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWXM_UNIT_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
-   # w

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-09 Thread Agostino Sarubbo
commit: 3f595612167959545da3f38a1a09818093484391
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 10:30:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 10:30:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f595612

sci-mathematics/wxmaxima: amd64 stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index 912f067..bca18d9 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-11 Thread Agostino Sarubbo
commit: 2c33e61d268d9d303d44a2cbc6d721f3af07f262
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 09:12:16 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 09:12:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c33e61d

sci-mathematics/wxmaxima: x86 stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index bca18d9..c225286 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-12 Thread Agostino Sarubbo
commit: b272e72d5ee9616fc4ad1f69d9b712eaeba10779
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 12 09:38:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 12 09:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b272e72d

sci-mathematics/wxmaxima: ppc stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index c225286..0b2848d 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-08-29 Thread Andrey Grozin
commit: 398a127a027862aa1b53e1d57be527ab713bbcf1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Aug 29 13:47:54 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Aug 29 13:47:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398a127a

sci-mathematics/wxmaxima: version bump to 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 87c8ce2..c48162b 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
+DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
+DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 9fe51b3e036df4f145ce86dbf7348c404ff4d304
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Sep  3 18:09:51 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Sep  3 18:09:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe51b3e

sci-mathematics/wxmaxima: version bump

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index c48162b..5b02cb4 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,5 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
 DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
+DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
+DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_pr

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 175ad56b1b63289994085ea2cc8f99e347d7d22d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Sep  4 06:53:23 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Sep  4 06:53:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175ad56b

sci-mathematics/wxmaxima: cleaning 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5b02cb4..de7dad8 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
-DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: b83109ad0a10cd6f28c31d6cfe5ab220acbeb5a7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:12:43 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:12:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83109ad

sci-mathematics/wxmaxima: bump to 15.08.2

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index de7dad8..3b20c8d 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
+DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
new file mode 100644
index 000..912f067
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: a005b117c4fc49c16cd6daded0ab78ffbec9309a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:15:38 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:15:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a005b117

sci-mathematics/wxmaxima: cleaning 15.08.1

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3b20c8d..58e93ac 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
-DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-03 Thread Andrey Grozin
commit: 110c1ec73e9452ef90d75024104c1ef5960df2ae
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  3 18:18:05 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  3 18:18:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110c1ec7

sci-mathematics/wxmaxima: bump to 16.04.0

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 58e93ac..15147d2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
+DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-08-01 Thread Andrey Grozin
commit: 521b3e974170fbe511155a07c5cae9772d93745f
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Aug  1 14:27:34 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Aug  1 14:27:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b3e97

sci-mathematics/wxmaxima: bump to 16.04.2

Package-Manager: portage-2.3.0

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index ecb0e26..f15ead4 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750
+DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: f35c51a4e0f1b3afa4873c86dfa627bc607bb368
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:26:02 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:26:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35c51a4

sci-mathematics/wxmaxima: bump to 16.04.1

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 15147d2..d923039 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
+DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: 13bc585cec7ab70eea2211e1a17b05163f60f6fb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:29:34 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:29:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bc585c

sci-mathematics/wxmaxima: cleaning old

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest  |  2 -
 .../wxmaxima/wxmaxima-15.04.0-r1.ebuild| 77 --
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild   | 76 -
 3 files changed, 155 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d923039..ecb0e26 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
-DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
-DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
 DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
deleted file mode 100644
index bf28bb6..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in || die "sed failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.h 
src/Dirstructure.cpp \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-11-27 Thread Pacho Ramos
commit: ec230166ba93d587b36ea23ae53ccef4fbb561cd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 13:13:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 13:13:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec230166

sci-mathematics/wxmaxima: Drop old

Package-Manager: portage-2.3.2

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild | 80 
 sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild | 76 --
 3 files changed, 158 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index f15ead4..103e705 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,2 @@
-DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
-DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild
deleted file mode 100644
index ff8730a..
--- a/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-MYP=wxMaxima-${PV}
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in || die "sed failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
deleted file mode 100644
index 1e05229..
--- a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
+++ /dev/null
@@ -1,7

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-12-11 Thread Andrey Grozin
commit: 91c336171f1b39bc364d0f28039d3a7d6b47919b
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Dec 12 03:31:29 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Dec 12 03:31:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c33617

sci-mathematics/wxmaxima: bump to 16.12.0

Package-Manager: portage-2.3.0

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 103e705..7f52b99 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
+DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild
new file mode 100644
index ..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-03-13 Thread Andrey Grozin
commit: 7b390b39127998c3a74b05793c42a8d67c4eed43
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Mar 13 21:48:16 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Mar 13 21:48:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b390b39

sci-mathematics/wxmaxima: bump to 18.02.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 207f972114e..30749dc9712 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,3 +3,4 @@ DIST wxmaxima-16.04.2.tar.gz 5178050 BLAKE2B 
52c416040277fbbf0f8e930f3ad3b8a78f7
 DIST wxmaxima-16.12.0.tar.gz 4842949 BLAKE2B 
668219b2602b02e49eafa2c35fa7a5cfc995691356f5ce747590aa2e516ad8c1c8a6f57c8c8e19095ff301b7fd131942ea0ed6dbf4ce3b728fbb139e2139b5dc
 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 DIST wxmaxima-16.12.2.tar.gz 4866058 BLAKE2B 
ee00fd9259776d1aee59f295baafd6f97c7ebf38302c8cdb8c64815f8ffdd3c76cc48df1ee6a99a5afab28a033643025dfcc0a1e75f3a54de1b94f989f40164f
 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
 DIST wxmaxima-17.10.1.tar.gz 8690844 BLAKE2B 
63e1bd1bc15aff3eb350a522dc79027fc203226c03a3ff1967537ee004c8965d49a23432e10e3dd5670e271228d03eda1731ca16a2c4a1466a9ca1fa7127c500
 SHA512 
015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
+DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
new file mode 100644
index 000..2b7cde69a15
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="https://github.com/andrejv/wxmaxima/archive/Version-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2017-01-25 Thread Andrey Grozin
commit: 741adc622df379cc397ea2a9d6e9f410950bdfd4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jan 25 15:02:23 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jan 25 15:02:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741adc62

sci-mathematics/wxmaxima: bump to 16.12.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 7f52b99..5fdff81 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
 DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6
+DIST wxmaxima-16.12.1.tar.gz 4843706 SHA256 
e13d4c28f7b4dd26fb29d0b9a1697622c5aa627d17cf4cc9c598d19af8acb09e SHA512 
813ea41bbec7bc8f55e741cad1756125f3ec63e7d76bbc64377c0e2dc552333e184eec128e0680129c0b6c11f04183c9ce60eb3a5f0b459e2f1008989485a6e4
 WHIRLPOOL 
e584ac39456ad2cc055f5c34c57a2b18da40a8ea63189c61304551e25d2377ec7f889310a4530825f17bcfb8e10134277684378a3bbe4dc1077d7aed6a96277f

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
new file mode 100644
index ..3e81026
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2017-01-26 Thread Andrey Grozin
commit: ac4d5bf57c07f6e765ef28022b9b43ce4fda2088
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Jan 26 09:38:55 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Jan 26 09:40:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4d5bf5

sci-mathematics/wxmaxima: bump to 16.12.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-mathematics/wxmaxima/Manifest   | 2 +-
 .../wxmaxima/{wxmaxima-16.12.1.ebuild => wxmaxima-16.12.2.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5fdff81..78b2756 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
 DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6
-DIST wxmaxima-16.12.1.tar.gz 4843706 SHA256 
e13d4c28f7b4dd26fb29d0b9a1697622c5aa627d17cf4cc9c598d19af8acb09e SHA512 
813ea41bbec7bc8f55e741cad1756125f3ec63e7d76bbc64377c0e2dc552333e184eec128e0680129c0b6c11f04183c9ce60eb3a5f0b459e2f1008989485a6e4
 WHIRLPOOL 
e584ac39456ad2cc055f5c34c57a2b18da40a8ea63189c61304551e25d2377ec7f889310a4530825f17bcfb8e10134277684378a3bbe4dc1077d7aed6a96277f
+DIST wxmaxima-16.12.2.tar.gz 4866058 SHA256 
42c0a4dfb2e2ad349a49b117ef7c2e251292fb252ce9fde16242760f3dfc4278 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
 WHIRLPOOL 
9811a68f66ac46569921b93e5f3050fc4c271b8cf5886ebf0e0ae81d843b3a74bfaf39b7bc3db6e89dfbaa3cb983c8bb9e94a25950d4d113281958ccfed0ced4

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild
similarity index 100%
rename from sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
rename to sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-09-26 Thread Andrey Grozin
commit: 344af04fae327b515422a50c247526106549bdaa
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 26 09:25:29 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 26 09:25:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344af04f

sci-mathematics/wxmaxima: cleaning old versions

 sci-mathematics/wxmaxima/Manifest|  4 --
 sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-17.10.1.ebuild | 52 
 5 files changed, 281 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 30749dc9712..2ea4791497f 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,2 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
-DIST wxmaxima-16.04.2.tar.gz 5178050 BLAKE2B 
52c416040277fbbf0f8e930f3ad3b8a78f7ed65d28d31722b0fef8482df261c418185705dd00841d9975ea55838303756ca7874a0e94f174fd4274fbd2dbc5d4
 SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
-DIST wxmaxima-16.12.0.tar.gz 4842949 BLAKE2B 
668219b2602b02e49eafa2c35fa7a5cfc995691356f5ce747590aa2e516ad8c1c8a6f57c8c8e19095ff301b7fd131942ea0ed6dbf4ce3b728fbb139e2139b5dc
 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
-DIST wxmaxima-16.12.2.tar.gz 4866058 BLAKE2B 
ee00fd9259776d1aee59f295baafd6f97c7ebf38302c8cdb8c64815f8ffdd3c76cc48df1ee6a99a5afab28a033643025dfcc0a1e75f3a54de1b94f989f40164f
 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
-DIST wxmaxima-17.10.1.tar.gz 8690844 BLAKE2B 
63e1bd1bc15aff3eb350a522dc79027fc203226c03a3ff1967537ee004c8965d49a23432e10e3dd5670e271228d03eda1731ca16a2c4a1466a9ca1fa7127c500
 SHA512 
015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
deleted file mode 100644
index 934805673cb..000
--- a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-09-26 Thread Andrey Grozin
commit: e1c4cf1df7d70404b0400e4a6c3119351e61
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 26 09:28:32 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 26 09:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4cf1d

sci-mathematics/wxmaxima: bump to 18.10.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 2ea4791497f..e34ec2b03ec 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
+DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-10-22 Thread Andrey Grozin
commit: ac62acb1a45f93c6382b05a3524204c12e066c26
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Oct 22 16:35:50 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Oct 22 16:36:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac62acb1

sci-mathematics/wxmaxima: bump to 18.10.2

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index e34ec2b03ec..9455e3c1f51 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
 DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
+DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-15 Thread Mikle Kolyada
commit: 0c5c2929f28d2104caa34b75462737d85cc119bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 15 22:52:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 15 22:52:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5c2929

sci-mathematics/wxmaxima: amd64 stable wrt bug #677420

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
index 56c7b4a3e19..60a23d0a0c6 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-04-01 Thread Thomas Deutschmann
commit: 26c5bc680cfd85c0863722b4d9a0ec384c82531d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  1 17:19:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  1 17:19:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c5bc68

sci-mathematics/wxmaxima: x86 stable (bug #677420)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
index a1d603f9142..786a11df35c 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-06-01 Thread Andrey Grozin
commit: eba7f5fce9b65ee5cc16b63b99231a56e152f8b5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jun  1 11:27:54 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jun  1 11:27:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba7f5fc

sci-mathematics/wxmaxima: bump to 19.05.7

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d0c4e2921e7..810d7ffaf03 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a
+DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
new file mode 100644
index 000..6e3b401b1d7
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-12 Thread Andrey Grozin
commit: 0db85eed9ce890a0f537dd78eeef4bb2a1dd7416
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Mar 12 18:42:06 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Mar 12 18:42:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db85eed

sci-mathematics/wxmaxima: bump to 19.03.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 1a4d348169e..e1ba042a0a7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd
+DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
new file mode 100644
index 000..8da63e3b2c6
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-15 Thread Andrey Grozin
commit: 27371f70babe93ea9af76729fe44c21d738430c2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Mar 15 15:35:17 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Mar 15 15:35:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27371f70

sci-mathematics/wxmaxima: clean 19.02.2_p1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest  |  1 -
 .../wxmaxima/wxmaxima-19.02.2_p1.ebuild| 57 --
 2 files changed, 58 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index e1ba042a0a7..d0c4e2921e7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
-DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd
 DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
deleted file mode 100644
index c59167cdf74..000
--- a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
-   }
-   l10n_find_plocales_changes "${S}"/locales '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
-   cmake-utils_src_install
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-02-26 Thread Andrey Grozin
commit: ee83137ec6c3169508a8ccbdc58d132302bbc1ec
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Feb 26 15:35:19 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Feb 26 15:36:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee83137e

sci-mathematics/wxmaxima: clean old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  3 --
 sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild | 52 
 sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild | 52 
 sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild | 52 
 4 files changed, 159 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index efe802da0c1..16b1fa4fdfd 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,2 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
-DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
-DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
-DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
deleted file mode 100644
index 2b7cde69a15..000
--- a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="https://github.com/andrejv/wxmaxima/archive/Version-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
-   }
-   l10n_find_plocales_changes "${S}"/locales '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
deleted file mode 100644
index 56c7b4a3e19..000
--- a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI=

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-02-26 Thread Andrey Grozin
commit: b01be8c56c25fa3a6b06790f012946b68eae9cfa
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Feb 26 08:39:09 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Feb 26 08:39:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01be8c5

sci-mathematics/wxmaxima: bump to 19.02.2_p1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest  |  1 +
 .../wxmaxima/wxmaxima-19.02.2_p1.ebuild| 57 ++
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 16b1fa4fdfd..1a4d348169e 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
+DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
new file mode 100644
index 000..c59167cdf74
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-11-26 Thread Andrey Grozin
commit: 4c4d372843751051228358e04fd26ce64ebfc92a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Nov 26 12:46:08 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Nov 26 12:46:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d3728

sci-mathematics/wxmaxima: bump to 18.11.4

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 9455e3c1f51..efe802da0c1 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b141179
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
 DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
 DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37
+DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-08-29 Thread Andrey Grozin
commit: 398a127a027862aa1b53e1d57be527ab713bbcf1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Aug 29 13:47:54 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Aug 29 13:47:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398a127a

sci-mathematics/wxmaxima: version bump to 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 87c8ce2..c48162b 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
+DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
+DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 9fe51b3e036df4f145ce86dbf7348c404ff4d304
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Sep  3 18:09:51 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Sep  3 18:09:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe51b3e

sci-mathematics/wxmaxima: version bump

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index c48162b..5b02cb4 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,5 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
 DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
+DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
+DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_pr

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 175ad56b1b63289994085ea2cc8f99e347d7d22d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Sep  4 06:53:23 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Sep  4 06:53:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175ad56b

sci-mathematics/wxmaxima: cleaning 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5b02cb4..de7dad8 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
-DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: b83109ad0a10cd6f28c31d6cfe5ab220acbeb5a7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:12:43 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:12:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83109ad

sci-mathematics/wxmaxima: bump to 15.08.2

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index de7dad8..3b20c8d 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
+DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
new file mode 100644
index 000..912f067
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: a005b117c4fc49c16cd6daded0ab78ffbec9309a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:15:38 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:15:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a005b117

sci-mathematics/wxmaxima: cleaning 15.08.1

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3b20c8d..58e93ac 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
-DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-03 Thread Andrey Grozin
commit: 110c1ec73e9452ef90d75024104c1ef5960df2ae
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  3 18:18:05 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  3 18:18:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110c1ec7

sci-mathematics/wxmaxima: bump to 16.04.0

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 58e93ac..15147d2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
+DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: f35c51a4e0f1b3afa4873c86dfa627bc607bb368
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:26:02 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:26:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35c51a4

sci-mathematics/wxmaxima: bump to 16.04.1

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 15147d2..d923039 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
+DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: 13bc585cec7ab70eea2211e1a17b05163f60f6fb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:29:34 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:29:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bc585c

sci-mathematics/wxmaxima: cleaning old

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest  |  2 -
 .../wxmaxima/wxmaxima-15.04.0-r1.ebuild| 77 --
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild   | 76 -
 3 files changed, 155 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d923039..ecb0e26 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
-DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
-DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
 DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
deleted file mode 100644
index bf28bb6..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in || die "sed failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.h 
src/Dirstructure.cpp \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-09 Thread Agostino Sarubbo
commit: 3f595612167959545da3f38a1a09818093484391
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 10:30:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 10:30:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f595612

sci-mathematics/wxmaxima: amd64 stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index 912f067..bca18d9 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-11 Thread Agostino Sarubbo
commit: 2c33e61d268d9d303d44a2cbc6d721f3af07f262
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 09:12:16 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 09:12:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c33e61d

sci-mathematics/wxmaxima: x86 stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index bca18d9..c225286 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-11-12 Thread Agostino Sarubbo
commit: b272e72d5ee9616fc4ad1f69d9b712eaeba10779
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 12 09:38:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 12 09:38:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b272e72d

sci-mathematics/wxmaxima: ppc stable wrt bug #563942

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
index c225286..0b2848d 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="
dev-libs/libxml2:2



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-08-01 Thread Andrey Grozin
commit: 521b3e974170fbe511155a07c5cae9772d93745f
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Aug  1 14:27:34 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Aug  1 14:27:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b3e97

sci-mathematics/wxmaxima: bump to 16.04.2

Package-Manager: portage-2.3.0

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index ecb0e26..f15ead4 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750
+DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-11-27 Thread Pacho Ramos
commit: ec230166ba93d587b36ea23ae53ccef4fbb561cd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 13:13:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 13:13:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec230166

sci-mathematics/wxmaxima: Drop old

Package-Manager: portage-2.3.2

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild | 80 
 sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild | 76 --
 3 files changed, 158 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index f15ead4..103e705 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,2 @@
-DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
-DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild
deleted file mode 100644
index ff8730a..
--- a/sci-mathematics/wxmaxima/wxmaxima-13.04.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-MYP=wxMaxima-${PV}
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in || die "sed failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-}

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
deleted file mode 100644
index 1e05229..
--- a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
+++ /dev/null
@@ -1,7

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-12-11 Thread Andrey Grozin
commit: 91c336171f1b39bc364d0f28039d3a7d6b47919b
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Dec 12 03:31:29 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Dec 12 03:31:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c33617

sci-mathematics/wxmaxima: bump to 16.12.0

Package-Manager: portage-2.3.0

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 103e705..7f52b99 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
+DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild
new file mode 100644
index ..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-12 Thread Andrey Grozin
commit: 0db85eed9ce890a0f537dd78eeef4bb2a1dd7416
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Mar 12 18:42:06 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Mar 12 18:42:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db85eed

sci-mathematics/wxmaxima: bump to 19.03.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 1a4d348169e..e1ba042a0a7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd
+DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
new file mode 100644
index 000..8da63e3b2c6
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.03.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-15 Thread Andrey Grozin
commit: 27371f70babe93ea9af76729fe44c21d738430c2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Mar 15 15:35:17 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Mar 15 15:35:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27371f70

sci-mathematics/wxmaxima: clean 19.02.2_p1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest  |  1 -
 .../wxmaxima/wxmaxima-19.02.2_p1.ebuild| 57 --
 2 files changed, 58 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index e1ba042a0a7..d0c4e2921e7 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
-DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd
 DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
deleted file mode 100644
index c59167cdf74..000
--- a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
-   }
-   l10n_find_plocales_changes "${S}"/locales '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
-   cmake-utils_src_install
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-03-15 Thread Mikle Kolyada
commit: 0c5c2929f28d2104caa34b75462737d85cc119bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 15 22:52:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 15 22:52:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5c2929

sci-mathematics/wxmaxima: amd64 stable wrt bug #677420

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
index 56c7b4a3e19..60a23d0a0c6 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-04-01 Thread Thomas Deutschmann
commit: 26c5bc680cfd85c0863722b4d9a0ec384c82531d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  1 17:19:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  1 17:19:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c5bc68

sci-mathematics/wxmaxima: x86 stable (bug #677420)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
index a1d603f9142..786a11df35c 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 S="${WORKDIR}"/${PN}-Version-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-06-01 Thread Andrey Grozin
commit: eba7f5fce9b65ee5cc16b63b99231a56e152f8b5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jun  1 11:27:54 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jun  1 11:27:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba7f5fc

sci-mathematics/wxmaxima: bump to 19.05.7

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d0c4e2921e7..810d7ffaf03 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
 DIST wxmaxima-19.03.1.tar.gz 12065575 BLAKE2B 
a376ac6f8dafd8779b6161695595a3f2fc87e8242086a0f97bfb2823151c198a94c824baa9297dd586271ef121fc9af692b33ac06b2266d58dbbab9212c14d98
 SHA512 
7aa9e03104d276a1cc753a4edfdc0948822efe3ef93b08090a91efc50efe4ec0d913ff5f87069c1433c18f5b8bf086d025dd6bf7560f3b42a70e883914cc995a
+DIST wxmaxima-19.05.7.tar.gz 13832202 BLAKE2B 
6afe37dfcefe3f1711cc1cc89e4c61071dff2d49c60742a6d64ece9fa029823f6e94e20eb69e6d6cd8ccad1f5f656670089d593752f4be4d179222f5f2090d53
 SHA512 
3a7caee5ab03eefd4d2811345678d7b74081b0a4315dcc7739dbf4d265d274bb47a93ace5980a30185a13f40c1c970a8e4ba444bdd64b8b9ebd3b9a263cc6c06

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
new file mode 100644
index 000..6e3b401b1d7
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.05.7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-09-26 Thread Andrey Grozin
commit: 344af04fae327b515422a50c247526106549bdaa
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 26 09:25:29 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 26 09:25:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344af04f

sci-mathematics/wxmaxima: cleaning old versions

 sci-mathematics/wxmaxima/Manifest|  4 --
 sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-16.12.0.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild | 75 
 sci-mathematics/wxmaxima/wxmaxima-17.10.1.ebuild | 52 
 5 files changed, 281 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 30749dc9712..2ea4791497f 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,2 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
-DIST wxmaxima-16.04.2.tar.gz 5178050 BLAKE2B 
52c416040277fbbf0f8e930f3ad3b8a78f7ed65d28d31722b0fef8482df261c418185705dd00841d9975ea55838303756ca7874a0e94f174fd4274fbd2dbc5d4
 SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
-DIST wxmaxima-16.12.0.tar.gz 4842949 BLAKE2B 
668219b2602b02e49eafa2c35fa7a5cfc995691356f5ce747590aa2e516ad8c1c8a6f57c8c8e19095ff301b7fd131942ea0ed6dbf4ce3b728fbb139e2139b5dc
 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
-DIST wxmaxima-16.12.2.tar.gz 4866058 BLAKE2B 
ee00fd9259776d1aee59f295baafd6f97c7ebf38302c8cdb8c64815f8ffdd3c76cc48df1ee6a99a5afab28a033643025dfcc0a1e75f3a54de1b94f989f40164f
 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
-DIST wxmaxima-17.10.1.tar.gz 8690844 BLAKE2B 
63e1bd1bc15aff3eb350a522dc79027fc203226c03a3ff1967537ee004c8965d49a23432e10e3dd5670e271228d03eda1731ca16a2c4a1466a9ca1fa7127c500
 SHA512 
015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
deleted file mode 100644
index 934805673cb..000
--- a/sci-mathematics/wxmaxima/wxmaxima-16.04.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-09-26 Thread Andrey Grozin
commit: e1c4cf1df7d70404b0400e4a6c3119351e61
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 26 09:28:32 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 26 09:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4cf1d

sci-mathematics/wxmaxima: bump to 18.10.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 2ea4791497f..e34ec2b03ec 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
+DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-02-26 Thread Andrey Grozin
commit: ee83137ec6c3169508a8ccbdc58d132302bbc1ec
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Feb 26 15:35:19 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Feb 26 15:36:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee83137e

sci-mathematics/wxmaxima: clean old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  3 --
 sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild | 52 
 sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild | 52 
 sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild | 52 
 4 files changed, 159 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index efe802da0c1..16b1fa4fdfd 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,2 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
-DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
-DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
-DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
deleted file mode 100644
index 2b7cde69a15..000
--- a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="https://github.com/andrejv/wxmaxima/archive/Version-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake-utils_src_prepare
-
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
-   }
-   l10n_find_plocales_changes "${S}"/locales '' '.po'
-   l10n_for_each_disabled_locale_do rm_po
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
deleted file mode 100644
index 56c7b4a3e19..000
--- a/sci-mathematics/wxmaxima/wxmaxima-18.10.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-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"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI=

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2019-02-26 Thread Andrey Grozin
commit: b01be8c56c25fa3a6b06790f012946b68eae9cfa
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Feb 26 08:39:09 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Feb 26 08:39:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01be8c5

sci-mathematics/wxmaxima: bump to 19.02.2_p1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest  |  1 +
 .../wxmaxima/wxmaxima-19.02.2_p1.ebuild| 57 ++
 2 files changed, 58 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 16b1fa4fdfd..1a4d348169e 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e
+DIST wxmaxima-19.02.2_p1.tar.gz 11933618 BLAKE2B 
6521f3fede54658e0bd6328580bc68fd3a187a43050a4f5738a7db834e465a3c234b30e053792005f6a7b0390854b47d2beeadde23c34b820bcbd780b8d9a080
 SHA512 
35cf81e8ce7b230acbec52082531956b9ad7e933343859d2132c9d3ba9c64447933d39a416008dd9956a2223b3fd92728ae3515a6e85fb494a17ea6a7848f8cd

diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
new file mode 100644
index 000..c59167cdf74
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-19.02.2_p1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}/wxmaxima.hhp 
/usr/share/doc/${PF}/wxmaxima_tr.hhp
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-11-26 Thread Andrey Grozin
commit: 4c4d372843751051228358e04fd26ce64ebfc92a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Nov 26 12:46:08 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Nov 26 12:46:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d3728

sci-mathematics/wxmaxima: bump to 18.11.4

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 9455e3c1f51..efe802da0c1 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b141179
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
 DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
 DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37
+DIST wxmaxima-18.11.4.tar.gz 12156776 BLAKE2B 
75be0fb88402af011885616a646f7abcad25516ea9b0b375daf02edac5518b113188290262bc431e8bfb4836fc1f731982a1c41c62871818e4d2cc68c96ccb31
 SHA512 
964de93edc5c46e98de3de405b1873fa0ed594d54f1ddc030377b023110261cb1e6b0b08dbf210551888bf890e28d16e9b1698768c93dde413d5e1918cbd234e

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-10-22 Thread Andrey Grozin
commit: ac62acb1a45f93c6382b05a3524204c12e066c26
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Oct 22 16:35:50 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Oct 22 16:36:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac62acb1

sci-mathematics/wxmaxima: bump to 18.10.2

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index e34ec2b03ec..9455e3c1f51 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 BLAKE2B 
cacb508cbcb24e27a43998ba0079b14117980669c25b39b017c0c659ef48d2ad338c6503aea99447a14250ed1a68a3414880828fc8ffdcbd3177b8eb9355a919
 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84
 DIST wxmaxima-18.10.0.tar.gz 12144997 BLAKE2B 
78cfe2cfa5532271cc07eb7bb106b0c9708df4ae3086c02a859f51affe87dd813b3ca28b7fb1137cfb2acbef4f2ce12d2464c30a6dd39d47c028cf4f6c6b030e
 SHA512 
b8cc4288db6bd673a7de7e05d3ff9e3dec1660a78944c2fcd80422cbb6102eea81de33dbc19e7f66e31e0a044be9e935a7f7323b855a1dd3302c3763e5c98196
+DIST wxmaxima-18.10.2.tar.gz 12146348 BLAKE2B 
3c43e807cd8eb2a7e2a6ec1cab82427a6e6df37d4d786639168008672a5763d545dd6387e969d0ff4d6db77d8155b7350a7673b273f00cb02c1779b82d64c35c
 SHA512 
96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
new file mode 100644
index 000..56c7b4a3e19
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.10.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2018-03-13 Thread Andrey Grozin
commit: 7b390b39127998c3a74b05793c42a8d67c4eed43
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Mar 13 21:48:16 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Mar 13 21:48:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b390b39

sci-mathematics/wxmaxima: bump to 18.02.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 207f972114e..30749dc9712 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -3,3 +3,4 @@ DIST wxmaxima-16.04.2.tar.gz 5178050 BLAKE2B 
52c416040277fbbf0f8e930f3ad3b8a78f7
 DIST wxmaxima-16.12.0.tar.gz 4842949 BLAKE2B 
668219b2602b02e49eafa2c35fa7a5cfc995691356f5ce747590aa2e516ad8c1c8a6f57c8c8e19095ff301b7fd131942ea0ed6dbf4ce3b728fbb139e2139b5dc
 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 DIST wxmaxima-16.12.2.tar.gz 4866058 BLAKE2B 
ee00fd9259776d1aee59f295baafd6f97c7ebf38302c8cdb8c64815f8ffdd3c76cc48df1ee6a99a5afab28a033643025dfcc0a1e75f3a54de1b94f989f40164f
 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
 DIST wxmaxima-17.10.1.tar.gz 8690844 BLAKE2B 
63e1bd1bc15aff3eb350a522dc79027fc203226c03a3ff1967537ee004c8965d49a23432e10e3dd5670e271228d03eda1731ca16a2c4a1466a9ca1fa7127c500
 SHA512 
015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
+DIST wxmaxima-18.02.0.tar.gz 10131174 BLAKE2B 
d2137d4dfb23244c677a64578ea8cd132514d6e80b39ed1ed938a64952fcd9928459a64ceafccd34ef925fea6161a79112da9e8091de2ba8f93b4137f3240692
 SHA512 
e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84

diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
new file mode 100644
index 000..2b7cde69a15
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-18.02.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+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"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="https://github.com/andrejv/wxmaxima/archive/Version-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake-utils_src_prepare
+
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
"${S}"/info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm "${S}"/locales/${1}.po || die "rm ${1}.po failed"
+   }
+   l10n_find_plocales_changes "${S}"/locales '' '.po'
+   l10n_for_each_disabled_locale_do rm_po
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2017-01-25 Thread Andrey Grozin
commit: 741adc622df379cc397ea2a9d6e9f410950bdfd4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jan 25 15:02:23 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jan 25 15:02:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741adc62

sci-mathematics/wxmaxima: bump to 16.12.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 7f52b99..5fdff81 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
 DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6
+DIST wxmaxima-16.12.1.tar.gz 4843706 SHA256 
e13d4c28f7b4dd26fb29d0b9a1697622c5aa627d17cf4cc9c598d19af8acb09e SHA512 
813ea41bbec7bc8f55e741cad1756125f3ec63e7d76bbc64377c0e2dc552333e184eec128e0680129c0b6c11f04183c9ce60eb3a5f0b459e2f1008989485a6e4
 WHIRLPOOL 
e584ac39456ad2cc055f5c34c57a2b18da40a8ea63189c61304551e25d2377ec7f889310a4530825f17bcfb8e10134277684378a3bbe4dc1077d7aed6a96277f

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
new file mode 100644
index ..3e81026
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2017-01-26 Thread Andrey Grozin
commit: ac4d5bf57c07f6e765ef28022b9b43ce4fda2088
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Jan 26 09:38:55 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Jan 26 09:40:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4d5bf5

sci-mathematics/wxmaxima: bump to 16.12.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-mathematics/wxmaxima/Manifest   | 2 +-
 .../wxmaxima/{wxmaxima-16.12.1.ebuild => wxmaxima-16.12.2.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5fdff81..78b2756 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,4 +1,4 @@
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.2.tar.gz 5178050 SHA256 
761c2a5630a6d81fa84bc9eba431112910dce818c4dd77338e3a0691c2fcf8ba SHA512 
da8159e7c779f50bde7a6f6852987c18aaf724b1ebf0bdc4d231f40b80e04cee2870a520251d212681b3f0a7533d28b744d3684fc395a26d2a46b48c1a31a856
 WHIRLPOOL 
613950e86516ab73d99180bf2ccc3f8f82167005a89fc07ea3ac0682054325c857bd54d1ab6fd7da200d045db28f9f4f0b2b05f9107916bdf39285afba9bfd0e
 DIST wxmaxima-16.12.0.tar.gz 4842949 SHA256 
30d4fcf2b33349fb60d13f7efcd0d9b5460915fa7065665a2c7c291c77d26a06 SHA512 
6a68cf6b4fdf07bef7fdd19397c226c3cf4f693aaab8ae028e6af69b114a04fa7dbf20f7f183853f8f655ef8d0bf984ee2a0af6096697ab3c454d17f37c98819
 WHIRLPOOL 
943d62045215067054ef4135249b6ae9378b0ff38e027f150934e35e91540ef59d3d7f02dfa9ed4cde2302d3be86582f53443cbc286880459338609d23f9c6e6
-DIST wxmaxima-16.12.1.tar.gz 4843706 SHA256 
e13d4c28f7b4dd26fb29d0b9a1697622c5aa627d17cf4cc9c598d19af8acb09e SHA512 
813ea41bbec7bc8f55e741cad1756125f3ec63e7d76bbc64377c0e2dc552333e184eec128e0680129c0b6c11f04183c9ce60eb3a5f0b459e2f1008989485a6e4
 WHIRLPOOL 
e584ac39456ad2cc055f5c34c57a2b18da40a8ea63189c61304551e25d2377ec7f889310a4530825f17bcfb8e10134277684378a3bbe4dc1077d7aed6a96277f
+DIST wxmaxima-16.12.2.tar.gz 4866058 SHA256 
42c0a4dfb2e2ad349a49b117ef7c2e251292fb252ce9fde16242760f3dfc4278 SHA512 
346a04c56a236d42e7177da9c12d94a504df7146457394c82293884995222d647746277096c14891c217559a1d9d743963c14d65931b31350ab2480f02fd03c1
 WHIRLPOOL 
9811a68f66ac46569921b93e5f3050fc4c271b8cf5886ebf0e0ae81d843b3a74bfaf39b7bc3db6e89dfbaa3cb983c8bb9e94a25950d4d113281958ccfed0ced4

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild
similarity index 100%
rename from sci-mathematics/wxmaxima/wxmaxima-16.12.1.ebuild
rename to sci-mathematics/wxmaxima/wxmaxima-16.12.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2022-04-13 Thread Andrey Grozin
commit: c6faca0ef4d2dc19fb8b208f26da5f33ec58f9a1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Apr 13 08:49:58 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Apr 13 08:49:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6faca0e

sci-mathematics/wxmaxima: remove old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 -
 sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild | 79 
 2 files changed, 80 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d7b45467e859..707ad00db3a2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,2 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
-DIST wxmaxima-21.05.2.tar.gz 17782421 BLAKE2B 
8a4057087b38f1023f5773b4f3457060b1624e6de654c2b5fadb8fb529461bdf3393e6ea443e69d0ea2057130aa1a7de7ab6739d7797c3a90bb114ec96587289
 SHA512 
a5d7832d224bad0963a86d3714172d51b67a1c8daf933e66b6c7817da102f942e37aa2a31d8f0f1e27438b61b1ba2705af333edcf2c33a53fdeec318fe837ff6
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506

diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
deleted file mode 100644
index 9abff2ab71ee..
--- a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0-gtk3"
-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"
-inherit cmake plocale wxwidgets xdg
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
-SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-Version-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   setup-wxwidgets
-   cmake_src_prepare
-
-   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
-   || die "sed CMakeLists.txt failed"
-   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
-   || die "sed info/CMakeLists.txt failed"
-
-   # locales
-   rm_po() {
-   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
-   rm -f locales/manual/${1}.po
-   rm -f info/${PN}.${1}.md
-   rm -f info/${PN}.${1}.html
-   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
-   }
-   plocale_find_changes locales/wxMaxima '' '.po'
-   plocale_for_each_disabled_locale rm_po
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWXM_UNIT_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
-   # way even with virtualx
-   # bug #736695
-   cd "${BUILD_DIR}/test/unit_tests" || die
-
-   local tests=(
-   AFontSize
-   CellPtr
-   ImgCell
-   )
-
-   local test
-   for test in "${tests[@]}" ; do
-   ./test_${test} || die "Unit test ${test} failed!"
-   done
-}
-
-src_install() {
-   docompress -x /usr/share/doc/${PF}
-   cmake_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2022-04-13 Thread Andrey Grozin
commit: 7f6588324fecfee655098537942750cb118d5ed5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Apr 13 08:51:32 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Apr 13 08:51:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f658832

sci-mathematics/wxmaxima: bump to 22.04.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 707ad00db3a2..ca218c1fcacc 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-20.12.2.tar.gz 16262617 BLAKE2B 
2f9f910f565158b2011f014d96747498c6286a95bdb69f9b6b2f82a37a569e8a02abbae5cbb9ae2ac1e78d0b976487666794b267c1c40c1245df08c752486403
 SHA512 
1c3e3f68a2fa2cd798dfb05c52e7ddf3193a15cb45282553c280914bd524d463ad27acc89898cb4a292ff236699d1ec2abb70d83fa52cb126123ab8e2fcd5ceb
 DIST wxmaxima-21.11.0.tar.gz 15982803 BLAKE2B 
8eff24b3b08fd156341cbd1c565fd832277f99cbbfa2f166671502399e8658273dca86c48b3b09c8616b9d9a17ec4ea9230def645719bcf3c22fc410f5f31d62
 SHA512 
1660537d475dc16e6d25011ae02b50a9179dd97b19dd115e914636fac71684906d77a2e4f4ab2d8506ac9f6b297de8feeeb46489a6dbf5782783f890a4181506
+DIST wxmaxima-22.04.0.tar.gz 21477753 BLAKE2B 
aad35f628b2b74d41a7cb501d5e98c59b8588103f729fc39e901c50416a17bd296c4959f2276728a2654924bd16dd7416ef39b69eb01c5c05ee857f69ea1d42d
 SHA512 
5197dab483012b39e910208406f32f2892d9acc3c0abc8582a61a43fad4f13e95692f8e499a2d0ca1680ca2ca48ea4c4853aa04c3f18d5e3a923c11316ebbf62

diff --git a/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild
new file mode 100644
index ..010023dd6e2b
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-22.04.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+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"
+inherit cmake plocale wxwidgets xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/";
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-08-29 Thread Andrey Grozin
commit: 398a127a027862aa1b53e1d57be527ab713bbcf1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Aug 29 13:47:54 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Aug 29 13:47:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398a127a

sci-mathematics/wxmaxima: version bump to 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 87c8ce2..c48162b 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
+DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
+DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 9fe51b3e036df4f145ce86dbf7348c404ff4d304
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Sep  3 18:09:51 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Sep  3 18:09:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe51b3e

sci-mathematics/wxmaxima: version bump

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index c48162b..5b02cb4 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,5 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
 DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
+DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
+DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
new file mode 100644
index 000..cdbdbcd
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_pr

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-03 Thread Andrey Grozin
commit: 175ad56b1b63289994085ea2cc8f99e347d7d22d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Sep  4 06:53:23 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Sep  4 06:53:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175ad56b

sci-mathematics/wxmaxima: cleaning 15.08.0

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 5b02cb4..de7dad8 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,6 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.0-missing.tar.bz2 16172 SHA256 
d39d1a7937db05a4ae3e6a6d38a4079e93fb95b5533db7254de7dec7d24527db SHA512 
195de1bcc4b469094716e0e417cf6431abe9f67e467c71fe51c4bed9990c613d5487cbcdda18d1df7f50e5e1b0abec7578e1091cc4999d95ba6a5f8849d826e2
 WHIRLPOOL 
34964f7ba5a1c9e5f2ab05b857c31b441eee43a127dc123337174509c71b7f80313e111b967abba47579021c52f27c71812c85efdf7a8429ad4e1e6c51f62db8
-DIST wxmaxima-15.08.0.tar.gz 560 SHA256 
e6905b8e306b575e8e38b02a0e81de38be6d154d1349a455e01fbec28b21b27c SHA512 
b13df571978c354ef420c613717149e3235bd5343746c12f2193eb0599f417b04cdb01e87e97ef2ed72bfd090b6ec6871c834fdb74074a3d5fb0f68bbe942263
 WHIRLPOOL 
a2a1ae200eebb6d54a3c96cbd1c304b37c4a759ccc15983b3910d3aad1864d6c80d39e7e688198d4f3dd7c36bb9a8b2795a9610475858207b90482887219906a
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: b83109ad0a10cd6f28c31d6cfe5ab220acbeb5a7
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:12:43 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:12:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83109ad

sci-mathematics/wxmaxima: bump to 15.08.2

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index de7dad8..3b20c8d 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
 DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
+DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
new file mode 100644
index 000..912f067
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-15.08.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2015-09-13 Thread Andrey Grozin
commit: a005b117c4fc49c16cd6daded0ab78ffbec9309a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Sep 13 12:15:38 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Sep 13 12:15:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a005b117

sci-mathematics/wxmaxima: cleaning 15.08.1

Package-Manager: portage-2.2.20.1

 sci-mathematics/wxmaxima/Manifest|  2 -
 sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 3b20c8d..58e93ac 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
-DIST wxmaxima-15.08.1-missing.tar.bz2 14699 SHA256 
62a84bf32e61d39f66787a7fb2cdbf67f322ddee2d7734c23650739476e97b17 SHA512 
de64163643652a288fd6f65076df94074a28895a13ae8766a1913e12833d3dbb1ae4bbdbcd6a69221e5bde7000b93e3a86a223b1320d25581d32c61ea6ab3b98
 WHIRLPOOL 
e96dac6ffd227597721a7e8fa200d99422e722ec5d3c1733c29904fdf1f6e2bae2ba1a2c8e98e217e7a089c5857c1ccf5d10950bd98cdbde0dfb19039a60262d
-DIST wxmaxima-15.08.1.tar.gz 5577228 SHA256 
82ad5314a88e53ff41dc431afb44ef1a47738686786e8cc8b4c48e0c147f4ffd SHA512 
4ab7a8e992904e18e571b716d35f0d5286363b287853e3ebacc64e63df901fe192abdef16db8dc8defabb26a25f8f8956a7bad466862ee0d19d8846d4e3fec94
 WHIRLPOOL 
492c6ccf79640c9bfdb8d7aad283f5e0941bba8b38d037285712603112026e0feaf8873025657486df44ff718e559d9e690076e78f86e560f5d6b73ecd096ad9
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
deleted file mode 100644
index cdbdbcd..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.08.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   https://dev.gentoo.org/~grozin/${P}-missing.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-03 Thread Andrey Grozin
commit: 110c1ec73e9452ef90d75024104c1ef5960df2ae
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  3 18:18:05 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  3 18:18:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110c1ec7

sci-mathematics/wxmaxima: bump to 16.04.0

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 58e93ac..15147d2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,3 +1,4 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
+DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: f35c51a4e0f1b3afa4873c86dfa627bc607bb368
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:26:02 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:26:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35c51a4

sci-mathematics/wxmaxima: bump to 16.04.1

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 15147d2..d923039 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -2,3 +2,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a
 DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
 DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
+DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
new file mode 100644
index 000..1e05229
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils gnome2-utils wxwidgets fdo-mime
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="http://andrejv.github.io/wxmaxima/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   local i
+
+   # consistent package names
+   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
+   -i Makefile.in data/Makefile.in test/Makefile.in || die "sed 
failed"
+
+   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
+   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp 
src/Dirstructure.h \
+   || die "sed failed"
+
+   # correct gettext behavior
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in $(cd "${S}"/locales ; echo *.mo) ; do
+   if ! has ${i%.mo} ${LINGUAS} ; then
+   sed -i \
+   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
+   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
+   locales/Makefile.in || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-printing \
+   --with-wx-config=${WX_CONFIG}
+}
+
+src_install () {
+   default
+   doicon -s 128 data/wxmaxima.png
+   make_desktop_entry wxmaxima wxMaxima wxmaxima
+   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2016-04-08 Thread Andrey Grozin
commit: 13bc585cec7ab70eea2211e1a17b05163f60f6fb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  8 19:29:34 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  8 19:29:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bc585c

sci-mathematics/wxmaxima: cleaning old

Package-Manager: portage-2.2.28

 sci-mathematics/wxmaxima/Manifest  |  2 -
 .../wxmaxima/wxmaxima-15.04.0-r1.ebuild| 77 --
 sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild   | 76 -
 3 files changed, 155 deletions(-)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index d923039..ecb0e26 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,5 +1,3 @@
 DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 
29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 
36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa
 WHIRLPOOL 
7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d
-DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 
c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 
1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7
 WHIRLPOOL 
225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc
 DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 
7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 
a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6
 WHIRLPOOL 
a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a
-DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 
d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 
5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee
 WHIRLPOOL 
2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc
 DIST wxmaxima-16.04.1.tar.gz 5177734 SHA256 
907fecb2f5f0b5430eb9ade2ece8c41e4bdf73315c2484ffa4832ec47266b684 SHA512 
4d24daf6d6df08d88b7c833d48bdaddc8d8a52cca357b8c940ceb3825122ed351f417780a81af1b41b3b014518b14efbb51d8e247bb228dc1e4f83d0fed79365
 WHIRLPOOL 
a750935002ea0f4bb46cb7bc70c02cdf049adef20a351e9e4a93e53426e22fcab6292b31731531149d4e4e66897adee043d0d90046079723ad809d4ae6886750

diff --git a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
deleted file mode 100644
index bf28bb6..000
--- a/sci-mathematics/wxmaxima/wxmaxima-15.04.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-inherit eutils gnome2-utils wxwidgets fdo-mime
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
-HOMEPAGE="http://andrejv.github.io/wxmaxima/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-   dev-libs/libxml2:2
-   x11-libs/wxGTK:${WX_GTK_VER}"
-RDEPEND="${DEPEND}
-   media-fonts/jsmath
-   sci-visualization/gnuplot[wxwidgets]
-   sci-mathematics/maxima"
-
-src_prepare() {
-   local i
-
-   # consistent package names
-   sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \
-   -i Makefile.in data/Makefile.in || die "sed failed"
-
-   sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \
-   -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.h 
src/Dirstructure.cpp \
-   || die "sed failed"
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd "${S}"/locales ; echo *.mo) ; do
-   if ! has ${i%.mo} ${LINGUAS} ; then
-   sed -i \
-   -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \
-   -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \
-   locales/Makefile.in || die
-   fi
-   done
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-printing \
-   --with-wx-config=${WX_CONFIG}
-}
-
-src_install () {
-   default
-   doicon -s 128 data/wxmaxima.png
-   make_desktop_entry wxmaxima wxMaxima wxmaxima
-   dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_preinst() 

  1   2   3   4   5   6   >