* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
@ 2017-02-09 9:14 Sergey Popov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2017-02-09 9:14 UTC (permalink / raw
To: gentoo-commits
commit: cda78da7bb953d17e0283e0eccef48b0767ed95d
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Feb 9 06:47:39 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 09:14:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda78da7
x11-misc/3dfm: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/3dfm/3dfm-1.0-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/x11-misc/3dfm/3dfm-1.0-r1.ebuild b/x11-misc/3dfm/3dfm-1.0-r1.ebuild
new file mode 100644
index 0000000000..74ff0ce6be
--- /dev/null
+++ b/x11-misc/3dfm/3dfm-1.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="OpenGL-based 3D File Manager"
+HOMEPAGE="https://sourceforge.net/projects/innolab/"
+SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="virtual/glu
+ virtual/opengl
+ media-libs/freeglut"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ default
+ mv "${ED%/}"/usr/bin/{interface,3dfm} || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: f8396778975e3c3cfd380829501e4b865c35844e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:41 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8396778
x11-misc/3dfm: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/3dfm/{3dfm-1.0-r1.ebuild => 3dfm-1.0-r2.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/x11-misc/3dfm/3dfm-1.0-r1.ebuild b/x11-misc/3dfm/3dfm-1.0-r2.ebuild
similarity index 70%
rename from x11-misc/3dfm/3dfm-1.0-r1.ebuild
rename to x11-misc/3dfm/3dfm-1.0-r2.ebuild
index d8ea37203cb5..f8c9c5cf0921 100644
--- a/x11-misc/3dfm/3dfm-1.0-r1.ebuild
+++ b/x11-misc/3dfm/3dfm-1.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="OpenGL-based 3D File Manager"
HOMEPAGE="https://sourceforge.net/projects/innolab/"
@@ -10,14 +10,14 @@ SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-DEPEND="virtual/glu
+RDEPEND="
+ virtual/glu
virtual/opengl
media-libs/freeglut"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
src_install() {
default
- mv "${ED%/}"/usr/bin/{interface,3dfm} || die
+ mv "${ED}"/usr/bin/{interface,3dfm} || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
@ 2024-11-08 14:51 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2024-11-08 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 64ef894b75575b56c27fa108f25b71eb0dff959d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 14:50:40 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-08 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 20:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:51 Andreas K. Hüttel
2017-02-09 9:14 Sergey Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox