From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/
Date: Mon, 9 Mar 2020 20:22:19 +0000 (UTC) [thread overview]
Message-ID: <1583785320.22f5993c12748ad15f5ffc38665fa9ba12fe22d6.asturm@gentoo> (raw)
commit: 22f5993c12748ad15f5ffc38665fa9ba12fe22d6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 9 20:19:56 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 20:22:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f5993c
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 <AT> gentoo.org>
dev-util/diffuse/Manifest | 1 -
dev-util/diffuse/diffuse-0.4.8-r1.ebuild | 59 --------------------------------
2 files changed, 60 deletions(-)
diff --git a/dev-util/diffuse/Manifest b/dev-util/diffuse/Manifest
index 9700495ff27..1ed6f939a32 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 5a0d5a3968a..00000000000
--- 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
-}
next reply other threads:[~2020-03-09 20:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 20:22 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 16:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/ Andrey Grozin
2025-02-15 6:13 Andrey Grozin
2024-05-28 12:35 Sam James
2024-04-14 5:38 Andrey Grozin
2023-07-21 14:55 Andrey Grozin
2023-07-21 12:49 Sam James
2023-07-21 12:49 Sam James
2023-05-23 12:50 Andrey Grozin
2023-05-09 6:16 Andrey Grozin
2023-05-01 9:22 Sam James
2023-04-19 11:08 Sam James
2023-01-30 15:52 Andrey Grozin
2022-06-05 11:37 Andrey Grozin
2022-06-05 7:09 Agostino Sarubbo
2022-06-05 7:06 Agostino Sarubbo
2022-04-26 9:10 Andrey Grozin
2022-04-26 9:08 Andrey Grozin
2022-01-03 5:21 Sam James
2022-01-03 5:20 Sam James
2022-01-03 5:01 Andrey Grozin
2021-11-21 17:08 Andrey Grozin
2021-04-28 7:45 Andrey Grozin
2021-04-27 18:02 Sam James
2021-04-27 18:01 Sam James
2021-02-17 8:21 Andrey Grozin
2020-03-09 14:15 Thomas Deutschmann
2020-03-09 13:44 Agostino Sarubbo
2020-02-09 4:17 Andrey Grozin
2020-02-08 15:28 Andrey Grozin
2016-11-09 14:04 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1583785320.22f5993c12748ad15f5ffc38665fa9ba12fe22d6.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox