diff options
-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 -} |