diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-25 13:17:47 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-25 13:18:01 +0200 |
commit | 74771e6c94c1a5e7839f77a3ff3444607bc7791a (patch) | |
tree | 968d1c2362883b8993ce0408f39db1c80369bf39 /sci-chemistry | |
parent | sci-chemistry/chimera-bin: treeclean, unavailable deps (diff) | |
download | sci-74771e6c94c1a5e7839f77a3ff3444607bc7791a.tar.gz sci-74771e6c94c1a5e7839f77a3ff3444607bc7791a.tar.bz2 sci-74771e6c94c1a5e7839f77a3ff3444607bc7791a.zip |
sci-chemistry/mage: treeclean, unavailable deps
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mage/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/mage/files/6.44.060606-Makefile.patch | 29 | ||||
-rw-r--r-- | sci-chemistry/mage/files/digest-mage-6.44.060606 | 3 | ||||
-rw-r--r-- | sci-chemistry/mage/mage-6.44.060606.ebuild | 35 | ||||
-rw-r--r-- | sci-chemistry/mage/metadata.xml | 8 |
5 files changed, 0 insertions, 76 deletions
diff --git a/sci-chemistry/mage/Manifest b/sci-chemistry/mage/Manifest deleted file mode 100644 index 72cb530fd..000000000 --- a/sci-chemistry/mage/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mage.6.44.060606.src.tgz 726357 BLAKE2B e427bf0707b192653c6cafd392a6ceaf49ec45fcff5447c42b4dd7e0e75ff46bf78edd9b03260cfe0d465c6ae0c6b1ff6a6340fb4fdf34feec1dba13a971d3ca SHA512 dceb63cc9806690539d0838079c2b57d6e62164049ca178d158e9c7eae759988c28d7e911942fd50f1ea880e61b2e9d7a38cc64bc5c229a4e5d442357c1f9227 diff --git a/sci-chemistry/mage/files/6.44.060606-Makefile.patch b/sci-chemistry/mage/files/6.44.060606-Makefile.patch deleted file mode 100644 index df4fa4e1a..000000000 --- a/sci-chemistry/mage/files/6.44.060606-Makefile.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/Makefile b/Makefile -index 62a2033..1722ba5 100644 ---- a/Makefile -+++ b/Makefile -@@ -11,7 +11,7 @@ - # and static compile fails for RH 7.2 and 7.3 - # - ifeq ($(MAKECMDGOALS),dynamic) --CFLAGS = -I/usr/X11R6/include #for RH7.3 -+CFLAGS += -I/usr/X11R6/include #for RH7.3 - # CFLAGS = -I/usr/X11R6/LessTif/Motif1.2/include/ #for RH7.1 - else #for RH8.0 - CFLAGS = -D_STATIC_ -@@ -80,13 +80,13 @@ static: $(OBJS) dlstubs.o - $(CC) -static -o mage $(OBJS) dlstubs.o $(LIBS) $(FIN) - - dynamic: $(OBJS) -- $(CC) -o mage $(OBJS) -L/usr/X11R6/lib $(LIBS) -ldl $(FIN) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o mage $(OBJS) -L/usr/X11R6/lib $(LIBS) -ldl $(FIN) - # $(CC) -o mage $(OBJS) -L/usr/X11R6/LessTif/Motif1.2/lib $(LIBS) -ldl $(FIN) - # where RH7.1 needed explicit LessTif and could compile static - # RH7.3 fails static in all tried cases, but has Xm libraries implicit - - debug: $(OBJS) -- $(CC) -o mage $(OBJS) -L/usr/X11R6/lib $(LIBS) -ldl $(FIN) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o mage $(OBJS) -L/usr/X11R6/lib $(LIBS) -ldl $(FIN) - - debugs: $(OBJS) dlstubs.o - $(CC) -static -o mage $(OBJS) dlstubs.o $(LIBS) $(FIN) diff --git a/sci-chemistry/mage/files/digest-mage-6.44.060606 b/sci-chemistry/mage/files/digest-mage-6.44.060606 deleted file mode 100644 index a73fa1c02..000000000 --- a/sci-chemistry/mage/files/digest-mage-6.44.060606 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aa49ae2cd466d718891391f593202f97 mage.6.44.060606.src.tgz 726357 -RMD160 08305d65dd61ed573c67e58975a611439235e9f5 mage.6.44.060606.src.tgz 726357 -SHA256 c812202138cfee6b6434c51206286d460e83a12828e694013ecb16f2d5e839b3 mage.6.44.060606.src.tgz 726357 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 -} diff --git a/sci-chemistry/mage/metadata.xml b/sci-chemistry/mage/metadata.xml deleted file mode 100644 index da36ecbfc..000000000 --- a/sci-chemistry/mage/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> |