commit:     63951cd7a1d3c09da7dd1f4bdd4d16a8a0bf65a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 14:28:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 14:28:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63951cd7

sys-apps/texinfo: add 7.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/texinfo/Manifest                                    |  1 +
 sys-apps/texinfo/{texinfo-9999.ebuild => texinfo-7.1.ebuild} | 12 +++++++++++-
 sys-apps/texinfo/texinfo-9999.ebuild                         | 12 +++++++++++-
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
index 90c37ffab3b2..3a21858ba8d6 100644
--- a/sys-apps/texinfo/Manifest
+++ b/sys-apps/texinfo/Manifest
@@ -3,3 +3,4 @@ DIST texinfo-7.0.2.tar.xz 4875424 BLAKE2B 
23737cc800392c949add14c1d0a01a294e8c22
 DIST texinfo-7.0.3.tar.xz 4886668 BLAKE2B 
38710faba2f717f7990228d58924901ea7d7378cc02e2059a437b5127f9e2dc67f732584e3f45fc34e8ef6d7671a546fe66871dadbd29e772f3417768622a650
 SHA512 
7d14f7458f2b7d0ee0b740e00a5fc2a9d61d33811aa5905d649875ec518dcb4f01be46fb0c46748f7dfe36950597a852f1473ab0648d5add225bc8f35528a8ff
 DIST texinfo-7.0.93.tar.xz 5533720 BLAKE2B 
384539c5b0d05a1b25634d0ab9836f9a2b3eb0bb046d2fc3ada5ed1c9428fbd4f129537f2c027a4087129fdd7cffeff277c52415a5fd86d5d5f945e5ae945fa8
 SHA512 
d491689e297fd2dfdeca2068d01350d7478d97ebbaeef2c702d673a01d55ca87e3e7a9c5c93a4e51b3a124bb432cde61189442329b66eb0fdcfabb27ebfdef4c
 DIST texinfo-7.0.94.tar.xz 5535352 BLAKE2B 
d16598e1f8b1f12fa730fdd291c8afdc84c7753dd270c478d4fda4c19de81c8e18f4abb4940c8561443df2cf3e89b5c04951f46b310d5ecdbcca02293563f0c2
 SHA512 
e7330a82695f9a03a639236afbab9e6121ea2f8baa3dc230d09f93537ebcfd428dc566aa4954c33e16abe4eec40be77769ada9d4673408727d199b4a91adbfe1
+DIST texinfo-7.1.tar.xz 5545720 BLAKE2B 
4385ca6250daeaa4f6bfedd9ab41f25993613031bcb8da55360365701213f4f3cf786d958749c59dc1c9dda328eca42f028aa051a7062313142aa92f55a96ecd
 SHA512 
ceab03e8422d800b08c7b44e8263b0a1f35bb7758d83a81136df6f3304a14daecda98a12a282afb85406d2ca2f665b2295e10b6f4064156ea1285d80d5d355db

diff --git a/sys-apps/texinfo/texinfo-9999.ebuild 
b/sys-apps/texinfo/texinfo-7.1.ebuild
similarity index 87%
copy from sys-apps/texinfo/texinfo-9999.ebuild
copy to sys-apps/texinfo/texinfo-7.1.ebuild
index 6f76f5ea1afe..7c36a9271893 100644
--- a/sys-apps/texinfo/texinfo-9999.ebuild
+++ b/sys-apps/texinfo/texinfo-7.1.ebuild
@@ -38,8 +38,12 @@ RDEPEND="
        >=sys-libs/ncurses-5.2-r2:=
        virtual/perl-Data-Dumper
        virtual/perl-Encode
+       virtual/perl-Unicode-Collate
        standalone? ( >=dev-lang/perl-5.8.1 )
-       !standalone?  ( >=dev-lang/perl-5.8.1:= )
+       !standalone?  (
+               >=dev-lang/perl-5.8.1:=
+               dev-libs/libunistring:=
+       )
        nls? ( virtual/libintl )
 "
 DEPEND="${RDEPEND}"
@@ -72,6 +76,12 @@ src_configure() {
 
        use static && append-ldflags -static
 
+       # TODO:
+       # --with-external-Unicode-EastAsianWidth
+       # --with-external-Text-Unidecode
+       #
+       # Also, 7.0.91 seemed to introduce a included-libunistring w/ 
USE=-standalone
+       # but it doesn't seem to do anything?
        local myeconfargs=(
                --cache-file="${S}"/config.cache
                $(use_enable nls)

diff --git a/sys-apps/texinfo/texinfo-9999.ebuild 
b/sys-apps/texinfo/texinfo-9999.ebuild
index 6f76f5ea1afe..7c36a9271893 100644
--- a/sys-apps/texinfo/texinfo-9999.ebuild
+++ b/sys-apps/texinfo/texinfo-9999.ebuild
@@ -38,8 +38,12 @@ RDEPEND="
        >=sys-libs/ncurses-5.2-r2:=
        virtual/perl-Data-Dumper
        virtual/perl-Encode
+       virtual/perl-Unicode-Collate
        standalone? ( >=dev-lang/perl-5.8.1 )
-       !standalone?  ( >=dev-lang/perl-5.8.1:= )
+       !standalone?  (
+               >=dev-lang/perl-5.8.1:=
+               dev-libs/libunistring:=
+       )
        nls? ( virtual/libintl )
 "
 DEPEND="${RDEPEND}"
@@ -72,6 +76,12 @@ src_configure() {
 
        use static && append-ldflags -static
 
+       # TODO:
+       # --with-external-Unicode-EastAsianWidth
+       # --with-external-Text-Unidecode
+       #
+       # Also, 7.0.91 seemed to introduce a included-libunistring w/ 
USE=-standalone
+       # but it doesn't seem to do anything?
        local myeconfargs=(
                --cache-file="${S}"/config.cache
                $(use_enable nls)

Reply via email to