[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/texinfo/, sys-apps/texinfo/files/

2020-12-26 Thread Sam James
commit: c4f6a605be53fe2501cff2ed398986ec9b60855c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 21:08:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 21:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c4f6a605

sys-apps/texinfo: moved to ::gentoo

Signed-off-by: Sam James  gentoo.org>

 sys-apps/texinfo/Manifest  |  1 -
 sys-apps/texinfo/files/texinfo-4.13-mint.patch | 63 
 sys-apps/texinfo/metadata.xml  | 18 ---
 sys-apps/texinfo/texinfo-6.7.ebuild| 68 --
 4 files changed, 150 deletions(-)

diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
deleted file mode 100644
index 330cba6088..00
--- a/sys-apps/texinfo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST texinfo-6.7.tar.gz 9027808 BLAKE2B 
ac9a47ae98f27ae55ea1844c74ead6fba256635a56e7a226a1bbdd9ee9ab33565ff8cc7a874410afe6463741285c8fcfd8ff835ae2802009e2d0758405559140
 SHA512 
a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2

diff --git a/sys-apps/texinfo/files/texinfo-4.13-mint.patch 
b/sys-apps/texinfo/files/texinfo-4.13-mint.patch
deleted file mode 100644
index b4533939c4..00
--- a/sys-apps/texinfo/files/texinfo-4.13-mint.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-patch by Alan Hourihane for FreeMiNT
-http://archives.gentoo.org/gentoo-alt/msg_d2ac4e586d9c51b1d4e46f555e899cc9.xml
-
-diff -u gnulib/lib/mbiter.h gnulib/lib/mbiter.h
 gnulib/lib/mbiter.h2008-05-12 12:38:21.0 +
-+++ gnulib/lib/mbiter.h2008-11-19 21:13:17.0 +
-@@ -117,8 +117,10 @@
- {
-   if (iter->next_done)
- return;
-+#if (HAVE_MBSINIT && HAVE_MBRTOWC)
-   if (iter->in_shift)
- goto with_shift;
-+#endif
-   /* Handle most ASCII characters quickly, without calling mbrtowc().  */
-   if (is_basic (*iter->cur.ptr))
- {
-@@ -129,6 +131,7 @@
-   iter->cur.wc = *iter->cur.ptr;
-   iter->cur.wc_valid = true;
- }
-+#if (HAVE_MBSINIT && HAVE_MBRTOWC)
-   else
- {
-   assert (mbsinit (&iter->state));
-@@ -169,6 +172,7 @@
-   iter->in_shift = false;
-   }
- }
-+#endif
-   iter->next_done = true;
- }
- 
-diff -u gnulib/lib/mbuiter.h gnulib/lib/mbuiter.h
 gnulib/lib/mbuiter.h   2007-12-25 23:57:18.0 +
-+++ gnulib/lib/mbuiter.h   2008-11-19 21:15:12.0 +
-@@ -125,8 +125,10 @@
- {
-   if (iter->next_done)
- return;
-+#if (HAVE_MBSINIT && HAVE_MBRTOWC)
-   if (iter->in_shift)
- goto with_shift;
-+#endif
-   /* Handle most ASCII characters quickly, without calling mbrtowc().  */
-   if (is_basic (*iter->cur.ptr))
- {
-@@ -137,6 +139,7 @@
-   iter->cur.wc = *iter->cur.ptr;
-   iter->cur.wc_valid = true;
- }
-+#if (HAVE_MBSINIT && HAVE_MBRTOWC)
-   else
- {
-   assert (mbsinit (&iter->state));
-@@ -178,6 +181,7 @@
-   iter->in_shift = false;
-   }
- }
-+#endif
-   iter->next_done = true;
- }
- 

diff --git a/sys-apps/texinfo/metadata.xml b/sys-apps/texinfo/metadata.xml
deleted file mode 100644
index c1b5fefb5a..00
--- a/sys-apps/texinfo/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-   p...@gentoo.org
-   Gentoo Perl Project
-
-
-   Build standalone version that survives all 
Portage bugs
-
-
-   cpe:/a:gnu:texinfo
-
-

diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild 
b/sys-apps/texinfo/texinfo-6.7.ebuild
deleted file mode 100644
index d5be5014a3..00
--- a/sys-apps/texinfo/texinfo-6.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Note: if your package uses the texi2dvi utility, it must depend on the
-# virtual/texi2dvi package to pull in all the right deps.  The tool is not
-# usable out-of-the-box because it requires the large tex packages.
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU info program and utilities"
-HOMEPAGE="https://www.gnu.org/software/texinfo/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls +standalone static"
-
-RDEPEND="
-   !=app-text/tetex-2*
-   >=sys-libs/ncurses-5.2-r2:0=
-   standalone? ( dev-lang/perl )
-   !standalone?  (
-   dev-lang/perl:=
-   dev-perl/libintl-perl
-   dev-perl/Unicode-EastAsianWidth
-   dev-perl/Text-Unidecode
-   )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19.6 )"
-
-src_prepare() {
-   default
-
-   eapply -p0 "

[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/texinfo/

2020-12-22 Thread Fabian Groffen
commit: ded1563d31929d86fbe07b3ddfce739e567e7f67
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Dec 22 21:13:34 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Dec 22 21:13:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ded1563d

sys-apps/texinfo: drop ~ppc-aix

Bug: https://bugs.gentoo.org/760057
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/texinfo/Manifest   |  1 -
 sys-apps/texinfo/texinfo-6.0.ebuild | 48 -
 sys-apps/texinfo/texinfo-6.7.ebuild |  2 +-
 3 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
index 85e5d79e69..330cba6088 100644
--- a/sys-apps/texinfo/Manifest
+++ b/sys-apps/texinfo/Manifest
@@ -1,2 +1 @@
-DIST texinfo-6.0.tar.xz 4086712 BLAKE2B 
e13ef2fff8b0d94396565b093f81a42dab35dcd43be96337f5fce2df884b59108f9e68e0762b059ff1e8f5294b2daf6164ca61a9e9888da39d32c75ffe103620
 SHA512 
36f82288dfb7c2385630043faf75ccef5af625952d792c669c5eea673ae5b3474c148041bf1935f87ddeaae7114103731277e715d0d510c6fb41e0211ab12494
 DIST texinfo-6.7.tar.gz 9027808 BLAKE2B 
ac9a47ae98f27ae55ea1844c74ead6fba256635a56e7a226a1bbdd9ee9ab33565ff8cc7a874410afe6463741285c8fcfd8ff835ae2802009e2d0758405559140
 SHA512 
a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2

diff --git a/sys-apps/texinfo/texinfo-6.0.ebuild 
b/sys-apps/texinfo/texinfo-6.0.ebuild
deleted file mode 100644
index 6166d93c99..00
--- a/sys-apps/texinfo/texinfo-6.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild,v 1.1 
2015/06/30 08:03:56 polynomial-c Exp $
-
-EAPI="4"
-
-inherit flag-o-matic
-
-DESCRIPTION="The GNU info program and utilities"
-HOMEPAGE="http://www.gnu.org/software/texinfo/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls static"
-
-RDEPEND="!=app-text/tetex-2*
-   >=sys-libs/ncurses-5.2-r2
-   dev-lang/perl
-   dev-perl/libintl-perl
-   dev-perl/Unicode-EastAsianWidth
-   dev-perl/Text-Unidecode
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.13-mint.patch
-   # timestamps must be newer than configure.ac touched by prefix patch
-   sed -i -e '1c\#!/usr/bin/env sh' util/texi2dvi util/texi2pdf || die
-   touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1
-}
-
-src_configure() {
-   use static && append-ldflags -static
-   econf \
-   --with-external-libintl-perl \
-   --with-external-Unicode-EastAsianWidth \
-   --with-external-Text-Unidecode \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-   newdoc info/README README.info
-}

diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild 
b/sys-apps/texinfo/texinfo-6.7.ebuild
index 955063e754..d5be5014a3 100644
--- a/sys-apps/texinfo/texinfo-6.7.ebuild
+++ b/sys-apps/texinfo/texinfo-6.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls +standalone static"
 
 RDEPEND="



[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/texinfo/files/, sys-apps/texinfo/

2020-05-31 Thread Fabian Groffen
commit: 1a932d2c13888ba8c221a108f004dd000fb4c812
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun May 31 17:14:04 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun May 31 17:14:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1a932d2c

sys-apps/texinfo-6.7: sync with gx86

Package-Manager: Portage-2.3.84-prefix, Repoman-2.3.22
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/texinfo/Manifest  |   3 +-
 sys-apps/texinfo/files/mkinfodir   | 233 -
 sys-apps/texinfo/files/texinfo-4.11-aix.patch  |  25 ---
 .../texinfo/files/texinfo-4.11-dir-entry.patch |  24 ---
 .../files/texinfo-4.11-high-precision.patch|  43 
 .../files/texinfo-4.11-parallel-build.patch|  21 --
 sys-apps/texinfo/files/texinfo-4.11-prefix.patch   |  16 --
 sys-apps/texinfo/files/texinfo-4.11-test-tex.patch |  24 ---
 sys-apps/texinfo/files/texinfo-4.11-test.patch |  14 --
 sys-apps/texinfo/files/texinfo-4.12-utilpath.patch |  34 ---
 .../files/texinfo-4.13-accentenc-test.patch|  17 --
 sys-apps/texinfo/files/texinfo-4.13-docbook.patch  |  66 --
 .../files/texinfo-4.13-texi2dvi-regexp-range.patch |  23 --
 sys-apps/texinfo/files/texinfo-4.13-tinfo.patch|  24 ---
 sys-apps/texinfo/files/texinfo-4.13-xz.patch   | 130 
 .../texinfo/files/texinfo-4.8-bounds-check.patch   |  32 ---
 .../texinfo-4.8-buf-overflow-CVE-2006-4810.patch   |  15 --
 sys-apps/texinfo/files/texinfo-4.8-freebsd.patch   | 114 --
 .../texinfo/files/texinfo-4.8-tempfile-owl.patch   | 111 --
 sys-apps/texinfo/metadata.xml  |  10 +
 sys-apps/texinfo/texinfo-4.13-r2.ebuild|  61 --
 sys-apps/texinfo/texinfo-5.2.ebuild|  48 -
 sys-apps/texinfo/texinfo-6.7.ebuild|  68 ++
 23 files changed, 79 insertions(+), 1077 deletions(-)

diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
index f65820dd02..85e5d79e69 100644
--- a/sys-apps/texinfo/Manifest
+++ b/sys-apps/texinfo/Manifest
@@ -1,3 +1,2 @@
-DIST texinfo-4.13.tar.lzma 1563777 BLAKE2B 
8cc316979c681fd0587e01ac48b3ec00f6a128bf643c8ef5329d93944f55cba70c8c3820df17bee5402b6ced374e3f0cc5b4f686ea62a1ae2d63c22849eb7421
 SHA512 
bded399ed5fcf97dfa72d9486df91ecfc501301d83929b09b230aee2b8ad6994b7d7b5965b04d43de729cee30575b2334cf75879ad0a61c4b781ccc16d6c12db
-DIST texinfo-5.2.tar.xz 3812944 BLAKE2B 
31f46ca94901ac67f75e7d2876ace9e15d6dc65529ffcf2bec75f0141b977394a3e44799d2d651f01e1a98a96bf4c5caecc091055a0a456508a3e241a1deac3b
 SHA512 
6f9c5142db3b155bd601149b5632807b3c20dcfa7006ce5f7e120e6fc4b2174a3f4671c18232c040ffd69ebfb5950be5c563ac5cc08b88d03eb5a9f1b0f96c04
 DIST texinfo-6.0.tar.xz 4086712 BLAKE2B 
e13ef2fff8b0d94396565b093f81a42dab35dcd43be96337f5fce2df884b59108f9e68e0762b059ff1e8f5294b2daf6164ca61a9e9888da39d32c75ffe103620
 SHA512 
36f82288dfb7c2385630043faf75ccef5af625952d792c669c5eea673ae5b3474c148041bf1935f87ddeaae7114103731277e715d0d510c6fb41e0211ab12494
+DIST texinfo-6.7.tar.gz 9027808 BLAKE2B 
ac9a47ae98f27ae55ea1844c74ead6fba256635a56e7a226a1bbdd9ee9ab33565ff8cc7a874410afe6463741285c8fcfd8ff835ae2802009e2d0758405559140
 SHA512 
a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2

diff --git a/sys-apps/texinfo/files/mkinfodir b/sys-apps/texinfo/files/mkinfodir
deleted file mode 100755
index db825de097..00
--- a/sys-apps/texinfo/files/mkinfodir
+++ /dev/null
@@ -1,233 +0,0 @@
-#!/bin/bash
-# $Id: mkinfodir,v 1.1 2000/08/03 16:16:11 achim Exp $
-# Generate the top-level Info node, given a directory of Info files
-# and (optionally) a skeleton file.  The output will be suitable for a
-# top-level dir file.  The skeleton file contains info topic names in the
-# order they should appear in the output.  There are three special
-# lines that alter the behavior: a line consisting of just "--" causes
-# the next line to be echoed verbatim to the output.  A line
-# containing just "%%" causes all the remaining filenames (wildcards
-# allowed) in the rest of the file to be ignored.  A line containing
-# just "!!" exits the script when reached (unless preceded by a line
-# containing just "--").  Once the script reaches the end of the
-# skeleton file, it goes through the remaining files in the directory
-# in order, putting their entries at the end.  The script will use the
-# ENTRY information in each info file if it exists.  Otherwise it will
-# make a minimal entry.
-
-# sent by Jeffrey Osier , who thinks it came from
-# z...@winternet.com (david d `zoo' zuhn)
-
-# modified 7 April 1995 by Joe Harrington  to
-# take special flags
-
-INFODIR=$1
-if [ $# = 2 ] ; then
-  SKELETON=$2
-else
-  SKELETON=/dev/null
-fi
-
-skip=
-
-if [ $# -gt 2 ] ; then
-  echo usage: $0 info-directory [ skeleton-file ] 1>&2
-  exit 1
-elif [ -z "${INFODIR}" ] ; then
-  INFODIR="%%DEFAU