summaryrefslogtreecommitdiff
path: root/dev-util/archdiff
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 /dev-util/archdiff
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-util/archdiff')
-rw-r--r--dev-util/archdiff/Manifest1
-rw-r--r--dev-util/archdiff/archdiff-1.1.6-r1.ebuild25
-rw-r--r--dev-util/archdiff/metadata.xml5
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/archdiff/Manifest b/dev-util/archdiff/Manifest
deleted file mode 100644
index 7cc5f28a65f7..000000000000
--- a/dev-util/archdiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST archdiff-1.1.6.tar.gz 96743 BLAKE2B 387d9476d0c47540a415993799476a5f5648dff4a25ba786fda8bf810897469f0a9edc1247699c17ad7ab343865dd719f56bb0a83be3a130b1e0e2c938c6051f SHA512 0f924418c2aea8bc966b6967038b60d40d727037739e75fa785a4f4fa452558287cc6e2c51d93a3066994e67cbac989e96120561e460a4d543c451229f7420b2
diff --git a/dev-util/archdiff/archdiff-1.1.6-r1.ebuild b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild
deleted file mode 100644
index ce72aca5fd83..000000000000
--- a/dev-util/archdiff/archdiff-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility to view the differences between two source code archives"
-HOMEPAGE="https://frigidcode.com/code/archdiff/"
-SRC_URI="https://frigidcode.com/code/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+bzip2 +lzma +zlib"
-
-DEPEND="app-arch/libarchive[bzip2?,lzma?,zlib(+)?]
- dev-libs/rremove"
-RDEPEND="${DEPEND}
- app-misc/colordiff"
-
-src_configure() {
- econf \
- $(use_enable bzip2) \
- $(use_enable zlib gzip) \
- $(use_enable lzma)
-}
diff --git a/dev-util/archdiff/metadata.xml b/dev-util/archdiff/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/dev-util/archdiff/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>