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 6B557138334 for ; Wed, 1 Jan 2020 17:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4344E0B0E; Wed, 1 Jan 2020 17:31:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F268E0B0E for ; Wed, 1 Jan 2020 17:31:00 +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 44F5734DD83 for ; Wed, 1 Jan 2020 17:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3789E36 for ; Wed, 1 Jan 2020 17:30:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577899846.f5d8273599568ae47d8e851be882d7030051b565.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild X-VCS-Directories: xfce-extra/xfce4-whiskermenu-plugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f5d8273599568ae47d8e851be882d7030051b565 X-VCS-Branch: master Date: Wed, 1 Jan 2020 17:30:57 +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: da108c35-62d3-46bd-af31-82570d63a0f1 X-Archives-Hash: 14f4d4d6a9ec10a4ae47d864e515b76b commit: f5d8273599568ae47d8e851be882d7030051b565 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 17:29:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 17:30:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d82735 xfce-extra/xfce4-whiskermenu-plugin: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../xfce4-whiskermenu-plugin-2.3.3.ebuild | 8 ++++---- .../xfce4-whiskermenu-plugin-2.3.4.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild index 530eae19a64..bb864569bdf 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Alternate application launcher for Xfce" HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/" @@ -35,7 +35,7 @@ src_prepare() { # fix build failure w/ xfce4-panel-4.15.0 sed -i -e 's@@@' \ panel-plugin/register-plugin.c || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -45,7 +45,7 @@ src_configure() { -DENABLE_DEVELOPER_MODE=OFF ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild index c4bf5884ef5..203d930b0b4 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Alternate application launcher for Xfce" HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/" @@ -35,7 +35,7 @@ src_prepare() { # fix build failure w/ xfce4-panel-4.15.0 sed -i -e 's@@@' \ panel-plugin/register-plugin.c || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -45,7 +45,7 @@ src_configure() { -DENABLE_DEVELOPER_MODE=OFF ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {