summaryrefslogtreecommitdiff
path: root/dev-util/difftastic
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-util/difftastic
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-util/difftastic')
-rw-r--r--dev-util/difftastic/Manifest4
-rw-r--r--dev-util/difftastic/difftastic-0.68.0.ebuild48
-rw-r--r--dev-util/difftastic/difftastic-0.69.0.ebuild55
-rw-r--r--dev-util/difftastic/metadata.xml9
4 files changed, 0 insertions, 116 deletions
diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
deleted file mode 100644
index cbee8a6386db..000000000000
--- a/dev-util/difftastic/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST difftastic-0.68.0-crates.tar.xz 24104400 BLAKE2B 5764610055c3a0d6818e6af2247d5cb5a6a37f2af3467c9e9419015beca2e0d1107b554fddb8f5c3d411041b34de6ef4e87da98af508527c8ff64e334acb19ce SHA512 c8260645042d14cba859a889a24ec4274b7e2e7033456a371d8a15fcdf232a86911984517ae3114d90998f1c90b942c08d0c8a1340ec8e16e531968f6d640fe6
-DIST difftastic-0.68.0.gh.tar.gz 17051970 BLAKE2B 8f93a3040c53d5da815853b98fb9eafe02243f11202102194c17f1c74140283426ddbce1598f1a5d773972acf0cb555796e7e1e4e470336665a2a841af3bc36f SHA512 08e0187fcea5101767544df581d3a72f1653f163f94bafbd4f1d8e5145bcd435827bc35afed6201f76bd9d6884dd066b6413f182b204404607cf94f9fd94a57b
-DIST difftastic-0.69.0-crates.tar.xz 25342380 BLAKE2B 914bc5dcc8aca23e263bf36e0cf104d3d897f566d9c5880012a4b008460e100c18c5a335bc3c1e2dea29f58aeceaaaec69d97f20b9887da6a4ca825888132d4d SHA512 d8125c10e49812f628fecd91c45da6a71907acd4da333606097db35c9e9c4da31ee92f486483fa838404dc25c59ff8dfe371ff7f0344f4be2e4c5f6e3fb6d29e
-DIST difftastic-0.69.0.gh.tar.gz 15503793 BLAKE2B 718610055ac24893dd3d7166175747b67bf3ede3112ff8f521903896580a49a90d284cef1a3d9883ac924174ca118e629ea1ede348ef25dde1d37994a5adeaf4 SHA512 eb39e8601ca2a1699327a32d3f6d5a338d694da7eaa6d0c5decb571b87ac26e6477294f5dce46b1ef316f3ced2f30cf27795af9f844326ffb9d9e8e2bbbb052c
diff --git a/dev-util/difftastic/difftastic-0.68.0.ebuild b/dev-util/difftastic/difftastic-0.68.0.ebuild
deleted file mode 100644
index c42ce137de1b..000000000000
--- a/dev-util/difftastic/difftastic-0.68.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-"
-RUST_MIN_VER="1.85.0"
-
-inherit cargo flag-o-matic
-
-DESCRIPTION="A structural diff that understands syntax"
-HOMEPAGE="http://difftastic.wilfred.me.uk/"
-SRC_URI="
- https://github.com/Wilfred/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz
- https://github.com/gentoo-crate-dist/${PN}/releases/download/${PV}/${P}-crates.tar.xz
-"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016"
-# tree-sitter-newick
-LICENSE+=" CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-QA_FLAGS_IGNORED="usr/bin/difft"
-
-DOCS=( CHANGELOG.md README.md manual/ )
-
-src_prepare() {
- rm manual/.gitignore || die
-
- default
-}
-
-src_configure() {
- # Workaround for old bundled mimalloc in mimalloc crate, see
- # bug #944110, but updating it should be done with caution, see
- # https://github.com/purpleprotocol/mimalloc_rust/issues/109.
- append-cflags -std=gnu17
- cargo_src_configure
-}
-
-src_install() {
- cargo_src_install
- einstalldocs
-}
diff --git a/dev-util/difftastic/difftastic-0.69.0.ebuild b/dev-util/difftastic/difftastic-0.69.0.ebuild
deleted file mode 100644
index ed3b123ef136..000000000000
--- a/dev-util/difftastic/difftastic-0.69.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-RUST_MIN_VER="1.85.0"
-
-inherit cargo
-
-DESCRIPTION="A structural diff that understands syntax"
-HOMEPAGE="http://difftastic.wilfred.me.uk/"
-SRC_URI="
- https://github.com/Wilfred/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz
- https://github.com/gentoo-crate-dist/${PN}/releases/download/${PV}/${P}-crates.tar.xz
-"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016"
-# tree-sitter-newick
-LICENSE+=" CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-DEPEND="dev-libs/jemalloc"
-RDEPEND="${DEPEND}"
-
-QA_FLAGS_IGNORED="usr/bin/difft"
-
-DOCS=( CHANGELOG.md README.md manual/ )
-
-pkg_setup() {
- rust_pkg_setup
-
- export JEMALLOC_OVERRIDE="${EPREFIX}/usr/$(get_libdir)/libjemalloc.so"
-}
-
-src_prepare() {
- rm manual/.gitignore || die
-
- sed -e '/^lto = /d' -i Cargo.toml || die
-
- # Enable feature required to use system jemalloc.
- sed \
- -e 's/^tikv-jemallocator = "\(.*\)"/tikv-jemallocator = { version = "\1", features = ["unprefixed_malloc_on_supported_platforms"] }/' \
- -i Cargo.toml || die
-
- default
-}
-
-src_install() {
- cargo_src_install
- einstalldocs
-}
diff --git a/dev-util/difftastic/metadata.xml b/dev-util/difftastic/metadata.xml
deleted file mode 100644
index cd6e68486f9d..000000000000
--- a/dev-util/difftastic/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Patrick McLean</name>
- <email>chutzpah@gentoo.org</email>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>