summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-21 17:48:31 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-21 17:59:17 +0300
commit0608a80e05f83ed7e7b898307a0743f4d49ab438 (patch)
tree67467894830e083c60d7af0e0d22313e1b67ba4e /sci-chemistry
parentsys-auth/elogind: fix automagic polkit use (diff)
downloadgentoo-0608a80e05f83ed7e7b898307a0743f4d49ab438.tar.gz
gentoo-0608a80e05f83ed7e7b898307a0743f4d49ab438.tar.bz2
gentoo-0608a80e05f83ed7e7b898307a0743f4d49ab438.zip
sci-chemistry/threeV: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/threeV/threeV-1.2-r2.ebuild (renamed from sci-chemistry/threeV/threeV-1.2-r1.ebuild)17
1 files 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
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
-}