public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/, sci-chemistry/jana2000/files/
@ 2018-06-21 19:52 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2018-06-21 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a5556ce47be840decc8edff37df21c71ea052409
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 19:49:48 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 19:49:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a5556ce4

drop due to broken deps

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/jana2000/files/20071218-g77.diff     | 63 ----------------------
 .../jana2000/files/20071218-gfortran.diff          | 63 ----------------------
 sci-chemistry/jana2000/jana2000-20071218.ebuild    | 59 --------------------
 sci-chemistry/jana2000/metadata.xml                |  8 ---
 4 files changed, 193 deletions(-)

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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-21 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 19:52 [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/, sci-chemistry/jana2000/files/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox