summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-22 06:57:11 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-22 06:57:11 +0000
commit8763fb550b22ce61794aab703617f839a5a935a5 (patch)
tree2915af7da4640c2b1c47f09ad3f28800f0871064 /sci-mathematics/wxmaxima
parentDrop old (diff)
downloadgentoo-2-8763fb550b22ce61794aab703617f839a5a935a5.tar.gz
gentoo-2-8763fb550b22ce61794aab703617f839a5a935a5.tar.bz2
gentoo-2-8763fb550b22ce61794aab703617f839a5a935a5.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-mathematics/wxmaxima')
-rw-r--r--sci-mathematics/wxmaxima/ChangeLog7
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild61
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild61
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-12.04.0.ebuild61
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-12.09.0.ebuild80
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild76
6 files changed, 6 insertions, 340 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog
index d2ef9544df75..9f3aa18b6897 100644
--- a/sci-mathematics/wxmaxima/ChangeLog
+++ b/sci-mathematics/wxmaxima/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/wxmaxima
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.48 2015/04/21 19:24:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.49 2015/04/22 06:57:11 jlec Exp $
+
+ 22 Apr 2015; Justin Lecher <jlec@gentoo.org> -wxmaxima-0.8.2.ebuild,
+ -wxmaxima-12.01.0.ebuild, -wxmaxima-12.04.0.ebuild, -wxmaxima-12.09.0.ebuild,
+ -wxmaxima-14.12.0.ebuild:
+ Drop old
21 Apr 2015; Pacho Ramos <pacho@gentoo.org> wxmaxima-13.04.2.ebuild:
ppc stable wrt bug #406779
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
deleted file mode 100644
index 201feff810f8..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.9 2014/08/10 20:24:29 slyfox Exp $
-
-EAPI="2"
-WX_GTK_VER="2.8"
-inherit eutils 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"
-IUSE="unicode"
-
-DEPEND="
- dev-libs/libxml2:2
- x11-libs/wxGTK:2.8"
-RDEPEND="${DEPEND}
- sci-visualization/gnuplot[wxwidgets]
- >=sci-mathematics/maxima-5.15.0"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # 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 || die "sed failed"
-}
-
-src_configure() {
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon data/wxmaxima.png
- make_desktop_entry wxmaxima wxMaxima wxmaxima
- dodir /usr/share/doc/${PF}
- dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild
deleted file mode 100644
index d34832224335..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild,v 1.4 2014/08/10 20:24:29 slyfox Exp $
-
-EAPI=4
-WX_GTK_VER="2.8"
-inherit eutils 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"
-IUSE="unicode"
-
-DEPEND="dev-libs/libxml2:2
- x11-libs/wxGTK:2.8"
-RDEPEND="${DEPEND}
- media-fonts/jsmath
- sci-visualization/gnuplot[wxwidgets]
- sci-mathematics/maxima"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # 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"
-}
-
-src_configure() {
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs)
-}
-
-src_install () {
- default
- doicon data/wxmaxima.png
- make_desktop_entry wxmaxima wxMaxima wxmaxima
- dodir /usr/share/doc/${PF}
- dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-mathematics/wxmaxima/wxmaxima-12.04.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-12.04.0.ebuild
deleted file mode 100644
index 189a22366b9d..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-12.04.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-12.04.0.ebuild,v 1.2 2014/08/10 20:24:29 slyfox Exp $
-
-EAPI=4
-WX_GTK_VER="2.8"
-inherit eutils 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"
-IUSE="unicode"
-
-DEPEND="dev-libs/libxml2:2
- x11-libs/wxGTK:2.8"
-RDEPEND="${DEPEND}
- media-fonts/jsmath
- sci-visualization/gnuplot[wxwidgets]
- sci-mathematics/maxima"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # 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"
-}
-
-src_configure() {
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs)
-}
-
-src_install () {
- default
- doicon data/wxmaxima.png
- make_desktop_entry wxmaxima wxMaxima wxmaxima
- dodir /usr/share/doc/${PF}
- dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-mathematics/wxmaxima/wxmaxima-12.09.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-12.09.0.ebuild
deleted file mode 100644
index eb805f5b164f..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-12.09.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-12.09.0.ebuild,v 1.3 2014/08/10 20:24:29 slyfox Exp $
-
-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-14.12.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild
deleted file mode 100644
index 6b87505a1d73..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild,v 1.1 2014/12/20 15:45:16 grozin Exp $
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-
-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 \
- || 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
-}