aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/mage/mage-6.44.060606.ebuild')
-rw-r--r--sci-chemistry/mage/mage-6.44.060606.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-chemistry/mage/mage-6.44.060606.ebuild b/sci-chemistry/mage/mage-6.44.060606.ebuild
deleted file mode 100644
index bffe9c21f..000000000
--- a/sci-chemistry/mage/mage-6.44.060606.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${PN}.${PV}"
-
-DESCRIPTION="Mage is a 3D vector display program which shows 'kinemage' graphics"
-HOMEPAGE="http://kinemage.biochem.duke.edu/software/mage.php"
-SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/mage/${MY_P}.src.tgz"
-
-LICENSE="richardson"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sci-chemistry/prekin"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PV}-Makefile.patch"
-)
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- dynamic
-}
-
-src_install() {
- dobin "${S}"/mage
-}