Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/reduce/files/, sci-mathematics/reduce/
Date: Sun, 17 Feb 2019 11:38:32
Message-Id: 1550403497.0dd6384c0045389b8be34ef5c1aba9c68cfcc61a.grozin@gentoo
1 commit: 0dd6384c0045389b8be34ef5c1aba9c68cfcc61a
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:36:59 2019 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:38:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd6384c
7
8 sci-mathematics/reduce: removed
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 sci-mathematics/reduce/Manifest | 1 -
14 sci-mathematics/reduce/files/64reduce-gentoo.el | 4 -
15 sci-mathematics/reduce/files/csl | 2 -
16 sci-mathematics/reduce/files/redcsl | 2 -
17 sci-mathematics/reduce/metadata.xml | 15 ----
18 sci-mathematics/reduce/reduce-20110414-r1.ebuild | 94 ------------------------
19 6 files changed, 118 deletions(-)
20
21 diff --git a/sci-mathematics/reduce/Manifest b/sci-mathematics/reduce/Manifest
22 deleted file mode 100644
23 index be492f9c371..00000000000
24 --- a/sci-mathematics/reduce/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST reduce-src-20110414.tar.bz2 136783974 BLAKE2B ace4ba8dc131e558b192768f3ae3cd035a36e33b77c57d7b19447d6d798ca4406e14a7938916b1251428d41b14dc8ed6bba6f1e79997bcb2d8997d47270d9496 SHA512 c54c1e069b8dc5aaee2692be26c8932a26d5963adeda56f933e6136c598d7b7e506bce88d7d2eb464ebd9a2dac3cbab2b673e213d8bf52f3ff631c71f9200d11
28
29 diff --git a/sci-mathematics/reduce/files/64reduce-gentoo.el b/sci-mathematics/reduce/files/64reduce-gentoo.el
30 deleted file mode 100644
31 index 2c20bff93ed..00000000000
32 --- a/sci-mathematics/reduce/files/64reduce-gentoo.el
33 +++ /dev/null
34 @@ -1,4 +0,0 @@
35 -;; site-init for sci-mathematics/reduce
36 -(add-to-list 'load-path "@SITELISP@")
37 -(autoload 'reduce-mode "reduce-mode" "Major mode for REDUCE code editing" t)
38 -(add-to-list 'auto-mode-alist '("\\.red\\'" . reduce-mode))
39
40 diff --git a/sci-mathematics/reduce/files/csl b/sci-mathematics/reduce/files/csl
41 deleted file mode 100644
42 index 895b6bd8f4a..00000000000
43 --- a/sci-mathematics/reduce/files/csl
44 +++ /dev/null
45 @@ -1,2 +0,0 @@
46 -#!/bin/sh
47 -exec /usr/lib/reduce/csl $*
48
49 diff --git a/sci-mathematics/reduce/files/redcsl b/sci-mathematics/reduce/files/redcsl
50 deleted file mode 100644
51 index ff40e3e073a..00000000000
52 --- a/sci-mathematics/reduce/files/redcsl
53 +++ /dev/null
54 @@ -1,2 +0,0 @@
55 -#!/bin/sh
56 -exec /usr/lib/reduce/reduce $*
57
58 diff --git a/sci-mathematics/reduce/metadata.xml b/sci-mathematics/reduce/metadata.xml
59 deleted file mode 100644
60 index 545b13d288c..00000000000
61 --- a/sci-mathematics/reduce/metadata.xml
62 +++ /dev/null
63 @@ -1,15 +0,0 @@
64 -<?xml version="1.0" encoding="UTF-8"?>
65 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 -<pkgmetadata>
67 - <maintainer type="project">
68 - <email>sci-mathematics@g.o</email>
69 - <name>Gentoo Mathematics Project</name>
70 - </maintainer>
71 - <longdescription lang="en">
72 -A general-purpose computer algebra system.
73 -Powerful, mature and efficient.
74 -</longdescription>
75 - <upstream>
76 - <remote-id type="sourceforge">reduce-algebra</remote-id>
77 - </upstream>
78 -</pkgmetadata>
79
80 diff --git a/sci-mathematics/reduce/reduce-20110414-r1.ebuild b/sci-mathematics/reduce/reduce-20110414-r1.ebuild
81 deleted file mode 100644
82 index 34c8cf564d0..00000000000
83 --- a/sci-mathematics/reduce/reduce-20110414-r1.ebuild
84 +++ /dev/null
85 @@ -1,94 +0,0 @@
86 -# Copyright 1999-2015 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -
91 -inherit elisp-common multilib
92 -
93 -DESCRIPTION="A general-purpose computer algebra system"
94 -HOMEPAGE="
95 - http://reduce-algebra.sourceforge.net/
96 - http://reduce-algebra.com/"
97 -SRC_URI="mirror://sourceforge/${PN}-algebra/${PN}-src-${PV}.tar.bz2"
98 -
99 -SLOT="0"
100 -LICENSE="BSD-2 X? ( LGPL-2.1 )"
101 -KEYWORDS="~amd64 ~x86"
102 -IUSE="doc emacs gnuplot X"
103 -
104 -RDEPEND="
105 - X? (
106 - x11-libs/libXrandr
107 - x11-libs/libXcursor
108 - x11-libs/libXft
109 - )
110 - gnuplot? ( sci-visualization/gnuplot )
111 - emacs? ( virtual/emacs )"
112 -DEPEND="${RDEPEND}"
113 -
114 -src_configure() {
115 - # If you pass --prefix to this damn configure,
116 - # make (not make install!) will try to install stuff
117 - # into the live file system => sandbox violation
118 - # Therefore, I cannot use econf here
119 - # Also, make calls configure in maintainer mode in subdirs *by design*
120 - # The trunk sucks less => WONTFIX until the next release
121 - ./configure --with-csl $(use_with X gui) || die
122 - # psl build requires Internet connection at build time
123 - # we cannot support it
124 -}
125 -
126 -src_compile() {
127 - emake -j1 STRIP=true
128 -
129 - pushd cslbuild/*/csl/reduce.doc > /dev/null
130 - rm -f *.txt *.tex || die
131 - popd > /dev/null
132 -
133 - if use emacs; then
134 - einfo "Compiling emacs lisp files"
135 - elisp-compile generic/emacs/*.el || die "elisp-compile failed"
136 - fi
137 -}
138 -
139 -src_test() {
140 - emake -j1 testall
141 -}
142 -
143 -src_install() {
144 - local lib="$(get_libdir)"
145 - dodoc README BUILDING DEPENDENCY_TRACKING
146 - pushd bin > /dev/null
147 - cp "${FILESDIR}"/redcsl "${FILESDIR}"/csl . || die
148 - sed -e "s/lib/${lib}/" -i redcsl || die
149 - sed -e "s/lib/${lib}/" -i csl || die
150 - dobin redcsl csl
151 - popd > /dev/null
152 -
153 - pushd cslbuild/*/csl > /dev/null
154 - exeinto /usr/${lib}/${PN}
155 - doexe reduce csl
156 - insinto /usr/$(get_libdir)/${PN}
157 - doins reduce.img csl.img
158 - insinto /usr/share/${PN}
159 - doins -r ${PN}.doc
160 - mv "${D}"usr/share/${PN}/${PN}.doc "${D}"usr/share/${PN}/doc || die
161 - dosym /usr/share/${PN}/doc /usr/${lib}/${PN}/${PN}.doc
162 - if use X; then
163 - doins -r ${PN}.fonts
164 - mv "${D}"usr/share/${PN}/${PN}.fonts "${D}"usr/share/${PN}/fonts || die
165 - dosym /usr/share/${PN}/fonts /usr/${lib}/${PN}/${PN}.fonts
166 - fi
167 - popd > /dev/null
168 -
169 - if use doc; then
170 - dodoc doc/util/r38.pdf
171 - fi
172 -
173 - if use emacs; then
174 - pushd generic/emacs > /dev/null
175 - elisp-install ${PN} *.el *.elc || die "elisp-install failed"
176 - elisp-site-file-install "${FILESDIR}/64${PN}-gentoo.el"
177 - popd > /dev/null
178 - fi
179 -}