From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32A4D138359 for ; Sun, 16 Aug 2020 21:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7715EE0828; Sun, 16 Aug 2020 21:02:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C9C7E0828 for ; Sun, 16 Aug 2020 21:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EDF034F1FA for ; Sun, 16 Aug 2020 21:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB1E22B for ; Sun, 16 Aug 2020 21:02:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1597611683.97c9527f83bb04ef0b785c26687e13b0630e8af6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/tepl/Manifest gui-libs/tepl/tepl-4.4.0.ebuild X-VCS-Directories: gui-libs/tepl/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 97c9527f83bb04ef0b785c26687e13b0630e8af6 X-VCS-Branch: master Date: Sun, 16 Aug 2020 21:02:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73e7352d-da74-4d69-aa8c-1eacb6f40317 X-Archives-Hash: c04b25f0dea6a74b21ab4bcc809000d8 commit: 97c9527f83bb04ef0b785c26687e13b0630e8af6 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 16 20:38:54 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 16 21:01:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c9527f gui-libs/tepl: bump to 4.4.0 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/tepl/Manifest | 1 + gui-libs/tepl/tepl-4.4.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/gui-libs/tepl/Manifest b/gui-libs/tepl/Manifest index de22d78aa97..0c618661299 100644 --- a/gui-libs/tepl/Manifest +++ b/gui-libs/tepl/Manifest @@ -1 +1,2 @@ DIST tepl-4.2.1.tar.xz 464120 BLAKE2B 74146cdf837923ab1a8e843e189bd83b2c7d7ae9cbf03ce4f3dbbbbfee1f47dffcda537ad8133cdf1b4efd747f0ee60092ddab029a67282b71fdc52d51564dc4 SHA512 c1b848cf1d336efdc2971e16060baf721e9019e6e6827bd755235c9dd37ae47803343e51888d9dd5817b6127bb1ba05a19d4a1be0caab9d2de125bc0cd8175a7 +DIST tepl-4.4.0.tar.xz 466576 BLAKE2B fe9d9c625a3febe6fc71e5972b864b0d732b7f75bcc114a391d7f94b2fc242fe7c5199e61d5a69a8ceccb845fffcf830d6071adb1ecda5e223d453d029ed3398 SHA512 2050c28f9564034bea7c44d3fa27784ab87503c2db6cf35e6389c40ca78722b092fbc52df5fdfc85cc1e39a9dc3c0e30fa7993fb63411b0240f3a6ac9607c282 diff --git a/gui-libs/tepl/tepl-4.4.0.ebuild b/gui-libs/tepl/tepl-4.4.0.ebuild new file mode 100644 index 00000000000..43b7ec06cd1 --- /dev/null +++ b/gui-libs/tepl/tepl-4.4.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 virtualx + +DESCRIPTION="GtkSourceView-based text editors and IDE helper library" +HOMEPAGE="https://wiki.gnome.org/Projects/Gtef" + +LICENSE="LGPL-2.1+" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.52:2 + >=x11-libs/gtk+-3.22:3[introspection?] + >=x11-libs/gtksourceview-4.0:4[introspection?] + >=gui-libs/amtk-5.0:5[introspection?] + >=dev-libs/libxml2-2.5:2 + app-i18n/uchardet + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${DEPEND} + >=sys-devel/gettext-0.19.6 + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.25 + virtual/pkgconfig +" + +RESTRICT="!test? ( test )" + +src_prepare() { + # requires running gvfs-metadata + sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' \ + -e 's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \ + -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \ + -i testsuite/test-file-metadata.c || die + + gnome2_src_prepare +} + +src_configure() { + # valgrind checks not ran by default and require suppression files not in locations where they'd be installed by other packages + gnome2_src_configure \ + --enable-gvfs-metadata \ + --disable-valgrind \ + $(use_enable introspection) +} + +src_test() { + virtx emake check +}