public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/dawn/
Date: Sun, 20 May 2018 19:10:25 +0000 (UTC)	[thread overview]
Message-ID: <1526843360.6fc66cff07cf47d45aaf40eb6c1fb15ad631af03.asturm@gentoo> (raw)

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	other threads:[~2018-05-20 19:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20 19:10 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 17:38 [gentoo-commits] repo/gentoo:master commit in: media-gfx/dawn/ Arthur Zamarin
2018-05-19 10:41 Sergei Trofimovich
2018-04-05 23:19 Thomas Deutschmann
2018-04-05 13:21 Aaron Bauman
2018-04-04 21:10 Andreas Sturmlechner
2018-04-04 21:10 Andreas Sturmlechner
2017-11-26 23:02 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526843360.6fc66cff07cf47d45aaf40eb6c1fb15ad631af03.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox