summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-01 14:31:27 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-01 14:31:27 +0200
commita2ea8fc63f934755e3ee933378e7bf97df88cc41 (patch)
tree78a2ce086eba33b690c1800aae8ef4c0a171cad8 /app-misc
parentapp-misc/chkcrontab: Remove old (diff)
downloadgentoo-a2ea8fc63f934755e3ee933378e7bf97df88cc41.tar.gz
gentoo-a2ea8fc63f934755e3ee933378e7bf97df88cc41.tar.bz2
gentoo-a2ea8fc63f934755e3ee933378e7bf97df88cc41.zip
app-misc/icdiff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/icdiff/Manifest2
-rw-r--r--app-misc/icdiff/icdiff-1.9.5.ebuild28
-rw-r--r--app-misc/icdiff/icdiff-2.0.5.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/app-misc/icdiff/Manifest b/app-misc/icdiff/Manifest
index 19af1998942b..3e848abd44a7 100644
--- a/app-misc/icdiff/Manifest
+++ b/app-misc/icdiff/Manifest
@@ -1,3 +1 @@
-DIST icdiff-1.9.5.tar.gz 31914 BLAKE2B 8d9b9b5104c3075addae2954b41c27ccebe3b4723b0e71ef88a214d7fa0ff7d8cb9ac52cada8ddec929d308a356daf37ef4463a52667f7e229a4a33d1d993e86 SHA512 f4c50da1e73a1af2fd63feabfd180125637a856a8757356eb3b48bbc21871f36a2c876acd2e2ba9d354c8f6e658f6e262fbbfd65fa4078d0adebc1353d87e40a
-DIST icdiff-2.0.5.tar.gz 33806 BLAKE2B b8b17f72ed32923fa436713f28263bd79ac899cc291581ba4aac4bbe64daa1749e10fb63ea597be58e5557854757943aeb2c718fa972496d12c24a2071248550 SHA512 9ac3705ba8fbc277b9af2c47a5b791bb8ed98da0546410cafc206992e25e98cc7fba6e920d6acd1a576c609be853ad52a5680e456a9c70132c5f323fb4b6694d
DIST icdiff-2.0.6.tar.gz 39715 BLAKE2B 931799040c158c522b3788941bddaef074a5e769cc56b6d80ca9515ee0c437e0ec0b7453c7409133c5567b98e7d41355e1d9f647d1939c78d07c2bf4c010fa5e SHA512 23ed93cc68ae44e661d61cef7e489249fc39e9f8fd18cac5551e89a713aef8cd2ecb37b0f301f543a4ba7003c74b5a311430ab8666760a76ee8441a4ac920ff5
diff --git a/app-misc/icdiff/icdiff-1.9.5.ebuild b/app-misc/icdiff/icdiff-1.9.5.ebuild
deleted file mode 100644
index 01d8bbefe04c..000000000000
--- a/app-misc/icdiff/icdiff-1.9.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="Colourized diff that supports side-by-side diffing"
-HOMEPAGE="https://www.jefftk.com/icdiff"
-SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=(
- "${FILESDIR}/icdiff-1.9.5-tests.patch"
-)
-
-DOCS=(README.md ChangeLog)
-
-python_test() {
- bash test.sh "${EPYTHON%.*}" || die "Tests failed with ${EPYTHON}"
-}
diff --git a/app-misc/icdiff/icdiff-2.0.5.ebuild b/app-misc/icdiff/icdiff-2.0.5.ebuild
deleted file mode 100644
index 5c90f0bcd246..000000000000
--- a/app-misc/icdiff/icdiff-2.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Colourized diff that supports side-by-side diffing"
-HOMEPAGE="https://www.jefftk.com/icdiff"
-SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=(
- "${FILESDIR}/icdiff-1.9.5-tests.patch"
-)
-
-DOCS=(README.md ChangeLog)
-
-python_test() {
- bash test.sh "${EPYTHON%.*}" || die "Tests failed with ${EPYTHON}"
-}