diff options
Diffstat (limited to 'dev-libs/fribidi')
-rw-r--r-- | dev-libs/fribidi/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/fribidi/files/no-config-h.diff | 211 | ||||
-rw-r--r-- | dev-libs/fribidi/fribidi-1.0.5-r1337.ebuild | 32 |
3 files changed, 0 insertions, 244 deletions
diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest deleted file mode 100644 index f2468fa8..00000000 --- a/dev-libs/fribidi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fribidi-1.0.5.tar.bz2 2082617 BLAKE2B 99b088a37600d1b3e556b4dd978cafb04af0fea9c7db8ed9b0aa90d6a6a60f8ca312c214151ce386d2d61ae382d6ff0e6ae240bd44dfde28eb8c25a5c5f4cd1e SHA512 c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2 diff --git a/dev-libs/fribidi/files/no-config-h.diff b/dev-libs/fribidi/files/no-config-h.diff deleted file mode 100644 index 394c6787..00000000 --- a/dev-libs/fribidi/files/no-config-h.diff +++ /dev/null @@ -1,211 +0,0 @@ -Description: Removed HAVE_CONFIG_H from public API -Origin: commit:b534ab2642f694c3106d5bc8d0a8beae60bf60d3 -Author: Dov Grobgeld <dov.grobgeld@gmail.com> -Date: Sat Aug 18 20:37:22 2018 +0300 - -diff --git a/bin/fribidi-benchmark.c b/bin/fribidi-benchmark.c -index e5fc9c0..07ac336 100644 ---- a/bin/fribidi-benchmark.c -+++ b/bin/fribidi-benchmark.c -@@ -33,6 +33,11 @@ - #include <fribidi-deprecated.h> - - #include <stdio.h> -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/bin/fribidi-main.c b/bin/fribidi-main.c -index cd359a9..33e1630 100644 ---- a/bin/fribidi-main.c -+++ b/bin/fribidi-main.c -@@ -33,6 +33,11 @@ - #include <fribidi-deprecated.h> - - #include <stdio.h> -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-arabic-shaping-tab.c b/gen.tab/gen-arabic-shaping-tab.c -index e613768..369501c 100644 ---- a/gen.tab/gen-arabic-shaping-tab.c -+++ b/gen.tab/gen-arabic-shaping-tab.c -@@ -30,6 +30,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-bidi-type-tab.c b/gen.tab/gen-bidi-type-tab.c -index a0a61ef..05b1d16 100644 ---- a/gen.tab/gen-bidi-type-tab.c -+++ b/gen.tab/gen-bidi-type-tab.c -@@ -30,6 +30,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-brackets-tab.c b/gen.tab/gen-brackets-tab.c -index 8c1f1df..cd99e01 100644 ---- a/gen.tab/gen-brackets-tab.c -+++ b/gen.tab/gen-brackets-tab.c -@@ -32,6 +32,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-brackets-type-tab.c b/gen.tab/gen-brackets-type-tab.c -index 221db07..9ec60cc 100644 ---- a/gen.tab/gen-brackets-type-tab.c -+++ b/gen.tab/gen-brackets-type-tab.c -@@ -32,6 +32,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-joining-type-tab.c b/gen.tab/gen-joining-type-tab.c -index 07c0953..29ab3ed 100644 ---- a/gen.tab/gen-joining-type-tab.c -+++ b/gen.tab/gen-joining-type-tab.c -@@ -30,6 +30,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-mirroring-tab.c b/gen.tab/gen-mirroring-tab.c -index 21d33cf..e19be91 100644 ---- a/gen.tab/gen-mirroring-tab.c -+++ b/gen.tab/gen-mirroring-tab.c -@@ -30,6 +30,10 @@ - #include <fribidi-unicode.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/gen.tab/gen-unicode-version.c b/gen.tab/gen-unicode-version.c -index 4291551..35306ca 100644 ---- a/gen.tab/gen-unicode-version.c -+++ b/gen.tab/gen-unicode-version.c -@@ -28,6 +28,10 @@ - #include <common.h> - - #include <stdio.h> -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef STDC_HEADERS - # include <stdlib.h> - # include <stddef.h> -diff --git a/lib/bidi-types.h b/lib/bidi-types.h -index 385ef05..86f3d02 100644 ---- a/lib/bidi-types.h -+++ b/lib/bidi-types.h -@@ -27,7 +27,7 @@ - #ifndef _BIDI_TYPES_H - #define _BIDI_TYPES_H - --#include "common.h" -+#include "fribidi-common.h" - - #include <fribidi-types.h> - #include <fribidi-bidi-types.h> -diff --git a/lib/fribidi-arabic.c b/lib/fribidi-arabic.c -index dbfdc09..e12074c 100644 ---- a/lib/fribidi-arabic.c -+++ b/lib/fribidi-arabic.c -@@ -27,6 +27,10 @@ - - #include "common.h" - -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ - #ifdef HAVE_STDLIB_H - # include <stdlib.h> - #endif -diff --git a/lib/fribidi-types.h b/lib/fribidi-types.h -index 9f1746f..90238b4 100644 ---- a/lib/fribidi-types.h -+++ b/lib/fribidi-types.h -@@ -27,10 +27,6 @@ - #ifndef _FRIBIDI_TYPES_H - #define _FRIBIDI_TYPES_H - --#ifdef HAVE_CONFIG_H --# include <config.h> --#endif -- - #include "fribidi-common.h" - - #include "fribidi-begindecls.h" -diff --git a/lib/joining-types.h b/lib/joining-types.h -index 94b9fe3..6e11fa1 100644 ---- a/lib/joining-types.h -+++ b/lib/joining-types.h -@@ -27,7 +27,7 @@ - #ifndef _JOINING_TYPES_H - #define _JOINING_TYPES_H - --#include "common.h" -+#include "fribidi-common.h" - - #include <fribidi-types.h> - #include <fribidi-joining-types.h> -diff --git a/lib/run.h b/lib/run.h -index 8c4e259..44ddfec 100644 ---- a/lib/run.h -+++ b/lib/run.h -@@ -29,7 +29,7 @@ - #ifndef _RUN_H - #define _RUN_H - --#include "common.h" -+#include "fribidi-common.h" - - #include <fribidi-common.h> - diff --git a/dev-libs/fribidi/fribidi-1.0.5-r1337.ebuild b/dev-libs/fribidi/fribidi-1.0.5-r1337.ebuild deleted file mode 100644 index 3ca3bd09..00000000 --- a/dev-libs/fribidi/fribidi-1.0.5-r1337.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit meson multilib-minimal - -DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="https://fribidi.org/" -SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -PATCHES=( "${FILESDIR}"/no-config-h.diff ) - -multilib_src_configure() { - local emesonargs=( - -Ddocs=false - ) - meson_src_configure -} - -multilib_src_install() { - meson_src_install -} |