summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2022-06-05 18:35:27 +0700
committerAndrey Grozin <grozin@gentoo.org>2022-06-05 18:35:27 +0700
commit43e1cf8702a04537ac197c31f9f7640a8b0e44f8 (patch)
tree4370f98aa53df698fb2bbbbd33f028bff62cf43a /dev-util/diffuse
parentdev-python/werkzeug: Remove old (diff)
downloadgentoo-43e1cf8702a04537ac197c31f9f7640a8b0e44f8.tar.gz
gentoo-43e1cf8702a04537ac197c31f9f7640a8b0e44f8.tar.bz2
gentoo-43e1cf8702a04537ac197c31f9f7640a8b0e44f8.zip
dev-util/diffuse: remove old versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-util/diffuse')
-rw-r--r--dev-util/diffuse/Manifest2
-rw-r--r--dev-util/diffuse/diffuse-0.6.0.ebuild57
-rw-r--r--dev-util/diffuse/diffuse-0.7.3.ebuild52
3 files changed, 0 insertions, 111 deletions
diff --git a/dev-util/diffuse/Manifest b/dev-util/diffuse/Manifest
index 2027a61878b7..7b0d98557a35 100644
--- a/dev-util/diffuse/Manifest
+++ b/dev-util/diffuse/Manifest
@@ -1,3 +1 @@
-DIST diffuse-0.6.0.tar.gz 621120 BLAKE2B c39cbe55edb6e1734d4db1343a0b0029ab146fe92ef4edc58cd6ea82bc6780e3f789d6765d2bddecd941fa458781c59ddde71a010f1b90d4ca238e6d6b233dc2 SHA512 fe9842738560dbefe9c546c8bba3f9f1cefcf4c327ad644430c512ec6bb1b4877986ca2b816af75226975eefa9b0f70120a4ed574e2ed90058b0a92380e8995a
-DIST diffuse-0.7.3.tar.gz 519865 BLAKE2B 2980e919cd3fb5c88fef631f83fe6587511791a7fb63cf9b3b7c6b08445baac2f59811a516bb01cad0f2d30d11e113de5c672f26f7d1a17322c711d1ffeaa42d SHA512 b490ba761375092b759daf2e2a89fd0ad3e69d3043487d82c0635c2d35d1ebdad5e32922e53ff3496684e8b02ea8e1f123313d891695e9b0647a775c12b80ea7
DIST diffuse-0.7.5.tar.gz 509048 BLAKE2B f69d9afea243069bdb9d313059556cc83283cd037e2f32de4b1221a2b53c493cb8a0a9bf8b4fc4d8a50e94fc60fe6043d30e3b5e7b7ceb2cec8529d8e136db0f SHA512 466cdc834e1103ad794979a287838b5005379712ee1d77e400d5fe71dcf5e79097decb39e26b213669077a4a2a525444db99b5587929f01b8b2df9f31ec190fd
diff --git a/dev-util/diffuse/diffuse-0.6.0.ebuild b/dev-util/diffuse/diffuse-0.6.0.ebuild
deleted file mode 100644
index 7f6bd593c6d2..000000000000
--- a/dev-util/diffuse/diffuse-0.6.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
-PLOCALES="cs de es it ja ko pl pt ru sv th zh_CN zh_TW"
-inherit meson plocale python-single-r1 xdg-utils
-
-DESCRIPTION="A graphical tool to compare and merge text files"
-HOMEPAGE="http://diffuse.sourceforge.net/ https://github.com/MightyCreak/diffuse/"
-SRC_URI="https://github.com/MightyCreak/diffuse/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
- ')
- x11-libs/gtk+:3[introspection]"
-# file collision, bug #279018
-DEPEND="${DEPEND}
- !sci-chemistry/tinker"
-
-src_prepare() {
- default
- plocale_find_changes translations '' '.po'
-
- rm_locale() {
- rm -f translations/${1}.po
- rm -rf src/usr/share/man/${1}
- rm -rf src/usr/share/gnome/help/${PN}/$1
- rm -f src/usr/share/omf/${PN}/${PN}-$1.omf
- sed -e "/^${1}/d" -i translations/LINGUAS
- }
-
- plocale_for_each_disabled_locale rm_locale
-}
-
-src_install() {
- meson_src_install
- dodoc AUTHORS CHANGELOG.md README.md
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/dev-util/diffuse/diffuse-0.7.3.ebuild b/dev-util/diffuse/diffuse-0.7.3.ebuild
deleted file mode 100644
index b2550df09ec4..000000000000
--- a/dev-util/diffuse/diffuse-0.7.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-PLOCALES="cs de es it ja ko pl pt pt_BR ru sv th zh_CN zh_TW"
-inherit meson plocale python-r1 xdg
-
-DESCRIPTION="A graphical tool to compare and merge text files"
-HOMEPAGE="http://diffuse.sourceforge.net/ https://github.com/MightyCreak/diffuse/"
-SRC_URI="https://github.com/MightyCreak/diffuse/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
- ')
- x11-libs/gtk+:3[introspection]"
-# file collision, bug #279018
-DEPEND="${DEPEND}
- !sci-chemistry/tinker"
-
-src_prepare() {
- default
- plocale_find_changes po '' '.po'
-
- rm_locale() {
- rm -f po/${1}.po
- rm -rf data/usr/share/man/${1}
- rm -rf data/usr/share/gnome/help/${PN}/$1
- rm -f data/usr/share/omf/${PN}/${PN}-$1.omf
- sed -e "/^${1}/d" -i po/LINGUAS
- }
-
- plocale_for_each_disabled_locale rm_locale
-}
-
-src_install() {
- meson_src_install
- rm "${D}"/usr/bin/${PN} || die "rm ${PN} failed"
- python_foreach_impl python_doscript ../${P}-build/src/${PN}/${PN}
- mkdir "${D}"/usr/share/metainfo || die "mkdir metainfo failed"
- mv "${D}"/usr/share/appdata/* "${D}"/usr/share/metainfo/ \
- || die "mv appdata -> metainfo failed"
- dodoc AUTHORS CHANGELOG.md README.md
-}