diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-06 14:41:08 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-06 14:42:08 +0200 |
commit | 866c358ae48bb29394ccbdbd6ba4a33c430b238d (patch) | |
tree | 3bf4a3f153b4a041e90f0262f424b5847e1b6211 | |
parent | media-sound/rhythmbox: bump to 3.4.3 (diff) | |
download | gentoo-866c358ae48bb29394ccbdbd6ba4a33c430b238d.tar.gz gentoo-866c358ae48bb29394ccbdbd6ba4a33c430b238d.tar.bz2 gentoo-866c358ae48bb29394ccbdbd6ba4a33c430b238d.zip |
dev-util/meld: bump to 3.20.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | dev-util/meld/Manifest | 1 | ||||
-rw-r--r-- | dev-util/meld/meld-3.20.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest index 1702677b1ad5..717e0dd7481c 100644 --- a/dev-util/meld/Manifest +++ b/dev-util/meld/Manifest @@ -1,2 +1,3 @@ DIST meld-3.18.2.tar.xz 568292 BLAKE2B 379ec993e7e2ba79d5ff8ea0e960c294fba390d3ba4276bea7700ebe1e55820b07d00d2a88ec5b95a8eae0549a976af0a06e1b7cb7f211aa5e77b0afb266a0d4 SHA512 6a3e47c472b12cbebc392e964b30ac80d344e0a82d0dd25a43df3eeba185e40e6ae5245b09e79ad9d789618b91ccec1ccb0f1c5e6c0ae1d76bb6b4fcd9446574 DIST meld-3.18.3.tar.xz 564660 BLAKE2B 2dc939e7d21408659de969e50eb8e790231391af0a30a44aecc359dabaf258e863512663d9e19a2b38fb42a419cfdbe1094e05eada8311f52cd615cd6db4e98b SHA512 7edd3c564616893732073995c8e161712964d8fc3abd8dad43183a6e36003bdad7b5593f04112e05244a59563b8d0fcf9d7c524f820d6145696ad0c73d67516c +DIST meld-3.20.0.tar.xz 591956 BLAKE2B cf4dce55b8282c287a9bcf964f6c412e5db246cc8c85ab98729af0e12f861ae323eaab1db57a7bd7f27028896148a5142b8d02f3f5abbd86b98eeb1882cf76a8 SHA512 33a14aeb474351a35ff08ba828846e849f1c4f000af81c38fa8f7d481b5de464e728d29742eac40164138c44557f92f6b2a329a337ee59f28d00a5bbc4652798 diff --git a/dev-util/meld/meld-3.20.0.ebuild b/dev-util/meld/meld-3.20.0.ebuild new file mode 100644 index 000000000000..5620f4667736 --- /dev/null +++ b/dev-util/meld/meld-3.20.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{4,5,6,7} ) +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.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 +" + +python_compile_all() { + mydistutilsargs=( --no-update-icon-cache --no-compile-schemas ) +} |