Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/files/, sci-chemistry/mtz2hkl/
Date: Mon, 28 Sep 2020 08:28:04
Message-Id: 1601281008.f6db8461cb34b10cceff2aead7830e5256381f5d.chymera@gentoo
1 commit: f6db8461cb34b10cceff2aead7830e5256381f5d
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Sep 28 08:16:48 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 28 08:16:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6db8461
7
8 sci-chemistry/mtz2hkl: removed discontinued package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-chemistry/mtz2hkl/files/0.3-gentoo.patch | 24 -------------------
14 sci-chemistry/mtz2hkl/metadata.xml | 8 -------
15 sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 35 ----------------------------
16 3 files changed, 67 deletions(-)
17
18 diff --git a/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch b/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch
19 deleted file mode 100644
20 index 6bb2f4a6b..000000000
21 --- a/sci-chemistry/mtz2hkl/files/0.3-gentoo.patch
22 +++ /dev/null
23 @@ -1,24 +0,0 @@
24 ---- Makefile 2009-07-16 13:40:43.000000000 +0200
25 -+++ Makefile.new 2009-07-16 22:09:28.000000000 +0200
26 -@@ -1,9 +1,9 @@
27 - CXX=g++
28 - TARGET=mtz2hkl
29 - GPP4=/usr/local/crystallography/libs/gpp4-1.0.4
30 --INCL=-I${GPP4}/include/gpp4
31 --CFLAGS=-O3 -fPIC
32 --LIBS=-L${GPP4}/lib -lgpp4
33 -+INCL=-I/usr/include/cpp4
34 -+CFLAGS+=-fPIC
35 -+LIBS=-lccp4c
36 -
37 - LDFLAGS=-static
38 -
39 -@@ -16,7 +16,7 @@
40 - utils.o
41 -
42 - all: ${OBJS}
43 -- ${CXX} ${CFLAG} ${OBJS} ${LIBS} ${LDFLAGS} -o ${TARGET}
44 -+ ${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGET} ${OBJS} ${LIBS}
45 -
46 - %.o: %.cpp %.h defines.h
47 - ${CXX} ${CFLAGS} ${INCL} -c $<
48
49 diff --git a/sci-chemistry/mtz2hkl/metadata.xml b/sci-chemistry/mtz2hkl/metadata.xml
50 deleted file mode 100644
51 index da36ecbfc..000000000
52 --- a/sci-chemistry/mtz2hkl/metadata.xml
53 +++ /dev/null
54 @@ -1,8 +0,0 @@
55 -<?xml version="1.0" encoding="UTF-8"?>
56 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 -<pkgmetadata>
58 - <maintainer type="project">
59 - <email>sci-chemistry@g.o</email>
60 - <name>Gentoo Chemistry Project</name>
61 - </maintainer>
62 -</pkgmetadata>
63
64 diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
65 deleted file mode 100644
66 index 097e9f4a6..000000000
67 --- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
68 +++ /dev/null
69 @@ -1,35 +0,0 @@
70 -# Copyright 1999-2015 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -inherit eutils toolchain-funcs
76 -
77 -DESCRIPTION="Facilitate the transition from refmac5 refinement to shelxh or shelxl refinement"
78 -HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2hkl/"
79 -SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
80 -
81 -LICENSE="GPL-3"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE=""
85 -
86 -RDEPEND="sci-libs/libccp4"
87 -DEPEND="${RDEPEND}"
88 -
89 -S="${WORKDIR}"/${PN}
90 -
91 -src_prepare() {
92 - epatch "${FILESDIR}"/${PV}-gentoo.patch
93 -}
94 -
95 -src_compile() {
96 - emake \
97 - CXX=$(tc-getCXX) \
98 - CFLAGS="${CFLAGS}" \
99 - LDFLAGS="${LDFLAGS}"
100 -}
101 -
102 -src_install() {
103 - dobin ${PN}
104 -}