From 0d7aefa5885e7552b4c2221df9f54e5930696228 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Jul 2022 13:27:24 +0100 Subject: gentoo auto-resync : 10:07:2022 - 13:27:24 --- app-text/wdiff/Manifest | 2 +- app-text/wdiff/wdiff-1.2.2-r1.ebuild | 35 --------------------------------- app-text/wdiff/wdiff-1.2.2-r2.ebuild | 38 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 36 deletions(-) delete mode 100644 app-text/wdiff/wdiff-1.2.2-r1.ebuild create mode 100644 app-text/wdiff/wdiff-1.2.2-r2.ebuild (limited to 'app-text/wdiff') diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest index 614147cc1f78..c80186287d49 100644 --- a/app-text/wdiff/Manifest +++ b/app-text/wdiff/Manifest @@ -1,3 +1,3 @@ DIST wdiff-1.2.2.tar.gz 1478567 BLAKE2B 80de7ecdd8fef1a4c9e6e0830e1af52d5087abc235dbe2bcf7542c0f017c1a21036243162fa6f70e714f3544d74e9a1add70dc22e69f306a17ce9bdd49c5bc15 SHA512 9272c225f4f61612197fe151cf8c913107169ac9fcd6c9f8472a0f56d9124d78a060944cea1b51489ca34311220f23638d043d43c733a3252cdbb7cceb1085ed -EBUILD wdiff-1.2.2-r1.ebuild 868 BLAKE2B 0ac7ddaa3e76beb71c015caee820e09d484ffd4bfcc96c40213f3761d0e7745ff2447196a69439451e3f518022f0c20c46ce28be0a2402c66205173b9c24515c SHA512 2c382c2869049ab9881283b90814c9352a2a707a54e53ab924a5eb03d1c747c88606b05e9b5182fbf8fe68dd5ac376c0e9917f5e74a84ab7cb88770d634e464b +EBUILD wdiff-1.2.2-r2.ebuild 877 BLAKE2B 4b52042a689f1cff350530def560e77363c5be4f24299bf337643069266dc9c6d6b693077708e9b3d9581827d69c0b4c25935901665ecf78a494e122662988cc SHA512 d1a7c44fe9514907f5487d82f6db161e7a7e16fe94c03195aa6286443c399ba6a88e88bc42a658bd3191f056091f9dc124dd7e4ed6b2b664df42232a52f333f5 MISC metadata.xml 378 BLAKE2B 95e3d451a7fd7af4da58c03b88615a0547c6063c0e4601dde7781db46f0805b06a76d900a0407ace672cf76c2b6c481f775c2b1d7da5653418e26ad71ae7ec32 SHA512 1da43e6a6e6907de98682dcb9221b33327d2fec70675452e40262eada16d7c94f312a1dbe40a770b064d4034848d84801f3a9c5f887a669664722198cadfea6b diff --git a/app-text/wdiff/wdiff-1.2.2-r1.ebuild b/app-text/wdiff/wdiff-1.2.2-r1.ebuild deleted file mode 100644 index 9f0af0d46f14..000000000000 --- a/app-text/wdiff/wdiff-1.2.2-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Create a diff disregarding formatting" -HOMEPAGE="https://www.gnu.org/software/wdiff/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" -IUSE="experimental test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sys-apps/diffutils - sys-apps/less - sys-libs/ncurses:0=" -DEPEND="${RDEPEND} - sys-apps/texinfo - test? ( app-misc/screen )" - -src_configure() { - econf \ - $(use_enable experimental) -} - -src_test() { - # The test suite hangs in the '3: use pager' test - # when an incompatible screenrc is found - touch tests/screenrc || die - export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc - default -} diff --git a/app-text/wdiff/wdiff-1.2.2-r2.ebuild b/app-text/wdiff/wdiff-1.2.2-r2.ebuild new file mode 100644 index 000000000000..4418e21d3f05 --- /dev/null +++ b/app-text/wdiff/wdiff-1.2.2-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Create a diff disregarding formatting" +HOMEPAGE="https://www.gnu.org/software/wdiff/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" +IUSE="experimental test" +RESTRICT="!test? ( test )" + +RDEPEND=" + sys-apps/diffutils + sys-apps/less + sys-libs/ncurses:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-apps/texinfo + test? ( app-misc/screen ) +" + +src_configure() { + econf $(use_enable experimental) +} + +src_test() { + # The test suite hangs in the '3: use pager' test + # when an incompatible screenrc is found + touch tests/screenrc || die + export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc + + default +} -- cgit v1.2.3