commit: 0608a80e05f83ed7e7b898307a0743f4d49ab438
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 14:48:31 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 14:59:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0608a80e
sci-chemistry/threeV: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{threeV-1.2-r1.ebuild => threeV-1.2-r2.ebuild} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/sci-chemistry/threeV/threeV-1.2-r1.ebuild
b/sci-chemistry/threeV/threeV-1.2-r2.ebuild
similarity index 72%
rename from sci-chemistry/threeV/threeV-1.2-r1.ebuild
rename to sci-chemistry/threeV/threeV-1.2-r2.ebuild
index 1d4a1e1f3466..961b882887f2 100644
--- a/sci-chemistry/threeV/threeV-1.2-r1.ebuild
+++ b/sci-chemistry/threeV/threeV-1.2-r2.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="3V: Voss Volume Voxelator"
HOMEPAGE="http://geometry.molmovdb.org/3v/"
SRC_URI="http://geometry.molmovdb.org/3v/3v-${PV}.tgz"
+S=${WORKDIR}/3v-${PV}/src
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
PDEPEND="sci-chemistry/msms-bin"
# sci-chemistry/usf-rave"
-S="${WORKDIR}/3v-${PV}/src"
-
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-format-security.patch
)
+DOCS=( ../AUTHORS ../ChangeLog ../QUICKSTART ../README ../TODO ../VERSION )
+
src_prepare() {
default
tc-export CXX
@@ -31,10 +31,3 @@ src_prepare() {
export MAKEOPTS+=" V=1"
}
-
-src_install() {
- emake DESTDIR="${ED}" install
-
- cd .. || die
- dodoc AUTHORS ChangeLog QUICKSTART README TODO VERSION
-}