commit: f6db8461cb34b10cceff2aead7830e5256381f5d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Sep 28 08:16:48 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 28 08:16:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6db8461
sci-chemistry/mtz2hkl: removed discontinued package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-chemistry/mtz2hkl/files/0.3-gentoo.patch | 24 -------------------
sci-chemistry/mtz2hkl/metadata.xml | 8 -------
sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 35 ----------------------------
3 files changed, 67 deletions(-)
diff --git a/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch
b/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch
deleted file mode 100644
index 6bb2f4a6b..000000000
--- a/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile 2009-07-16 13:40:43.000000000 +0200
-+++ Makefile.new 2009-07-16 22:09:28.000000000 +0200
-@@ -1,9 +1,9 @@
- CXX=g++
- TARGET=mtz2hkl
- GPP4=/usr/local/crystallography/libs/gpp4-1.0.4
--INCL=-I${GPP4}/include/gpp4
--CFLAGS=-O3 -fPIC
--LIBS=-L${GPP4}/lib -lgpp4
-+INCL=-I/usr/include/cpp4
-+CFLAGS+=-fPIC
-+LIBS=-lccp4c
-
- LDFLAGS=-static
-
-@@ -16,7 +16,7 @@
- utils.o
-
- all: ${OBJS}
-- ${CXX} ${CFLAG} ${OBJS} ${LIBS} ${LDFLAGS} -o ${TARGET}
-+ ${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGET} ${OBJS} ${LIBS}
-
- %.o: %.cpp %.h defines.h
- ${CXX} ${CFLAGS} ${INCL} -c $<
diff --git a/sci-chemistry/mtz2hkl/metadata.xml
b/sci-chemistry/mtz2hkl/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/mtz2hkl/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>[email protected]</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
deleted file mode 100644
index 097e9f4a6..000000000
--- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Facilitate the transition from refmac5 refinement to shelxh or
shelxl refinement"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2hkl/"
-SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sci-libs/libccp4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-gentoo.patch
-}
-
-src_compile() {
- emake \
- CXX=$(tc-getCXX) \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin ${PN}
-}