commit:     3792b37e0fdba3818ea50198be53d5efb0a9dc57
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Sep 26 16:50:48 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Sep 26 16:50:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3792b37e

sci-chemistry/chooch: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-chemistry/chooch/chooch-5.0.2-r1.ebuild        | 53 ----------------------
 sci-chemistry/chooch/files/5.0.2-Makefile.am.patch | 30 ------------
 sci-chemistry/chooch/files/5.0.2-Makefile.patch    | 45 ------------------
 sci-chemistry/chooch/files/5.0.2-aclocal.patch     | 11 -----
 sci-chemistry/chooch/metadata.xml                  |  8 ----
 5 files changed, 147 deletions(-)

diff --git a/sci-chemistry/chooch/chooch-5.0.2-r1.ebuild 
b/sci-chemistry/chooch/chooch-5.0.2-r1.ebuild
deleted file mode 100644
index 227e947d5..000000000
--- a/sci-chemistry/chooch/chooch-5.0.2-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils multilib toolchain-funcs
-
-DESCRIPTION="Automatically determine values of the anomalous scattering 
factors"
-HOMEPAGE="http://www.gwyndafevans.co.uk/id2.html";
-SRC_URI="ftp://ftp.ccp4.ac.uk/${PN}/${PV}/packed/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="
-       sci-libs/gsl
-       sci-libs/Cgraph
-       sci-libs/pgplot"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}/${P}
-
-PATCHES=(
-       "${FILESDIR}"/${PV}-Makefile.am.patch
-       "${FILESDIR}"/${PV}-aclocal.patch
-)
-
-AT_M4DIR="${S}"
-
-DOCS=( doc/${PN}.pdf )
-
-src_configure() {
-       local myeconfargs=(
-               --with-pgplot-prefix="${EPREFIX}/usr"
-               --with-cgraph-prefix="${EPREFIX}/usr"
-               --with-gsl-prefix="${EPREFIX}/usr"
-               --disable-gsltest
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-
-       if      use examples; then
-               insinto /usr/share/${PN}
-               doins -r examples
-       fi
-}

diff --git a/sci-chemistry/chooch/files/5.0.2-Makefile.am.patch 
b/sci-chemistry/chooch/files/5.0.2-Makefile.am.patch
deleted file mode 100644
index ca6bcafb1..000000000
--- a/sci-chemistry/chooch/files/5.0.2-Makefile.am.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.am        2004-10-20 14:47:12.000000000 +0200
-+++ Makefile.am.new    2009-05-13 12:14:09.000000000 +0200
-@@ -1,4 +1,4 @@
--bin_PROGRAMS = chooch
-+bin_PROGRAMS = chooch chooch-pg
- 
- chooch_SOURCES = main.c      fluread.c printbanner.c minmax.c  spline.c \
-         mucal.c     fdprime.c smooth.c      fits.c    normalize.c \
-@@ -12,4 +12,8 @@
- 
- chooch_LDADD = $(GSL_LIBS) $(PGPLOT_LIBS) $(CGRAPH_LIBS)
- 
-+chooch_pg_CFLAGS = -DPGPLOT $(GSL_CFLAGS) $(PGPLOT_CFLAGS) $(CGRAPH_CFLAGS)
-+
-+chooch_pg_LDADD = $(GSL_LIBS) $(PGPLOT_LIBS) $(CGRAPH_LIBS)
-+
- man_MANS = man/chooch.1
---- Makefile.am        2009-05-13 12:16:05.000000000 +0200
-+++ Makefile.am.new    2009-05-13 12:18:33.000000000 +0200
-@@ -1,5 +1,10 @@
- bin_PROGRAMS = chooch chooch-pg
- 
-+chooch_pg_SOURCES = main.c      fluread.c printbanner.c minmax.c  spline.c \
-+        mucal.c     fdprime.c smooth.c      fits.c    normalize.c \
-+        checks.c    usage.c   integrate.c   psplot.c  selwavel.c \
-+        copyright.c toplot.c  license.c
-+
- chooch_SOURCES = main.c      fluread.c printbanner.c minmax.c  spline.c \
-         mucal.c     fdprime.c smooth.c      fits.c    normalize.c \
-         checks.c    usage.c   integrate.c   psplot.c  selwavel.c \

diff --git a/sci-chemistry/chooch/files/5.0.2-Makefile.patch 
b/sci-chemistry/chooch/files/5.0.2-Makefile.patch
deleted file mode 100644
index 89eaf95ef..000000000
--- a/sci-chemistry/chooch/files/5.0.2-Makefile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- Makefile   2004-10-13 15:17:38.000000000 +0200
-+++ Makefile.new       2009-05-12 21:24:48.000000000 +0200
-@@ -21,21 +21,21 @@
- #INCLUDE   = /users/opd14/Gwyndaf/include
- GSLDIR = /usr/local/lib
- CGRAPHDIR = /usr/local/lib
--BINDIR    = /home/ge73/bin
-+BINDIR    = /usr/bin
- INCLUDE   = /usr/local/pgplot
- #PGPLOTDIR = /home/sci/software/misc/pgplot
- X11LIBDIR  = /usr/X11R6/lib
- ######################################
- #
- CGRAPH = -lcgraph
--LIBS = -lgsl -lgslcblas -lX11
-+LIBS = -lgsl -lgslcblas -lX11 -L/usr/GENTOO_LIBDIR $(PGLIBS) $(CGRAPH) -lm 
-ldl -lpthread
- PGLIBS =  -lcpgplot -lpgplot
--EXE    = chooch-5.0.2.$(ARCH)
--EXEPG    = chooch-5.0.2-pg.$(ARCH)
-+EXE    = chooch
-+EXEPG    = chooch-pg
- #
- # How to compile and link
- #
--include Makefile.$(ARCH)
-+#include Makefile.$(ARCH)
- #
- # Basic definitions
- #
-@@ -51,13 +51,13 @@
- #
- #
- chooch : clean ${OBJECTS} Makefile
--      $(CC) -o ${EXE} ${OBJECTS} $(LDFLAGS)
-+      $(CC) $(LDFLAGS) -o ${EXE} ${OBJECTS} $(LIBS)
- 
- chooch-pg : 
-       make chooch-with-pgplot "CFLAGS = $(CFLAGS) -DPGPLOT"
- 
- chooch-with-pgplot : clean ${OBJECTS} Makefile
--      $(FC) -v $(CFLAGS) -o ${EXEPG} ${OBJECTS} $(LDFLAGS)
-+      $(CC) $(CFLAGS) $(LDFLAGS) -o ${EXEPG} ${OBJECTS} $(LIBS)
- #
- all: chooch chooch-pg
- #

diff --git a/sci-chemistry/chooch/files/5.0.2-aclocal.patch 
b/sci-chemistry/chooch/files/5.0.2-aclocal.patch
deleted file mode 100644
index 84dbaed9b..000000000
--- a/sci-chemistry/chooch/files/5.0.2-aclocal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pgplot.m4  2004-10-18 13:13:21.000000000 +0200
-+++ pgplot.m4.new      2009-05-13 11:52:43.000000000 +0200
-@@ -15,7 +15,7 @@
- 
- if test "x$pgplot_prefix" != x ; then
-   PGPLOT_CFLAGS="-I$pgplot_prefix/include"
--  PGPLOT_LIBS="-L$pgplot_prefix/lib -lpgplot"
-+  PGPLOT_LIBS="-L$pgplot_prefix/lib -lpgplot -lcpgplot"
- fi
- 
- AC_MSG_CHECKING([for libpgplot])

diff --git a/sci-chemistry/chooch/metadata.xml 
b/sci-chemistry/chooch/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/chooch/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-chemis...@gentoo.org</email>
-               <name>Gentoo Chemistry Project</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to