Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/csindex/files/, profiles/, dev-tex/csindex/
Date: Mon, 12 Oct 2020 08:56:36
Message-Id: 1602492927.473da6b2a587b36e1defe59309aac7990d4feebc.mgorny@gentoo
1 commit: 473da6b2a587b36e1defe59309aac7990d4feebc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 08:55:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 08:55:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473da6b2
7
8 dev-tex/csindex: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-tex/csindex/Manifest | 1 -
13 dev-tex/csindex/csindex-2.11c-r2.ebuild | 36 -------------------------
14 dev-tex/csindex/files/csindex-2.11c-decl.patch | 25 -----------------
15 dev-tex/csindex/files/csindex-2.11c-flags.patch | 16 -----------
16 dev-tex/csindex/metadata.xml | 8 ------
17 profiles/package.mask | 7 -----
18 6 files changed, 93 deletions(-)
19
20 diff --git a/dev-tex/csindex/Manifest b/dev-tex/csindex/Manifest
21 deleted file mode 100644
22 index 588cae877ef..00000000000
23 --- a/dev-tex/csindex/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST csindex-19980713.tar.gz 31778 BLAKE2B 0ad638dc79a4a5bdba43803572fdc049bbf4bc519d682cd73f0d007fd5063f1c2e476f6afd7a75d0fa7cec3c0a66c4c8759001101ea14470bb79e3023d6ea621 SHA512 ab4d35c84272aa64f9613023412cf8fb8d0b565ffd1fe61b397f82911b6ff7c230c4f54ff44aa0ea5a512229e7ee9410a9257c3fc7ee1d0ba267151ab1704130
27
28 diff --git a/dev-tex/csindex/csindex-2.11c-r2.ebuild b/dev-tex/csindex/csindex-2.11c-r2.ebuild
29 deleted file mode 100644
30 index 5c8b4110b8a..00000000000
31 --- a/dev-tex/csindex/csindex-2.11c-r2.ebuild
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit toolchain-funcs
40 -
41 -MY_P="${PN}-19980713"
42 -
43 -DESCRIPTION="Utility for creating Czech/Slovak-sorted LaTeX index-files"
44 -HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
45 -SRC_URI="ftp://math.feld.cvut.cz/pub/cstex/base/${MY_P}.tar.gz"
46 -
47 -LICENSE="MakeIndex"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51 -
52 -DEPEND=""
53 -RDEPEND=""
54 -
55 -S=${WORKDIR}/${MY_P}
56 -
57 -PATCHES=(
58 - "${FILESDIR}/${P}-flags.patch"
59 - "${FILESDIR}/${P}-decl.patch"
60 -)
61 -
62 -src_compile() {
63 - emake CC="$(tc-getCC)"
64 -}
65 -
66 -src_install() {
67 - dobin csindex
68 - dodoc README
69 -}
70
71 diff --git a/dev-tex/csindex/files/csindex-2.11c-decl.patch b/dev-tex/csindex/files/csindex-2.11c-decl.patch
72 deleted file mode 100644
73 index c02d456f181..00000000000
74 --- a/dev-tex/csindex/files/csindex-2.11c-decl.patch
75 +++ /dev/null
76 @@ -1,25 +0,0 @@
77 -Index: csindex-19980713/mkind.c
78 -===================================================================
79 ---- csindex-19980713.orig/mkind.c
80 -+++ csindex-19980713/mkind.c
81 -@@ -32,6 +32,8 @@
82 - #ifdef CS_INDEX
83 - #include <string.h>
84 - #endif
85 -+#include <unistd.h>
86 -+
87 -
88 - int letter_ordering = FALSE;
89 - int compress_blanks = FALSE;
90 -Index: csindex-19980713/mkind.h
91 -===================================================================
92 ---- csindex-19980713.orig/mkind.h
93 -+++ csindex-19980713/mkind.h
94 -@@ -720,6 +720,7 @@ extern void scan_idx ARGS((void));
95 - extern void scan_sty ARGS((void));
96 - extern void sort_idx ARGS((void));
97 - extern int strtoint ARGS((char *str));
98 -+char *strlwr(char *a);
99 -
100 - #if __STDC__
101 - #include <stdlib.h>
102
103 diff --git a/dev-tex/csindex/files/csindex-2.11c-flags.patch b/dev-tex/csindex/files/csindex-2.11c-flags.patch
104 deleted file mode 100644
105 index f13914b2eee..00000000000
106 --- a/dev-tex/csindex/files/csindex-2.11c-flags.patch
107 +++ /dev/null
108 @@ -1,16 +0,0 @@
109 -Index: csindex-19980713/Makefile
110 -===================================================================
111 ---- csindex-19980713.orig/Makefile
112 -+++ csindex-19980713/Makefile
113 -@@ -1,9 +1,9 @@
114 - DEFS=-DOS_SYSV
115 - OBJS=csindex.o genind.o mkind.o qsort.o scanid.o scanst.o sortid.o
116 --CFLAGS= -O2 $(DEFS)
117 -+CFLAGS+= $(DEFS)
118 -
119 - all: csindex
120 -
121 - csindex: $(OBJS)
122 -- $(CC) -o csindex $(DEFS) $(OBJS) -lm
123 -+ $(CC) $(LDFLAGS) -o csindex $(DEFS) $(OBJS) -lm
124 -
125
126 diff --git a/dev-tex/csindex/metadata.xml b/dev-tex/csindex/metadata.xml
127 deleted file mode 100644
128 index 13170c3184d..00000000000
129 --- a/dev-tex/csindex/metadata.xml
130 +++ /dev/null
131 @@ -1,8 +0,0 @@
132 -<?xml version="1.0" encoding="UTF-8"?>
133 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
134 -<pkgmetadata>
135 -<maintainer type="project">
136 - <email>tex@g.o</email>
137 - <name>Gentoo TeX Project</name>
138 -</maintainer>
139 -</pkgmetadata>
140
141 diff --git a/profiles/package.mask b/profiles/package.mask
142 index 1c30439a3c2..bae6bc117b3 100644
143 --- a/profiles/package.mask
144 +++ b/profiles/package.mask
145 @@ -466,13 +466,6 @@ dev-tex/biblatex-apa
146 # Removal in 30 days
147 dev-tex/detex
148
149 -# Mikle Kolyada <zlogene@g.o> (2020-09-12)
150 -# Has been a part of a cstex macro for a long time.
151 -# The cste xmacro is provided by the
152 -# dev-texlive/texlive-langczechslovak package.
153 -# Removal in 30 days
154 -dev-tex/csindex
155 -
156 # Thomas Deutschmann <whissi@g.o> (2020-09-11)
157 # These versions are not compatible with current stable
158 # dev-libs/openssl version, bug #741622.