dev-util/meld: bump to 3.20.2
authorMart Raudsepp <leio@gentoo.org>
Tue, 18 Feb 2020 09:29:27 +0000 (11:29 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 18 Feb 2020 12:14:18 +0000 (14:14 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-util/meld/Manifest
dev-util/meld/meld-3.20.2.ebuild [new file with mode: 0644]

index 94ebb24ace344dd635fc8fd2c6cf481110b78816..a93c2b08289a16fb439709abf7d04c4d0019ffd6 100644 (file)
@@ -1 +1,2 @@
 DIST meld-3.20.1.tar.xz 594812 BLAKE2B a06ae48af37008b99e7110a826e1d97326b71150870c1546b50d971f51d6c9eb3b24fd8e5ae8e8e8daf30f0a83c71356a368d9ed49114989cd22fb793a644a78 SHA512 cd21f298dc1da6eb08261599b9270989c837e0923d5cf5cfdad227dd7f256ac5f53ac903939ebef90ea6cd684c7355ce9482648057284f4ce44f1c7101959c1f
+DIST meld-3.20.2.tar.xz 593948 BLAKE2B 9f2fee48405d76f9ae2fd0b0dd4116321aa176059dd4ef217a5c4c8d0edff5859bab72bbca83b2e7d612706f017d1889d68579eaf9838d7784c9ecb74ed7d403 SHA512 9c9074cb879e3574eb9a1025eb1212771419ab0d8e92bf8a99f38e70ca583ff5c8cbeaccb87b414e6ff73a61afa08e10742991d574b810cc90e8c4a5ac82ddaa
diff --git a/dev-util/meld/meld-3.20.2.ebuild b/dev-util/meld/meld-3.20.2.ebuild
new file mode 100644 (file)
index 0000000..8c64e79
--- /dev/null
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit gnome2 distutils-r1
+
+DESCRIPTION="A graphical diff and merge tool"
+HOMEPAGE="http://meldmerge.org/"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+       >=dev-libs/glib-2.50:2
+       $(python_gen_cond_dep '
+               >=dev-python/pygobject-3.12:3[cairo,${PYTHON_MULTI_USEDEP}]
+       ')
+       gnome-base/gsettings-desktop-schemas
+       >=x11-libs/gtk+-3.20:3[introspection]
+       >=x11-libs/gtksourceview-3.20.0:3.0[introspection]
+       >=x11-libs/pango-1.34[introspection]
+       x11-themes/hicolor-icon-theme
+"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       dev-util/itstool
+       sys-devel/gettext
+"
+# dev-python/distro is soft-required in BDEPEND for python3.8 and onwards,
+# but it's mainly needed for debian and derivatives - seems the fallback
+# works fine, as we aren't a special_case, just an annoying warning.
+
+python_compile_all() {
+       mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+}