public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
@ 2017-02-09  9:14 Sergey Popov
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
@ 2023-02-20 20:52 David Seifert
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2023-02-20 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09  9:14 [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20 20:52 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox