diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-06-21 20:49:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-06-21 20:49:48 +0100 |
commit | a5556ce47be840decc8edff37df21c71ea052409 (patch) | |
tree | 3c6535d408d2d85d1bbccc4f33c00311703b343f /sci-chemistry | |
parent | drop due to broken deps (diff) | |
download | sci-a5556ce47be840decc8edff37df21c71ea052409.tar.gz sci-a5556ce47be840decc8edff37df21c71ea052409.tar.bz2 sci-a5556ce47be840decc8edff37df21c71ea052409.zip |
drop due to broken deps
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/jana2000/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/jana2000/files/20071218-g77.diff | 63 | ||||
-rw-r--r-- | sci-chemistry/jana2000/files/20071218-gfortran.diff | 63 | ||||
-rw-r--r-- | sci-chemistry/jana2000/jana2000-20071218.ebuild | 59 | ||||
-rw-r--r-- | sci-chemistry/jana2000/metadata.xml | 8 |
5 files changed, 0 insertions, 194 deletions
diff --git a/sci-chemistry/jana2000/Manifest b/sci-chemistry/jana2000/Manifest deleted file mode 100644 index 20365e467..000000000 --- a/sci-chemistry/jana2000/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jana2000.tar.gz 3261888 BLAKE2B a73eeade601afe7b5189a0be6a2cf70995d9b5580d491c7fc57c678fafb6031ccf21e6dd7adea63ba1482123eca2ceb341485a256ef26f4442c3340c47d4753a SHA512 65a399e1ba9e623c48ae94f69f889bd6ad1e000c6234acdba011e214f6f8285a955d6a7e3ef1e12480ca5703693a2c6ebb1251ddea2ab67e75e35d55a634a043 diff --git a/sci-chemistry/jana2000/files/20071218-g77.diff b/sci-chemistry/jana2000/files/20071218-g77.diff deleted file mode 100644 index 3b055a879..000000000 --- a/sci-chemistry/jana2000/files/20071218-g77.diff +++ /dev/null @@ -1,63 +0,0 @@ ---- Makefile 2007-11-15 11:29:30.000000000 +0100 -+++ Makefile.g77 2009-07-21 00:13:17.000000000 +0200 -@@ -427,28 +427,28 @@ - ## ******** start of editable section ******** - # - # ## The command calling Fortran compiler (without options) --# FCOM = g77 -+ FCOM = g77 - # ## Fortran compiler options --# FOPTS = -O2 $(WARN) -+ FOPTS = $(CFLAGS) $(WARN) - # ## path to the C include files --# INCLUDE = -+ INCLUDE = - # ## C compiler options --# COPTS = -O2 $(WARN) $(INCLUDE) -+ COPTS = $(CFLAGS) $(WARN) $(INCLUDE) - # ## libraries to link --# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ --# -L/usr/X11R6/lib64 -lX11 -+ LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ -+ -L/usr/X11R6/lib64 -lX11 - # ## RANLIB is not used, but cannot be empty --# RANLIB = echo -+ RANLIB = echo - # ## Fortran compiler adds underscore to each module --# UNDERSCORES = define -+ UNDERSCORES = define - # ## Fortran compiler changes the source code to lowercase --# LOWER_CASE = define -+ LOWER_CASE = define - # --# FORCE = # please don't change this setting --# PREPARE = prepare # please don't change this setting --# PROG = jana2000 # please don't change this setting --# CN11= a# # please don't change this setting --# INFO = LINUX - g77 compiler # please don't change this setting -+ FORCE = # please don't change this setting -+ PREPARE = prepare # please don't change this setting -+ PROG = jana2000 # please don't change this setting -+ CN11= a# # please don't change this setting -+ INFO = LINUX - g77 compiler # please don't change this setting - # - # # ******** end of editable section ******** - -@@ -814,7 +814,7 @@ - cp $(SPECIDIR)/MainUnit.c .; \ - $(CCOM) $(COPTS) -c MainUnit.c - MAKEEXE = $(EXESPOL); \ -- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ -+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ - $(RMFILES); \ - chmod 755 $$NAME - MAKEJ2000 = echo ' '; \ -@@ -837,7 +837,7 @@ - ($(WRITE_FHEAD)) > $(FHEAD); \ - cp $(SPECIDIR)/MainUnit.c $(SPECIDIR)/*.h $(FGPATH)/*.h .; \ - $(CCOM) $(COPTS) -c MainUnit.c; \ -- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $(OBJLIST) \ -+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $(OBJLIST) \ - $(LIBS) $(LINKLIBS); \ - $(RMFILES); \ - chmod 755 $$NAME; echo ' ' diff --git a/sci-chemistry/jana2000/files/20071218-gfortran.diff b/sci-chemistry/jana2000/files/20071218-gfortran.diff deleted file mode 100644 index d6cf590fa..000000000 --- a/sci-chemistry/jana2000/files/20071218-gfortran.diff +++ /dev/null @@ -1,63 +0,0 @@ ---- Makefile 2007-11-15 11:29:30.000000000 +0100 -+++ Makefile.gfortran 2009-07-21 00:12:38.000000000 +0200 -@@ -463,28 +463,28 @@ - # ## The command calling Fortran compiler (without options) - # ## gfortran is a successor of g77. It is part of gcc starting - # ## from version 4 --# FCOM = gfortran -+ FCOM = gfortran - # ## Fortran compiler options --# FOPTS = -O2 $(WARN) -+ FOPTS = $(CFLAGS) $(WARN) - # ## path to the C include files --# INCLUDE = -+ INCLUDE = - # ## C compiler options --# COPTS = -O2 $(WARN) $(INCLUDE) -+ COPTS = $(CFLAGS) $(WARN) $(INCLUDE) - # ## libraries to link --# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ --# -L/usr/X11R6/lib64 -lX11 -+ LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ -+ -L/usr/X11R6/lib64 -lX11 - # ## RANLIB is not used, but cannot be empty --# RANLIB = echo -+ RANLIB = echo - # ## Fortran compiler adds underscore to each module --# UNDERSCORES = define -+ UNDERSCORES = define - # ## Fortran compiler changes the source code to lowercase --# LOWER_CASE = define -+ LOWER_CASE = define - # --# FORCE = # please don't change this setting --# PREPARE = prepare # please don't change this setting --# PROG = jana2000 # please don't change this setting --# CN11= a# # please don't change this setting --# INFO = LINUX - gfortran compiler # please don't change this setting -+ FORCE = # please don't change this setting -+ PREPARE = prepare # please don't change this setting -+ PROG = jana2000 # please don't change this setting -+ CN11= a# # please don't change this setting -+ INFO = LINUX - gfortran compiler # please don't change this setting - # - ## ******** end of editable section ******** - -@@ -814,7 +814,7 @@ - cp $(SPECIDIR)/MainUnit.c .; \ - $(CCOM) $(COPTS) -c MainUnit.c - MAKEEXE = $(EXESPOL); \ -- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ -+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ - $(RMFILES); \ - chmod 755 $$NAME - MAKEJ2000 = echo ' '; \ -@@ -837,7 +837,7 @@ - ($(WRITE_FHEAD)) > $(FHEAD); \ - cp $(SPECIDIR)/MainUnit.c $(SPECIDIR)/*.h $(FGPATH)/*.h .; \ - $(CCOM) $(COPTS) -c MainUnit.c; \ -- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $(OBJLIST) \ -+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $(OBJLIST) \ - $(LIBS) $(LINKLIBS); \ - $(RMFILES); \ - chmod 755 $$NAME; echo ' ' diff --git a/sci-chemistry/jana2000/jana2000-20071218.ebuild b/sci-chemistry/jana2000/jana2000-20071218.ebuild deleted file mode 100644 index 2cb2a7bb9..000000000 --- a/sci-chemistry/jana2000/jana2000-20071218.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils fortran-2 toolchain-funcs - -DESCRIPTION="The crystallographic computing system" -HOMEPAGE="http://jana.fzu.cz/" -SRC_URI="http://www-xray.fzu.cz/jana/download/final2000/${PN}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - virtual/fortran" -DEPEND="${RDEPEND} - x11-proto/xproto - sys-apps/gawk" - -S="${WORKDIR}/${PN}" - -src_prepare() { - einfo "setting up the Makefile for $(tc-getFC)" - - if [[ $(tc-getFC) =~ gfortran ]]; then - epatch "${FILESDIR}/${PV}-gfortran.diff" - elif [[ $(tc-getFC) =~ g77 ]]; then - epatch "${FILESDIR}/${PV}-g77.diff" - fi -} - -src_compile() { - emake -j1 CCOM="$(tc-getCC)" -} - -src_install() { - dobin jana2000 - dodoc README.TXT - - insinto /usr/share/${PN}/source - doins -r source/{fg,data} - - echo "JANADIR=/usr/share/${PN}" >"${T}/jana2000env" - newenvd "${T}/jana2000env" 99jana2000env -} - -pkg_postinst() { - elog "The Development of Jana2000 is stopped." - elog "The successor Jana2006 is not yet available for unix/linux platforms" - elog "check at http://www-xray.fzu.cz/jana/jana.html for news" - elog "please cite Jana2000 as follows:" - elog " Petricek, V., Dusek, M. and Palatinus, L. (2000):" - elog " Jana2006. The crystallographic computing system." - elog " Institute of Physics, Praha, Czech Republic." -} diff --git a/sci-chemistry/jana2000/metadata.xml b/sci-chemistry/jana2000/metadata.xml deleted file mode 100644 index da36ecbfc..000000000 --- a/sci-chemistry/jana2000/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> |