commit:     66bf1c570f6f1ad6a68b88a2c5ac5e2d18271b84
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 11:19:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 11:46:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bf1c57

sci-mathematics/yacas: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4181

 sci-mathematics/yacas/Manifest                     |  3 --
 .../yacas/files/yacas-1.3.4-java-version.patch     | 29 ------------
 sci-mathematics/yacas/metadata.xml                 |  1 -
 sci-mathematics/yacas/yacas-1.3.2.ebuild           | 45 ------------------
 sci-mathematics/yacas/yacas-1.3.3.ebuild           | 45 ------------------
 sci-mathematics/yacas/yacas-1.3.4.ebuild           | 54 ----------------------
 6 files changed, 177 deletions(-)

diff --git a/sci-mathematics/yacas/Manifest b/sci-mathematics/yacas/Manifest
index a010b3dd59b..e954b1418c7 100644
--- a/sci-mathematics/yacas/Manifest
+++ b/sci-mathematics/yacas/Manifest
@@ -1,4 +1 @@
-DIST yacas-1.3.2.tar.gz 1292706 SHA256 
82c7dc0de492b4290633e6abf18d35a2ec03117e6ea3e0f9418e6e85372c030e SHA512 
29d7e439126352255cd80c5c441884179e0c7784e7a409b1f9d486916b17433ba9b642163238db5c1c7ac709248a146db93fa85b6c7f42e86365958f623d8fb9
 WHIRLPOOL 
49d0c69316cf2dbd05aed7be23e20cdde6d324b624f6e358afd96b9dc8889eb17456dd30b2953fa6dc8593d47872f8b8eec6eb1de05992e51bcc8ec66800b591
-DIST yacas-1.3.3.tar.gz 1296777 SHA256 
6c73c653c5e13567510888800a68c14d231b1ef4f2b33193a158b8caec142141 SHA512 
a0c60f78a0d3f19d5fa820bdf62b2ae25ece00f985422a17a56f091ff240b74811af1c1480c24eff5dcb5cb021aa9709664e929913a33f411e6d2b64f37d3c70
 WHIRLPOOL 
f1334fd7cd191b1e9448efaed0542f338f35cf769ef2c6e8ca43ab0a75994aa09286fb6e5688b78927980ba4967093f971be33785f4a3d92a377532dd5e09a34
-DIST yacas-1.3.4.tar.gz 1582029 SHA256 
11de62f7ff014bc8a14c5f48f9c34107509506636b4701999413d0cb4dac5c69 SHA512 
9ec26e2c9d5355aa124a17f7dc4164c224fed880481ebd0a672c500dae9e066e37700cbd5bf896686f713a7615a58dde7be7a7a843ab236bfd0921774dc50a43
 WHIRLPOOL 
1d1028083ebdb1bb4d25346200b76ab76e807174886179194bc4fffb582771861535e738d47635c5df45e21edf942458dc58221cfa7826a53df0119b71c6dade
 DIST yacas-1.6.1.tar.gz 2611119 SHA256 
6b94394f705bed70a9d104967073efd6c23e9eb1a832805c4d805ef875555ae5 SHA512 
fffd15f76fef15aa8502053deefa6fee2a4f8b25414fa1209579351e36131b8117135e5f7009986ac8bb6af575d2e500a0d61c4996a8a50c767a5fa80ac1eff2
 WHIRLPOOL 
113cecc8b7af9a7569fbfd19366d96b66e698c6432776986a22fe76f29a991ed338d31656cbf50b0fd0c5baa5a5f1f4eb3f2171d6c4f4b657fc7891f0ea3255a

diff --git a/sci-mathematics/yacas/files/yacas-1.3.4-java-version.patch 
b/sci-mathematics/yacas/files/yacas-1.3.4-java-version.patch
deleted file mode 100644
index 7f6ab2da514..00000000000
--- a/sci-mathematics/yacas/files/yacas-1.3.4-java-version.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- JavaYacas/dumpversion.cpp.orig     2014-06-09 12:10:15.095959491 -0700
-+++ JavaYacas/dumpversion.cpp  2014-06-09 12:11:09.565339056 -0700
-@@ -1,11 +1,11 @@
- #include <stdio.h>
- #include <stdlib.h>
--#include "version.h"
-+#include "yacas/yacas_version.h"
- 
- int main(int argc, char** argv)
- {
-   printf("package net.sf.yacas;\n");
--  printf("class CVersion { static String VERSION = \"%s\"; }\n", VERSION);
-+  printf("class CVersion { static String VERSION = \"%s\"; }\n", 
YACAS_VERSION);
-   return 0;
- }
- 
---- JavaYacas/makefile.yacas.orig      2014-06-09 12:11:47.516603467 -0700
-+++ JavaYacas/makefile.yacas   2014-06-09 15:03:17.329987079 -0700
-@@ -32,8 +32,8 @@
- .java.class:
-       $(JAVAC) $(JAVACFLAGS) $*.java 
- 
--net/sf/yacas/CVersion.java: ../src/version.h dumpversion.cpp
--      $(CXX) $(CXXFLAGS) -I ../src dumpversion.cpp -o dumpversion
-+net/sf/yacas/CVersion.java: ../include/yacas/yacas_version.h dumpversion.cpp
-+      $(CXX) $(CXXFLAGS) -I ../include dumpversion.cpp -o dumpversion
-       ./dumpversion > net/sf/yacas/CVersion.java
- 
- 

diff --git a/sci-mathematics/yacas/metadata.xml 
b/sci-mathematics/yacas/metadata.xml
index 0c833493ef8..9790239a614 100644
--- a/sci-mathematics/yacas/metadata.xml
+++ b/sci-mathematics/yacas/metadata.xml
@@ -18,7 +18,6 @@
     <flag name="gui">Build graphical interface for the native yacas engine. 
Requires Qt5</flag>
     <flag name="java">Build the Java yacas engine and text console for 
it</flag>
     <flag name="jupyter">Add support for jupyter notebook</flag>
-    <flag name="server">Build the network server version</flag>
   </use>
   <upstream>
     <remote-id type="sourceforge">yacas</remote-id>

diff --git a/sci-mathematics/yacas/yacas-1.3.2.ebuild 
b/sci-mathematics/yacas/yacas-1.3.2.ebuild
deleted file mode 100644
index 5d99bfb5919..00000000000
--- a/sci-mathematics/yacas/yacas-1.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils java-pkg-opt-2
-
-DESCRIPTION="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_configure() {
-       econf \
-               $(use_enable doc html-doc) \
-               $(use_enable server) \
-               --with-html-dir="/usr/share/doc/${PF}/html"
-}
-
-src_compile() {
-       default
-       if use java; then
-               cd JavaYacas || die
-               # -j1 because of file generation dependence
-               emake -j1 -f makefile.yacas
-       fi
-}
-
-src_install() {
-       default
-       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
-       fi
-}

diff --git a/sci-mathematics/yacas/yacas-1.3.3.ebuild 
b/sci-mathematics/yacas/yacas-1.3.3.ebuild
deleted file mode 100644
index 56a52e665cc..00000000000
--- a/sci-mathematics/yacas/yacas-1.3.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils java-pkg-opt-2
-
-DESCRIPTION="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 ~amd64-linux ~x86-linux"
-IUSE="doc java server"
-
-DEPEND="java? ( >=virtual/jdk-1.6 )"
-RDEPEND="java? ( >=virtual/jre-1.6 )"
-
-src_configure() {
-       econf \
-               $(use_enable doc html-doc) \
-               $(use_enable server) \
-               --with-html-dir="/usr/share/doc/${PF}/html"
-}
-
-src_compile() {
-       default
-       if use java; then
-               cd JavaYacas || die
-               # -j1 because of file generation dependence
-               emake -j1 -f makefile.yacas
-       fi
-}
-
-src_install() {
-       default
-       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
-       fi
-}

diff --git a/sci-mathematics/yacas/yacas-1.3.4.ebuild 
b/sci-mathematics/yacas/yacas-1.3.4.ebuild
deleted file mode 100644
index a7e3720497a..00000000000
--- a/sci-mathematics/yacas/yacas-1.3.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit java-pkg-opt-2 autotools-utils
-
-DESCRIPTION="General purpose computer algebra system"
-HOMEPAGE="http://yacas.sourceforge.net/";
-SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz";
-
-SLOT="0/1"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc java static-libs server"
-
-DEPEND="java? ( >=virtual/jdk-1.6 )"
-RDEPEND="java? ( >=virtual/jre-1.6 )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.3.4-java-version.patch
-)
-
-src_configure() {
-       local myeconfargs=(
-               --with-html-dir="/usr/share/doc/${PF}/html"
-               $(use_enable doc html-doc)
-               $(use_enable server)
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile -j1
-       if use java; then
-               cd "${BUILD_DIR}"/JavaYacas || die
-               # -j1 because of file generation dependence
-               emake -j1 -f makefile.yacas
-       fi
-}
-
-src_install() {
-       autotools-utils_src_install
-       if use java; then
-               cd "${BUILD_DIR}"/JavaYacas || die
-               java-pkg_dojar yacas.jar
-               java-pkg_dolauncher jyacas --main net.sf.yacas.YacasConsole
-               insinto /usr/share/${PN}
-               doins "${S}"/JavaYacas/{hints.txt,yacasconsole.html}
-       fi
-}

Reply via email to