summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-09 21:19:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-09 21:22:00 +0100
commit22f5993c12748ad15f5ffc38665fa9ba12fe22d6 (patch)
tree4b51427e8433c69f8df3316c18a90b358c0ec66c
parentdev-libs/libwacom: Drop 0.33 (diff)
downloadgentoo-22f5993c.tar.gz
gentoo-22f5993c.tar.bz2
gentoo-22f5993c.zip
dev-util/diffuse: Drop 0.4.8-r1
Closes: https://bugs.gentoo.org/708074 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-util/diffuse/Manifest1
-rw-r--r--dev-util/diffuse/diffuse-0.4.8-r1.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-util/diffuse/Manifest b/dev-util/diffuse/Manifest
index 9700495ff272..1ed6f939a329 100644
--- a/dev-util/diffuse/Manifest
+++ b/dev-util/diffuse/Manifest
@@ -1,2 +1 @@
-DIST diffuse-0.4.8.tar.bz2 557966 BLAKE2B 97879c41db390c9e3f0b0634ab34b33021013aaa8e28b0afe98a1131772803129fa81ccc6532a921d28f0eee51c4ccfbecb400645ed4141e6d2fe669e552014e SHA512 0c62976526804a328f1cc1775f842e9575fab50309cc964171af5ee89d8f303d4cbdf66a078ed64bb8826f5a57c2cc7fc59afc1ee87646ece340212d34f2514e
DIST diffuse-0.5.0_alpha7.tar.xz 531124 BLAKE2B e97b8dd1b24253c4049dd4dc0f185049f030163945d822c3dbf6763f14eff270ed6bea82ae55b6cecaaa0f90976aab286db53c3f69d54f708e403832f8b2b1c1 SHA512 280d2c3c698affbf91b0e25ba658133999ea9b0199d8c165e2cef05210386f0fb3ff8611710903c1a3cb13aed01a648d04b3b8b13227f96803b74adbebf62adf
diff --git a/dev-util/diffuse/diffuse-0.4.8-r1.ebuild b/dev-util/diffuse/diffuse-0.4.8-r1.ebuild
deleted file mode 100644
index 5a0d5a3968a4..000000000000
--- a/dev-util/diffuse/diffuse-0.4.8-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit fdo-mime python-single-r1
-
-DESCRIPTION="A graphical tool to compare and merge text files"
-HOMEPAGE="http://diffuse.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
- ')"
-# file collision, bug #279018
-DEPEND="${DEPEND}
- !sci-chemistry/tinker"
-
-src_prepare() {
- local i p
-
- # linguas handling wrt #406433
- if [[ -n "${LINGUAS+x}" ]] ; then
- for i in $(for p in translations/*.po ; do echo ${p%.po} ; done) ; do
- if ! has ${i##*/} ${LINGUAS} ; then
- rm "${S}"/${i}.po || die
- fi
- done
- fi
-
- python_fix_shebang src/usr/bin/diffuse
-}
-
-src_install() {
- "${PYTHON}" install.py \
- --prefix="${EPREFIX}"/usr \
- --sysconfdir="${EPREFIX}"/etc \
- --files-only \
- --destdir="${D}" \
- || die "Installation failed"
- dodoc AUTHORS ChangeLog README
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}