From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- app-text/wv/Manifest | 2 +- app-text/wv/wv-1.2.9-r2.ebuild | 62 ------------------------------------------ app-text/wv/wv-1.2.9-r3.ebuild | 59 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 63 deletions(-) delete mode 100644 app-text/wv/wv-1.2.9-r2.ebuild create mode 100644 app-text/wv/wv-1.2.9-r3.ebuild (limited to 'app-text/wv') diff --git a/app-text/wv/Manifest b/app-text/wv/Manifest index 59235dbf3fc3..e8cd2f74176c 100644 --- a/app-text/wv/Manifest +++ b/app-text/wv/Manifest @@ -1,4 +1,4 @@ AUX wv-1.2.9-format-security.patch 336 BLAKE2B 18641a15c75a32250012771bd8ca8b0739f503ef8d1d2eebe23f2d378996aa3f6e2f0cfa72f8077add3db33f8ece86c57e80cc5b868719472b45ba1bed10a7d0 SHA512 99fef3bec0f129ae2d138c50d1e3e9288d5309db87a72d9b1970d1d230e20be3469b423f0b74c5083a0a5cdca8fed0b2ca32ec1fefdca22f213e4a02a6bbd405 DIST wv-1.2.9.tar.gz 616256 BLAKE2B 6a6aa6b5f87a934c703c8a74d85af3d7aa84dcd2bc613a3af7fb8d69a9339e71ba2618ae8f725b90c3fe0b0199f4b224bdb32a50c2b6b6614f84b6a14437633f SHA512 ae5c762012595ce8922bfda8749ad3e9cb055edab30152c3a5feaaf3ca6601f357d1e301b179e9a5860cd99452dd6e63e5f44f5bcc12f8db148bdd334e0200a5 -EBUILD wv-1.2.9-r2.ebuild 1464 BLAKE2B 482ccc5284fed69a53a781b6762b7061a7c29f258f82bfbadf9c6a3a05ed9d420209943fc331035c36b3652a6aa98d47f0069b7bfafe49a01f3c26328940e4c7 SHA512 b3e5db6849fd40308567c08d22d9e2913e8369af3bfc7a323ed41143163fce7dc264b23b0ff4d528361665d2f54ca2fb6cb1764a97e9143b5a5611f6fb9eac91 +EBUILD wv-1.2.9-r3.ebuild 1423 BLAKE2B 4721ea639ca63859a8ea688361261394321ef1a40b08c1dafcf9d88e42de77b1e740b282b6fd033bfe6d75efa28297dbf9f1a836ca755f662531bae16ff163c7 SHA512 9404ff447c62364ff7b94900983393a53e1f4b05e3c3f060fd67bdf9b5b9a70cc430ddefec8303958a4d20bf2fd784fd8dd66e6a4a28befd92bd33c56e401810 MISC metadata.xml 449 BLAKE2B ac74f5a8ee805072c669569b336f99840bd4a868aaedca72764c516040444b3c216bb33d9369d020d46394add0de746597c33c43c6466be4e672c2c017eec390 SHA512 bb4871f0e9a9801aeac5660b82c480d42a62d0d06641a085887d7359aace546b10071d09e92f730d1958aaee9444752723aa5d05fe9417842413b92270bdd174 diff --git a/app-text/wv/wv-1.2.9-r2.ebuild b/app-text/wv/wv-1.2.9-r2.ebuild deleted file mode 100644 index a587d0bffd5f..000000000000 --- a/app-text/wv/wv-1.2.9-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" -SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" -HOMEPAGE="http://wvware.sourceforge.net/" - -IUSE="tools wmf" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" -SLOT="0" -LICENSE="GPL-2" - -RDEPEND=" - >=dev-libs/glib-2:2 - >=gnome-extra/libgsf-1.13:= - sys-libs/zlib - media-libs/libpng:0= - dev-libs/libxml2:2 - tools? ( app-text/texlive-core - dev-texlive/texlive-latex ) - wmf? ( >=media-libs/libwmf-0.2.2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${P}-format-security.patch" ) - -src_prepare() { - default - - if ! use tools; then - sed -i -e '/bin_/d' GNUmakefile.am || die - sed -i -e '/SUBDIRS/d' GNUmakefile.am || die - sed -i -e '/\/GNUmakefile/d' configure.ac || die - sed -i -e '/wv[[:upper:]]/d' configure.ac || die - - # automake-1.13 fix, bug #467620 - sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die - - eautoreconf - fi -} - -src_configure() { - econf \ - --disable-static \ - $(use_with wmf libwmf) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - - rm -f "${ED}"/usr/share/man/man1/wvConvert.1 - if use tools; then - dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1 - fi -} diff --git a/app-text/wv/wv-1.2.9-r3.ebuild b/app-text/wv/wv-1.2.9-r3.ebuild new file mode 100644 index 000000000000..4876a095e7fd --- /dev/null +++ b/app-text/wv/wv-1.2.9-r3.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" +HOMEPAGE="http://wvware.sourceforge.net/" +SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${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 ~ppc-macos ~x64-solaris" +IUSE="tools wmf" + +RDEPEND=" + >=dev-libs/glib-2:2 + >=gnome-extra/libgsf-1.13:= + sys-libs/zlib + media-libs/libpng:0= + dev-libs/libxml2:2 + tools? ( + app-text/texlive-core + dev-texlive/texlive-latex + ) + wmf? ( >=media-libs/libwmf-0.2.2 )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${P}-format-security.patch ) + +src_prepare() { + default + + if ! use tools; then + sed -i -e '/bin_/d' GNUmakefile.am || die + sed -i -e '/SUBDIRS/d' GNUmakefile.am || die + sed -i -e '/\/GNUmakefile/d' configure.ac || die + sed -i -e '/wv[[:upper:]]/d' configure.ac || die + + # automake-1.13 fix, bug #467620 + sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die + + eautoreconf + fi +} + +src_configure() { + econf $(use_with wmf libwmf) +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die + + rm -f "${ED}"/usr/share/man/man1/wvConvert.1 || die + use tools && dosym wvWare.1 /usr/share/man/man1/wvConvert.1 +} -- cgit v1.2.3