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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8754C158042 for ; Fri, 8 Nov 2024 14:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE61E0824; Fri, 8 Nov 2024 14:51:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A5967E0824 for ; Fri, 8 Nov 2024 14:51:36 +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 DC252342F8E for ; Fri, 8 Nov 2024 14:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BA5D197F for ; Fri, 8 Nov 2024 14:51:34 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1731077440.64ef894b75575b56c27fa108f25b71eb0dff959d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/3dfm/3dfm-1.0-r2.ebuild x11-misc/3dfm/3dfm-1.0-r3.ebuild X-VCS-Directories: x11-misc/3dfm/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 64ef894b75575b56c27fa108f25b71eb0dff959d X-VCS-Branch: master Date: Fri, 8 Nov 2024 14:51:34 +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: f15e544f-eec6-4711-a508-28dfc0d8fe8a X-Archives-Hash: e25949f6bb73253199c4a7cf73abefc1 commit: 64ef894b75575b56c27fa108f25b71eb0dff959d Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 8 14:50:40 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 8 14:50:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ef894b x11-misc/3dfm: add eautoreconf for modern C Closes: https://bugs.gentoo.org/898238 Signed-off-by: Andreas K. Hüttel gentoo.org> x11-misc/3dfm/{3dfm-1.0-r2.ebuild => 3dfm-1.0-r3.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x11-misc/3dfm/3dfm-1.0-r2.ebuild b/x11-misc/3dfm/3dfm-1.0-r3.ebuild similarity index 88% rename from x11-misc/3dfm/3dfm-1.0-r2.ebuild rename to x11-misc/3dfm/3dfm-1.0-r3.ebuild index 54be311f2b58..30cd785c3757 100644 --- a/x11-misc/3dfm/3dfm-1.0-r2.ebuild +++ b/x11-misc/3dfm/3dfm-1.0-r3.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="OpenGL-based 3D File Manager" HOMEPAGE="https://sourceforge.net/projects/innolab/" SRC_URI="https://downloads.sourceforge.net/innolab/${P}.tar.gz" @@ -17,6 +19,11 @@ RDEPEND=" media-libs/freeglut" DEPEND="${RDEPEND}" +src_prepare() { + default + eautoreconf +} + src_install() { default mv "${ED}"/usr/bin/{interface,3dfm} || die