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 517EB138359 for ; Sat, 15 Aug 2020 02:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7314BE086C; Sat, 15 Aug 2020 02:19:45 +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 54798E086C for ; Sat, 15 Aug 2020 02:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E237234F3D8 for ; Sat, 15 Aug 2020 02:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2346314 for ; Sat, 15 Aug 2020 02:19:41 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1597457978.d668e91a605e066423d7f4f517083c45adb30ac0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-2.7.1.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d668e91a605e066423d7f4f517083c45adb30ac0 X-VCS-Branch: master Date: Sat, 15 Aug 2020 02:19:41 +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: d0ba46e4-61a7-4ed1-90bb-bc645fe71c08 X-Archives-Hash: dbac956a4954dc196223475d601fa016 commit: d668e91a605e066423d7f4f517083c45adb30ac0 Author: Lars Wendler gentoo org> AuthorDate: Sat Aug 15 02:19:26 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Aug 15 02:19:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d668e91a media-libs/harfbuzz: ebuild cleanup regarding change to meson Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> media-libs/harfbuzz/harfbuzz-2.7.1.ebuild | 6 ------ media-libs/harfbuzz/harfbuzz-9999.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild index 774a139ec6a..7c89b2800e3 100644 --- a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild @@ -59,11 +59,6 @@ src_prepare() { test/shaping/data/in-house/Makefile.sources \ || die # bug 726120 - if ! use doc ; then - # Taken from shipped autogen.sh script - echo "EXTRA_DIST = " > gtk-doc.make - fi - # bug 618772 append-cxxflags -std=c++14 } @@ -83,7 +78,6 @@ multilib_src_configure() { -Dcoretext="disabled" -Ddocs="$(meson_multilib_native_feature doc)" -Dfontconfig="disabled" #609300 - #-Dgobject="$(meson_multilib_native_feature introspection)" -Dintrospection="$(meson_multilib_native_feature introspection)" -Dstatic="$(usex static-libs true false)" $(meson_feature glib) diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 774a139ec6a..7c89b2800e3 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -59,11 +59,6 @@ src_prepare() { test/shaping/data/in-house/Makefile.sources \ || die # bug 726120 - if ! use doc ; then - # Taken from shipped autogen.sh script - echo "EXTRA_DIST = " > gtk-doc.make - fi - # bug 618772 append-cxxflags -std=c++14 } @@ -83,7 +78,6 @@ multilib_src_configure() { -Dcoretext="disabled" -Ddocs="$(meson_multilib_native_feature doc)" -Dfontconfig="disabled" #609300 - #-Dgobject="$(meson_multilib_native_feature introspection)" -Dintrospection="$(meson_multilib_native_feature introspection)" -Dstatic="$(usex static-libs true false)" $(meson_feature glib)