commit:     6fc66cff07cf47d45aaf40eb6c1fb15ad631af03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 15:16:12 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 20 19:09:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc66cff

media-gfx/dawn: Drop old

Closes: https://bugs.gentoo.org/652454
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-gfx/dawn/dawn-3.90b.ebuild | 58 ----------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/media-gfx/dawn/dawn-3.90b.ebuild b/media-gfx/dawn/dawn-3.90b.ebuild
deleted file mode 100644
index d3f9a78279f..00000000000
--- a/media-gfx/dawn/dawn-3.90b.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils toolchain-funcs versionator
-
-MYP=${PN}_$(replace_version_separator 1 _)
-
-DESCRIPTION="3D geometrical postscript renderer"
-HOMEPAGE="http://geant4.kek.jp/~tanaka/DAWN/About_DAWN.html";
-SRC_URI="http://geant4.kek.jp/~tanaka/src/${MYP}.tgz";
-
-LICENSE="public-domain"
-SLOT="0"
-
-KEYWORDS="amd64 hppa ppc x86"
-IUSE="doc opengl X"
-
-RDEPEND="dev-lang/tk
-       X? ( x11-libs/libX11 )
-       opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
-       app-shells/tcsh
-       doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-no-interactive.patch
-       epatch "${FILESDIR}"/${P}-gcc7.patch
-       sed -i -e "s/\$(LIB_DIR)/\$(LDFLAGS) &/" \
-               -e '/strip/d' Makefile*in || die
-}
-
-src_compile() {
-       tc-export CXX
-       emake clean
-       emake guiclean
-       if use X; then
-               ./configure_xwin || die
-       else
-               ./configure || die
-       fi
-       einfo "Compiling"
-       emake || die
-}
-
-src_install() {
-       dodir /usr/bin
-       emake DESTDIR="${D}" install || die
-       dodoc README.txt
-       if use doc; then
-               pdflatex DOC/G4PRIM_FORMAT_24.tex || die "pdf generation failed"
-               insinto /usr/share/doc/${PF}
-               doins DOC/G4PRIM_FORMAT_24.pdf
-               dohtml DOC/*.html
-       fi
-}

Reply via email to