[gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/, sci-chemistry/mtz2sca/files/

2020-09-28 Thread Horea Christian
commit: 2ea18f2946d8584b6119c4d3e7895539680ea599
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Sep 28 08:18:16 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Sep 28 08:18:16 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ea18f29

sci-chemistry/mtz2sca: removed discontinued package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian  chymera.eu>

 sci-chemistry/mtz2sca/files/0.3-gentoo.patch | 26 -
 sci-chemistry/mtz2sca/metadata.xml   |  8 ---
 sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 35 
 3 files changed, 69 deletions(-)

diff --git a/sci-chemistry/mtz2sca/files/0.3-gentoo.patch 
b/sci-chemistry/mtz2sca/files/0.3-gentoo.patch
deleted file mode 100644
index bbab8d2f6..0
--- a/sci-chemistry/mtz2sca/files/0.3-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 Makefile   2007-11-19 09:20:45.0 +0100
-+++ Makefile.new   2009-07-16 22:42:22.0 +0200
-@@ -1,11 +1,11 @@
- CC  = gcc
- CXX = g++
- CFLAGS  = -g
--COPT= -O2
-+COPT= 
- DEFS= 
- CCP4= /usr/local/crystallography/libs/gpp4-1.0.4
--LDFLAGS = -static -L${CCP4}/lib -lgpp4
--INCL= -I${CCP4}/include/gpp4
-+LIBS = -lccp4c
-+INCL= -I/usr/include/cpp4
- TARGET  = mtz2sca
- OBJS= label.o \
- mtzin.o \
-@@ -17,7 +17,7 @@
- mtz2sca.o
- 
- all:  $(OBJS) defines.h
--  $(CXX) $(CFLAGS) $(DEFS) $(INCL) $(OBJS)  -o $(TARGET) $(LDFLAGS)
-+  $(CXX) $(CFLAGS) $(LDFLAGS) -o $(TARGET) $(DEFS) $(INCL) $(OBJS) $(LIBS)
- 
- %.o:  %.cpp defines.h
-   $(CXX) -c $(INCL) $(DEFS) $(CFLAGS) $(COPT) $<

diff --git a/sci-chemistry/mtz2sca/metadata.xml 
b/sci-chemistry/mtz2sca/metadata.xml
deleted file mode 100644
index da36ecbfc..0
--- a/sci-chemistry/mtz2sca/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild 
b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
deleted file mode 100644
index 4ecbc0b82..0
--- a/sci-chemistry/mtz2sca/mtz2sca-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="Converts CCP4 mtz-files containing anomalous data to Scalepack 
format"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2sca/;
-SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sci-libs/libccp4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-gentoo.patch
-}
-
-src_compile() {
-   emake \
-   CXX=$(tc-getCXX) \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin ${PN}
-}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/

2015-09-21 Thread Justin Lecher
commit: f0e297f3372ad4e4da1a6ca9314a24326c878d83
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Sep 21 13:45:47 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Sep 21 13:45:47 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0e297f3

sci-chemistry/mtz2sca: Fix SRC_URI

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild 
b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
index 09876de..f5c4418 100644
--- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
+++ b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
@@ -7,8 +7,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Converts CCP4 mtz-files containing anomalous data to Scalepack 
format"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca;
-SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz;
+HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2sca/;
+SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/

2015-09-17 Thread Jauhien Piatlicki
commit: 16236e1c8b4d31bb57b8d99766e5d23f298e5617
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep 16 09:51:41 2015 +
Commit: Jauhien Piatlicki  gentoo  org>
CommitDate: Wed Sep 16 09:51:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=16236e1c

sci-chemistry/mtz2sca: Fix deps

Package-Manager: portage-2.2.20.1

 sci-chemistry/mtz2sca/ChangeLog  | 6 --
 sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/mtz2sca/ChangeLog b/sci-chemistry/mtz2sca/ChangeLog
index 43164e3..e040cd0 100644
--- a/sci-chemistry/mtz2sca/ChangeLog
+++ b/sci-chemistry/mtz2sca/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/mtz2sca
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  16 Sep 2015; Marius Brehler  mtz2sca-0.3.ebuild:
+  sci-chemistry/mtz2sca: Fix deps
+
   06 Jan 2014; Justin Lecher  mtz2sca-0.3.ebuild,
   metadata.xml:
   Punt base.eclass
@@ -19,4 +22,3 @@
   Initial add
   Thanks to jlec for writting this ebuild
   pending bug is 278048
-

diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild 
b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
index 0acf922..09876de 100644
--- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
+++ b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="sci-libs/ccp4-libs"
+RDEPEND="sci-libs/libccp4"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/