diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-06 15:20:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-06 15:20:09 +0000 |
commit | 3d013ccac70a281416dccbb6757f76818222cbba (patch) | |
tree | b44b7bc95d660905770332e3f649cae28ed8921d /app-text/libspectre | |
parent | 6003fc7a6eda56862fcff321f47e40cd34e60098 (diff) |
gentoo auto-resync : 06:11:2022 - 15:20:09
Diffstat (limited to 'app-text/libspectre')
-rw-r--r-- | app-text/libspectre/Manifest | 3 | ||||
-rw-r--r-- | app-text/libspectre/files/libspectre-0.2.0-interix.patch | 29 | ||||
-rw-r--r-- | app-text/libspectre/libspectre-0.2.9.ebuild | 55 |
3 files changed, 0 insertions, 87 deletions
diff --git a/app-text/libspectre/Manifest b/app-text/libspectre/Manifest index f67b53ea7185..f42dafb5f882 100644 --- a/app-text/libspectre/Manifest +++ b/app-text/libspectre/Manifest @@ -1,6 +1,3 @@ -AUX libspectre-0.2.0-interix.patch 654 BLAKE2B 5be37013c202c2191c8169ebd5b769737a361ab8adde830ffc4bf8487faaf5b1875e1eeb1baae0af0150001a784dad2449e4c6d2259e570dfcd9578e1dae0f00 SHA512 9ccb697cc2cce7798bfff799f7e041d02967af49832a692a3dc7292b52a31f1ebe37fe3b2f02b4908f7e38aaee11028b9e949512fbf02bfb4c8886fd5a7a3bba DIST libspectre-0.2.10.tar.gz 436690 BLAKE2B 8c1d25225a212b7e8d2bab7cffa4298509450cf727e38d0be22d27ed5fb161a0f838967afa3f8aa265c2bd243431bbfb92976cf51ee52ee7d3b0479000215546 SHA512 01738f452f99878beaa528b15d8df463ca22d625306d636e1a6199ade9f068d284f1def3882e954a06e5f066937343f79d0c2197fbb19ab53ef1ab0540c72f2f -DIST libspectre-0.2.9.tar.gz 433384 BLAKE2B ed75a7013763a86c0f0702e0e47dcfb8401db6c957ed4851ecc85e27db6a49c8d4dae6443b302bcce5b0ae0da18dce3294a010eee5531a253020a650c19388c5 SHA512 7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2 EBUILD libspectre-0.2.10.ebuild 1009 BLAKE2B 6b6d729b71a2a76c029b5268d8a50bda6ad358bc762a3f55997cd04dfcf450308df2ef496d14a5a0f522b0df398323de8e6cc373e3baa16df976010de49871d7 SHA512 cd8dd921f3ee33d309a66ad456078543dccd287579a50f3663b874ce23f388fb0f8bff0149831df58d0d95facabcb4131a109f5d87ce35289933831496050610 -EBUILD libspectre-0.2.9.ebuild 1144 BLAKE2B bd829cd2c5aa92fd93783eac3b22f550c5fd123824a068f440196bc9dc110c04c1aa4fea2603ead48757689b931fc6c105cc32408205e1c3988092012523c137 SHA512 554a65314e07c90c8053495b08a9be2b22dd46e07b5098bceb795f3af92c392acca11416260565a05c044b48dcc7bedae69a19d9e2cfd9097c90d761c74ab61f MISC metadata.xml 233 BLAKE2B 0287c5840d68d6fa00f870fb7024dee6332bef9f8f8608afa0b5b2bfe15f1fefe5dc8a2de31964f4c7b0fb2787a58a3798884fd75e0314e61cf84079475c9a39 SHA512 534aef7349f0f6243a01e578013481c76b2516382638feec7705502de825d73ea54a3ae890e7171e6238a3bf0ecc5c88c9bc48890f4116a257031bae022c7202 diff --git a/app-text/libspectre/files/libspectre-0.2.0-interix.patch b/app-text/libspectre/files/libspectre-0.2.0-interix.patch deleted file mode 100644 index 8f2956331852..000000000000 --- a/app-text/libspectre/files/libspectre-0.2.0-interix.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -ru libspectre/spectre-utils.c libspectre/spectre-utils.c ---- a/libspectre/spectre-utils.c 2008-05-06 08:35:07 +0200 -+++ b/libspectre/spectre-utils.c 2008-05-06 08:49:51 +0200 -@@ -148,6 +148,17 @@ - spectre_strdup_vprintf (const char *format, - va_list args) - { -+#ifdef __INTERIX -+ /* no [v]asprintf here, so we need to do something else. */ -+ char * string = NULL; -+ char buf[524288]; -+ -+ if(vsprintf(buf, format, args) < 0) -+ return NULL; -+ -+ string = strdup(buf); -+ return string; -+#else - char *string = NULL; - int len = vasprintf (&string, format, args); - -@@ -155,6 +166,7 @@ - string = NULL; - - return string; -+#endif - } - - char * diff --git a/app-text/libspectre/libspectre-0.2.9.ebuild b/app-text/libspectre/libspectre-0.2.9.ebuild deleted file mode 100644 index cfb66f66da8c..000000000000 --- a/app-text/libspectre/libspectre-0.2.9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library for rendering Postscript documents" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libspectre" -SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="debug doc" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" -RDEPEND=">=app-text/ghostscript-gpl-9.24:=" -DEPEND="${RDEPEND}" - -# does not actually test anything, see bug 362557 -RESTRICT="test" - -PATCHES=( "${FILESDIR}"/${PN}-0.2.0-interix.patch ) - -src_prepare() { - default - eautoreconf # need new libtool for interix -} - -src_configure() { - local myeconfargs=( - $(use_enable debug asserts) - $(use_enable debug checks) - --disable-static - --disable-test - ) - econf "${myeconfargs[@]}" -} - -src_compile() { - emake - if use doc; then - doxygen || die - fi -} - -src_install() { - use doc && local HTML_DOCS=( doc/html/. ) - default - find "${D}" -name '*.la' -type f -delete || die -} |