summaryrefslogtreecommitdiff
path: root/app-text/xindy
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xindy')
-rw-r--r--app-text/xindy/Manifest7
-rw-r--r--app-text/xindy/files/xindy-2.4-configure.patch21
-rw-r--r--app-text/xindy/files/xindy-2.4-locale.patch22
-rw-r--r--app-text/xindy/files/xindy-2.4-nogrep.patch13
-rw-r--r--app-text/xindy/files/xindy-2.4-perl5.26.patch11
-rw-r--r--app-text/xindy/metadata.xml25
-rw-r--r--app-text/xindy/xindy-2.4-r1.ebuild45
7 files changed, 0 insertions, 144 deletions
diff --git a/app-text/xindy/Manifest b/app-text/xindy/Manifest
deleted file mode 100644
index 5555237f13db..000000000000
--- a/app-text/xindy/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-AUX xindy-2.4-configure.patch 884 BLAKE2B fbb60e5bdc287b0a37f2e047081c9263fe7c763f9831c9e99dcf1f9eb143f75e09096ddc532185d699aeb862f98c643c54e3bfb16c9942106c4546d18dcd48b4 SHA512 1b40f03481ced4caa2a4e137c7ec2ce970c8eeba9c228da4caa1952b533f5346a025f885860024168a95739d3f0e6bfe3173f1654ce747a4f2b4f6e4ba41c1d0
-AUX xindy-2.4-locale.patch 679 BLAKE2B b67f436e0aa67b8474336bfa1f70f6da52199871b91934bb73c2485ea80d5d3859f91e624e930f0f1a5c2f0e59d28698a6bd1725131b0cadf82314a0681c51ff SHA512 4d80684d08def3d3cde3765056d562b60d6bbef36e3495933c0aba0016308f95e462c2857215b4e47325339c5238f565bb798b96ad197c23e156d9b9c7fb3f4a
-AUX xindy-2.4-nogrep.patch 431 BLAKE2B 97543e7eeff2cb4c23c8b9cc0d5673fca2c3f682553a8a3d25bc39253a371320a2a423fef63294be32f5c36b5bac30717766b3a9a4c75663535ce0a6bd8e13bc SHA512 fdcc109b89a6e56c86624f348ebe1c98f574b9f788e3f307e3b110fc2b93643af087e16711b3f0bc6604dbdcfae06080693e4976d8ebec5816e68fb73f89fa6c
-AUX xindy-2.4-perl5.26.patch 337 BLAKE2B c869adcd80cc93bbfe46a385effab94a920f3fb76441c653ea269962071ad5f9269961caebd13d6fce38f3f4dea485291b510db6e884aefc5edbd22cf4b9bd4a SHA512 3f3abc9654e3c7c9de12a542241e107d80046bc26d0eed336e046835a221ea190d526b37c85f91b722e6cac89f140e38b0cebaf208a2391d8d7a42a2ca4b8459
-DIST xindy-2.4.tar.gz 498024 BLAKE2B 67cc7f96e4937e8130c66449226d581f121e7b06a82bde40f3f880e48e48e49805856e39c7670a34080731168ee7386beffe52fa6c3e8142a3d66f4c7ebb8ce3 SHA512 d718954c0c9efcf36dcc99518542b45b3fbbb922b98989c56feb542b00944003adb5834656add0aa88b1983f98e1d9d76e5355aaf9e6ad39f3e0dd109a18ade4
-EBUILD xindy-2.4-r1.ebuild 1000 BLAKE2B 0fe9f394b499132a697c65bb24440a618dce02da9c6d71cfe40dc4f72af21300c08c29391002b8325cfa7ad4bb84c9fc236d3b5459c71d01fdf204808ca8f7d8 SHA512 89cea602ebcd5c1bcd5e793b318b6e19894e3f7d8ad9c3072362ee80c910de004c18f0edc6407185be7e6a6d5e60e306627c7692f2db4f1a1982c9ffd79d6a53
-MISC metadata.xml 1118 BLAKE2B 1bb41c8208737b0ad0d3545143cedd0b70aa2cdf632905f1572ca2c2aaa2eb35e712eb5971b4e4bd8a66a3130ebc1f21c8d6ad194056fe5a1c15c522e1d57219 SHA512 ef09dceddfc91214cf575c58f9ffa8f82ec10bfa7274caec809a00c83b9a07668139eca7e420e04c5fe38bbca9084bfcb6fafd10bc91092138726dfa1dc4cced
diff --git a/app-text/xindy/files/xindy-2.4-configure.patch b/app-text/xindy/files/xindy-2.4-configure.patch
deleted file mode 100644
index b76341f1f759..000000000000
--- a/app-text/xindy/files/xindy-2.4-configure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- xindy-2.4/configure.ac.orig 2010-05-10 16:12:10.000000000 -0700
-+++ xindy-2.4/configure.ac 2010-09-28 23:43:39.591495118 -0700
-@@ -42,12 +42,16 @@
-
- # Test for building make-rules
- AC_ARG_ENABLE(make-rules, AS_HELP_STRING([--enable-make-rules ],[build and install make-rules package (default is YES)]),[BUILDRULES=$enableval],[BUILDRULES=yes])
--test "$BUILDRULES" = "yes" && AC_PROG_LATEX
-+if test "x$BUILDRULES" = "xyes"; then
-+ AC_PROG_LATEX
-+fi
- AM_CONDITIONAL(BUILDRULES, test "$BUILDRULES" = "yes")
-
- # Test for building Documentation
- AC_ARG_ENABLE(docs, AS_HELP_STRING([--enable-docs ],[build and install documentation (default is YES)]),[BUILDDOCS=$enableval],[BUILDDOCS=yes])
--test "$BUILDDOCS" = "yes" && AC_PROG_PDFLATEX
-+if test "x$BUILDDOCS" = "xyes"; then
-+ AC_PROG_PDFLATEX
-+fi
- AM_CONDITIONAL(BUILDDOCS, test "$BUILDDOCS" = "yes")
-
- # Checks for programs:
diff --git a/app-text/xindy/files/xindy-2.4-locale.patch b/app-text/xindy/files/xindy-2.4-locale.patch
deleted file mode 100644
index c2edccc4bef6..000000000000
--- a/app-text/xindy/files/xindy-2.4-locale.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- xindy-2.4.orig/src/Makefile.am
-+++ xindy-2.4/src/Makefile.am
-@@ -41,7 +41,7 @@
- DEFAULTS = defaults.xdy
- DUMP_XINDY = dump-xindy.lsp
- MEMFILE = xindy.mem
--CLISP = @CLISP@ -q -E iso-8859-1
-+CLISP = @CLISP@ -q
-
- xindy.mem: $(DEFAULTS) $(FAS) $(DUMP_XINDY)
- rm -f $(MEMFILE)
---- xindy-2.4.orig/user-commands/xindy.in
-+++ xindy-2.4/user-commands/xindy.in
-@@ -777,7 +777,7 @@
- sub call_xindy ( $$ ) {
- my ($mem_file, $xindy_exp) = @_;
-
-- my @command = ($clisp, '-M', $mem_file, '-E', 'iso-8859-1');
-+ my @command = ($clisp, '-M', $mem_file);
- if ( $interactive ) {
- print "Proposed xindy expression:\n\n$xindy_exp\n" unless $quiet;
- } else {
diff --git a/app-text/xindy/files/xindy-2.4-nogrep.patch b/app-text/xindy/files/xindy-2.4-nogrep.patch
deleted file mode 100644
index 41f1b3a03609..000000000000
--- a/app-text/xindy/files/xindy-2.4-nogrep.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/573794
-
---- xindy-2.4-orig/make-rules/inputenc/Makefile.am
-+++ xindy-2.4/make-rules/inputenc/Makefile.am
-@@ -43,7 +43,7 @@
- latin.xdy : latin1.xdy latin2.xdy latin3.xdy
- echo ';; Generated from latin?.xdy' >latin.xdy
- echo >>latin.xdy
-- sort -u latin?.xdy | grep -v '^;' >>latin.xdy
-+ sort -u latin?.xdy | sed '/^;/d' >>latin.xdy
-
- %.xdy %.idx :
- $(PERL) $(srcdir)/make-testidx.pl TS1,T2A,T1 $* >$*.tex
diff --git a/app-text/xindy/files/xindy-2.4-perl5.26.patch b/app-text/xindy/files/xindy-2.4-perl5.26.patch
deleted file mode 100644
index 657b5e94c362..000000000000
--- a/app-text/xindy/files/xindy-2.4-perl5.26.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-+++ xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-@@ -8,7 +8,7 @@
-
-
- while (<STDIN>) {
-- if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
-+ if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
- if (!($1 =~ /inputenc Error/)) {
- $i = hex($2);
- $macro = $1;
diff --git a/app-text/xindy/metadata.xml b/app-text/xindy/metadata.xml
deleted file mode 100644
index 8916aa9cb8ad..000000000000
--- a/app-text/xindy/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
- <maintainer type="project">
- <email>common-lisp@gentoo.org</email>
- <name>Gentoo Common Lisp Project</name>
- </maintainer>
- <longdescription lang="en">
- xindy is an index processor that can be used to generate book-like indexes
- for arbitrary document-preparation systems. This includes systems such as
- TeX and LaTeX, the roff-family, SGML/XML-based systems (e.g., HTML) that
- process some kind of text and generate indexing information. The kernel
- system is not fixed to any specific system, but can be configured to work
- together with such systems.
-
- In comparison to other index processors xindy has several powerful features
- that make it an ideal framework for describing and generating complex
- indices, addressing especially international indexing. Have a look at
- xindy's Overview that describes its most important features!
- </longdescription>
-</pkgmetadata>
diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild
deleted file mode 100644
index a9f5d4c7ff04..000000000000
--- a/app-text/xindy/xindy-2.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A Flexible Indexing System"
-HOMEPAGE="http://www.xindy.org/ https://github.com/jschrod/xindy.ctan"
-SRC_URI="http://www.xindy.org/${P}.tar.gz"
-
-# The latest development is now on the TeXlive SVN.
-# The author jschrod backports it from time to time to his github repo.
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc x86"
-IUSE="doc"
-
-RDEPEND="virtual/latex-base
- dev-texlive/texlive-fontsrecommended
- >=dev-lisp/clisp-2.44.1-r1
- dev-texlive/texlive-langcyrillic"
-DEPEND="${RDEPEND}
- dev-lang/perl
- sys-devel/flex"
-
-PATCHES=("${FILESDIR}"/${P}-configure.patch
- "${FILESDIR}"/${P}-locale.patch
- "${FILESDIR}"/${P}-nogrep.patch
- "${FILESDIR}"/${P}-perl5.26.patch)
-DOCS=(AUTHORS ChangeLog.Gour NEWS README)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable doc docs)
-}
-
-src_compile() {
- VARTEXFONTS="${T}/fonts" emake
-}