diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-16 07:34:58 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-16 07:34:58 +0000 |
commit | c9eb42fef14d831ba7692f1345d489b62dff5950 (patch) | |
tree | a50069af82b5661e9ce3fdbb51e680b9ea2f129d /sci-mathematics | |
parent | Drop useless elog messages, bug #421275 (with Tomáš Chvátal permission). (diff) | |
download | gentoo-2-c9eb42fef14d831ba7692f1345d489b62dff5950.tar.gz gentoo-2-c9eb42fef14d831ba7692f1345d489b62dff5950.tar.bz2 gentoo-2-c9eb42fef14d831ba7692f1345d489b62dff5950.zip |
ppc stable wrt #419905, drop old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch | 13 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/yacas-1.2.2-gcc46.patch | 15 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/yacas-1.2.2-makefixes.patch | 22 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.2.2.ebuild | 50 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.3.2.ebuild | 4 |
6 files changed, 8 insertions, 103 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index b722378413d2..6929c4b314a2 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/yacas # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.33 2012/06/11 09:17:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.34 2012/06/16 07:34:57 xarthisius Exp $ + + 16 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> + -files/yacas-1.2.2-gcc43.patch, -files/yacas-1.2.2-gcc46.patch, + -files/yacas-1.2.2-makefixes.patch, -yacas-1.2.2.ebuild, yacas-1.3.2.ebuild: + ppc stable wrt #419905, drop old 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> yacas-1.3.2.ebuild: Stable for amd64, wrt bug #419905 diff --git a/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch b/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch deleted file mode 100644 index 9e4d04b4647b..000000000000 --- a/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- manmake/manripper.cpp -+++ manmake/manripper.cpp -@@ -1,7 +1,8 @@ - --#include <stdio.h> --#include <ctype.h> -+#include <cstdio> -+#include <cctype> - #include <string> -+#include <cstring> - #include <map> - - using namespace std; diff --git a/sci-mathematics/yacas/files/yacas-1.2.2-gcc46.patch b/sci-mathematics/yacas/files/yacas-1.2.2-gcc46.patch deleted file mode 100644 index 646de9091d11..000000000000 --- a/sci-mathematics/yacas/files/yacas-1.2.2-gcc46.patch +++ /dev/null @@ -1,15 +0,0 @@ - src/grower.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/src/grower.h b/src/grower.h -index 9c91e58..34ea786 100644 ---- a/src/grower.h -+++ b/src/grower.h -@@ -92,6 +92,7 @@ class ArrOpsDeletingPtr : public ArrOpsCustomPtr<T> - { - typedef T* TY; - public: -+ ArrOpsDeletingPtr() {} - inline void destruct(void * obj) const - { delete *static_cast<const TY*>(obj); } - }; diff --git a/sci-mathematics/yacas/files/yacas-1.2.2-makefixes.patch b/sci-mathematics/yacas/files/yacas-1.2.2-makefixes.patch deleted file mode 100644 index 4f4f8acd2125..000000000000 --- a/sci-mathematics/yacas/files/yacas-1.2.2-makefixes.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nur yacas-1.2.2/JavaYacas/makefile.yacas yacas-1.2.2_patched/JavaYacas/makefile.yacas ---- yacas-1.2.2/JavaYacas/makefile.yacas 2007-09-26 15:08:55.000000000 +0300 -+++ yacas-1.2.2_patched/JavaYacas/makefile.yacas 2008-11-10 21:44:41.000000000 +0200 -@@ -1,4 +1,4 @@ -- -+JAVAC?=javac - .SUFFIXES: .java .class - - all: net/sf/yacas/CVersion.java yacas.jar hints.txt -@@ -30,10 +31,10 @@ - cd ../scripts/ ; jar uvf ../JavaYacas/yacas.jar * - - .java.class: -- javac $*.java -+ $(JAVAC) $(JAVACFLAGS) $*.java - - net/sf/yacas/CVersion.java: ../config.h dumpversion.cpp -- g++ dumpversion.cpp -o dumpversion -+ $(CXX) $(CXXFLAGS) dumpversion.cpp -o dumpversion - ./dumpversion - - diff --git a/sci-mathematics/yacas/yacas-1.2.2.ebuild b/sci-mathematics/yacas/yacas-1.2.2.ebuild deleted file mode 100644 index c9a4faf0fb82..000000000000 --- a/sci-mathematics/yacas/yacas-1.2.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.8 2012/04/25 17:08:36 jlec Exp $ - -inherit eutils java-pkg-opt-2 - -DESCRIPTION="Powerful general purpose computer algebra system" -HOMEPAGE="http://yacas.sourceforge.net/" -SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" - -IUSE="doc java server" - -DEPEND="java? ( >=virtual/jdk-1.6 )" -RDEPEND="java? ( >=virtual/jre-1.6 )" - -src_unpack() { - unpack ${A} - cd "${S}" || die - epatch "${FILESDIR}"/${P}-gcc43.patch - epatch "${FILESDIR}"/${P}-makefixes.patch -} - -src_compile() { - econf \ - $(use_enable doc html-doc) \ - $(use_enable server) \ - --with-html-dir="/usr/share/doc/${PF}/html" - emake || die "emake failed" - if use java; then - cd JavaYacas || die - # -j1 because of file generation dependence - emake -j1 -f makefile.yacas || die "emake java interface failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README TODO || die - if use java; then - cd JavaYacas || die - java-pkg_dojar yacas.jar - java-pkg_dolauncher jyacas --main net.sf.yacas.YacasConsole - insinto /usr/share/${PN} - doins hints.txt yacasconsole.html || die "doins java resources failed" - fi -} diff --git a/sci-mathematics/yacas/yacas-1.3.2.ebuild b/sci-mathematics/yacas/yacas-1.3.2.ebuild index f56345e6fd7b..b9bbbad06c5b 100644 --- a/sci-mathematics/yacas/yacas-1.3.2.ebuild +++ b/sci-mathematics/yacas/yacas-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.2.ebuild,v 1.4 2012/06/11 09:17:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.2.ebuild,v 1.5 2012/06/16 07:34:57 xarthisius Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="doc java server" DEPEND="java? ( >=virtual/jdk-1.6 )" |