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

sys-apps/texinfo: moved to ::gentoo

Signed-off-by: Sam James <sam <AT> 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..0000000000
--- 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..0000000000
--- 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.h        2008-05-12 12:38:21.000000000 +0000
-+++ gnulib/lib/mbiter.h        2008-11-19 21:13:17.000000000 +0000
-@@ -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.000000000 +0000
-+++ gnulib/lib/mbuiter.h       2008-11-19 21:15:12.000000000 +0000
-@@ -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..0000000000
--- a/sys-apps/texinfo/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Base System</name>
-</maintainer>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Perl Project</name>
-</maintainer>
-<use>
-       <flag name="standalone">Build standalone version that survives all 
Portage bugs</flag>
-</use>
-<upstream>
-       <remote-id type="cpe">cpe:/a:gnu:texinfo</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild 
b/sys-apps/texinfo/texinfo-6.7.ebuild
deleted file mode 100644
index d5be5014a3..0000000000
--- 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 "${FILESDIR}"/${PN}-4.13-mint.patch
-       sed -i -e '1c\#!/usr/bin/env sh' util/texi2dvi util/texi2pdf || die
-       touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1
-}
-
-src_configure() {
-       # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions. 
#622576
-       local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" 
PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
-
-       use static && append-ldflags -static
-       local myeconfargs
-       if use standalone ; then
-               myeconfargs=(
-                       --without-external-libintl-perl
-                       --without-external-Unicode-EastAsianWidth
-                       --without-external-Text-Unidecode
-                       $(use_enable nls)
-                       --disable-perl-xs
-               )
-       else
-               myeconfargs=(
-                       --with-external-libintl-perl
-                       --with-external-Unicode-EastAsianWidth
-                       --with-external-Text-Unidecode
-                       $(use_enable nls)
-                       --enable-perl-xs
-               )
-       fi
-       econf "${myeconfargs[@]}"
-}

Reply via email to