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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C089F15802E for ; Fri, 28 Jun 2024 15:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA25E2AF4; Fri, 28 Jun 2024 15:11:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FDDAE2AF4 for ; Fri, 28 Jun 2024 15:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33B1433BF08 for ; Fri, 28 Jun 2024 15:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F2A1CFB for ; Fri, 28 Jun 2024 15:11:51 +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: <1719587480.ce9649f6644d8a78bc7eabbc67890857f202a285.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce9649f6644d8a78bc7eabbc67890857f202a285 X-VCS-Branch: master Date: Fri, 28 Jun 2024 15:11:51 +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: 157584db-f8ac-4f22-87f4-dfe7fb0ec003 X-Archives-Hash: 95bc35024128465319cbf057f757ec02 commit: ce9649f6644d8a78bc7eabbc67890857f202a285 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 28 15:09:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 28 15:11:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce9649f6 kde-plasma/kde-gtk-config: Drop obsolete src_configure() section Closes: https://bugs.gentoo.org/935045 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild | 8 -------- kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild | 8 -------- 2 files changed, 16 deletions(-) diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild index cbb1b25f08..fe79831886 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-6.1.49.9999.ebuild @@ -36,14 +36,6 @@ RDEPEND="${DEPEND} " BDEPEND="dev-lang/sassc" -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - ) - - ecm_src_configure -} - pkg_postinst() { ecm_pkg_postinst elog "If you notice missing icons in your GTK applications, you may have to install" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild index 8b2f0d0984..c48efff4d7 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild @@ -36,14 +36,6 @@ RDEPEND="${DEPEND} " BDEPEND="dev-lang/sassc" -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - ) - - ecm_src_configure -} - pkg_postinst() { ecm_pkg_postinst elog "If you notice missing icons in your GTK applications, you may have to install"