summaryrefslogtreecommitdiff
path: root/app-text/wdiff
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-text/wdiff
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-text/wdiff')
-rw-r--r--app-text/wdiff/Manifest1
-rw-r--r--app-text/wdiff/metadata.xml14
-rw-r--r--app-text/wdiff/wdiff-1.2.2-r2.ebuild38
3 files changed, 0 insertions, 53 deletions
diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest
deleted file mode 100644
index 5c1ab136fe12..000000000000
--- a/app-text/wdiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wdiff-1.2.2.tar.gz 1478567 BLAKE2B 80de7ecdd8fef1a4c9e6e0830e1af52d5087abc235dbe2bcf7542c0f017c1a21036243162fa6f70e714f3544d74e9a1add70dc22e69f306a17ce9bdd49c5bc15 SHA512 9272c225f4f61612197fe151cf8c913107169ac9fcd6c9f8472a0f56d9124d78a060944cea1b51489ca34311220f23638d043d43c733a3252cdbb7cceb1085ed
diff --git a/app-text/wdiff/metadata.xml b/app-text/wdiff/metadata.xml
deleted file mode 100644
index 988be0d02805..000000000000
--- a/app-text/wdiff/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
- <use>
- <flag name="experimental">Build experimental utilities (mdiff, unify, wdiff2)</flag>
- </use>
- <upstream>
- <remote-id type="savannah">wdiff</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/wdiff/wdiff-1.2.2-r2.ebuild b/app-text/wdiff/wdiff-1.2.2-r2.ebuild
deleted file mode 100644
index ccc535e5153f..000000000000
--- a/app-text/wdiff/wdiff-1.2.2-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 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 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-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
-}