commit:     0e7aed19ea0a3958b5433edb963b97c8aa0e566b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 12 20:18:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 12 20:28:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e7aed19

sci-chemistry/burrow-owl: remove old pack, 3 missing deps, also removed in 
::gentoo

last update in 2013, is missing three dependencies

Bug: https://bugs.gentoo.org/693290

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/burrow-owl/burrow-owl-9999.ebuild    | 63 ----------------------
 .../files/burrow-owl-9999-impl-dec.patch           | 15 ------
 .../burrow-owl/files/burrow-owl-9999-prll.patch    | 20 -------
 sci-chemistry/burrow-owl/metadata.xml              | 11 ----
 4 files changed, 109 deletions(-)

diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild 
b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
deleted file mode 100644
index 0e62aceee..000000000
--- a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="true"
-
-inherit autotools-utils git-r3 virtualx
-
-DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) 
spectra"
-HOMEPAGE="http://burrow-owl.sourceforge.net/";
-SRC_URI="examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )"
-EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/burrow-owl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples static-libs"
-
-RDEPEND="
-       dev-libs/g-wrap
-       dev-libs/glib:2
-       dev-scheme/guile:12=[networking,regex]
-       dev-scheme/guile-cairo
-       dev-scheme/guile-gnome-platform
-       sci-libs/starparse
-       x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-       dev-util/indent
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-prll.patch
-       "${FILESDIR}"/${P}-impl-dec.patch
-       )
-
-src_unpack() {
-       git-r3_src_unpack
-       use examples && unpack ${A}
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with doc doxygen doxygen)
-       )
-       autotools-utils_src_configure
-}
-
-src_test () {
-       VIRTUALX_COMMAND="autotools-utils_src_compile -C test-suite check"
-       virtualmake
-}
-
-src_install() {
-       use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
-       autotools-utils_src_install
-
-       use examples && \
-               insinto /usr/share/${PN} && \
-               doins -r "${WORKDIR}"/burrow-demos/*
-}

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl-9999-impl-dec.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl-9999-impl-dec.patch
deleted file mode 100644
index 461e3e691..000000000
--- a/sci-chemistry/burrow-owl/files/burrow-owl-9999-impl-dec.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- burrow/spectrum/spectrum.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/spectrum/spectrum.c b/burrow/spectrum/spectrum.c
-index 5e099d8..38040bb 100644
---- a/burrow/spectrum/spectrum.c
-+++ b/burrow/spectrum/spectrum.c
-@@ -35,6 +35,7 @@
- #include "spectrum_priv.h"
- #include "skiplist.h"
- #include "debug.h"
-+#include <stdlib.h>
- 
- /* for debugging purposes; make value available */
- static const gdouble 
datum_unknown_value_substitute=DATUM_UNKNOWN_VALUE_SUBSTITUTE;

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl-9999-prll.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl-9999-prll.patch
deleted file mode 100644
index 340ccd236..000000000
--- a/sci-chemistry/burrow-owl/files/burrow-owl-9999-prll.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- burrow/canvas/gw/Makefile.am |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/canvas/gw/Makefile.am b/burrow/canvas/gw/Makefile.am
-index da50ee3..2ed89bc 100644
---- a/burrow/canvas/gw/Makefile.am
-+++ b/burrow/canvas/gw/Makefile.am
-@@ -31,9 +31,11 @@ H2DEF=@top_srcdir@/utils/h2def.py
- canvas.defs: $(HEADERS_1)
-       $(H2DEF) --all $(HEADERS_1) > $@
- 
--canvas-gw.c canvas-gw.h canvas-gw.scm: canvas.defs
-+canvas-gw.c canvas-gw.h: canvas.defs
-       
GUILE_LOAD_PATH=@srcdir@:@builddir@:@GUILE_GNOME_MODULE_DIR@:@G_WRAP_MODULE_DIR@:$$GUILE_LOAD_PATH
 $(GUILE) -s @srcdir@/run-g-wrap.scm
- 
-+BUILT_SOURCES=canvas-gw.c canvas-gw.h canvas.defs
-+
- INCLUDES=@GTK_CFLAGS@ @G_WRAP_CFLAGS@ @GUILE_GNOME_CFLAGS@ 
@GUILE_CAIRO_CFLAGS@ @GUILE_CFLAGS@ -I$(headers_dir) -I@top_srcdir@
- 
- moduledir=$(datadir)/guile/burrow

diff --git a/sci-chemistry/burrow-owl/metadata.xml 
b/sci-chemistry/burrow-owl/metadata.xml
deleted file mode 100644
index d78ba4b82..000000000
--- a/sci-chemistry/burrow-owl/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-       <upstream>
-               <remote-id type="sourceforge">burrow-owl</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to