dev-util/meld: bump to 3.18.1
authorMart Raudsepp <leio@gentoo.org>
Sat, 28 Apr 2018 23:21:59 +0000 (02:21 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 28 Apr 2018 23:21:59 +0000 (02:21 +0300)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-util/meld/Manifest
dev-util/meld/meld-3.18.1.ebuild [new file with mode: 0644]

index 0ebba8fcb8e1ff8862c969b69a6365e9e9f52719..05d2f60dcbb30fcdbd44d48aeabfcb13c2b4facc 100644 (file)
@@ -1 +1,2 @@
 DIST meld-3.18.0.tar.xz 553772 BLAKE2B 9a481f18147a767e65cb6d58bd4770232e9d2f8e10261f8fe19d305ab44c19b8728dd5f7e7b77e4607fcdc4e6b47a0464ba5dbb4491ddc9d91ae8c1a10c1e409 SHA512 1d9f07223f33f2156e6821a567b7f3b28c942adf62b2948504301ce8788100bdac525fc4626a59c9c03cba63fa590407910abdcc41d627da5b4c8fa6ccfd2582
+DIST meld-3.18.1.tar.xz 563516 BLAKE2B 2463fd6c2a74d9eb655c6e2d531ef69950d8f7a275c01a0dbacf48a8c236a860b27dcc79a137a56241183a1b000d36503c33112c7dcb55055a931f4c415f178d SHA512 ca60c8ea9a5b95b228bd72fe3f8c0d4a8aa004bed27c2b29cd8ff647839973f1808df81dcb5c85cb5420ab2ad4413b0ab31b617494fe6eb366b2b9ad3a83eef1
diff --git a/dev-util/meld/meld-3.18.1.ebuild b/dev-util/meld/meld-3.18.1.ebuild
new file mode 100644 (file)
index 0000000..ea18fe9
--- /dev/null
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{4,5,6} )
+DISTUTILS_SINGLE_IMPL=1
+
+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[dbus]
+       >=dev-python/pygobject-3.12:3[cairo,${PYTHON_USEDEP}]
+       gnome-base/gsettings-desktop-schemas
+       >=x11-libs/gtk+-3.14:3[introspection]
+       >=x11-libs/gtksourceview-3.14: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
+"
+
+python_compile_all() {
+       mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+}