Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/burrow-owl/
Date: Tue, 01 Oct 2019 20:42:27
Message-Id: 1569962389.b70b17143b63826cb421232fd1673e649bb4fd5b.mattst88@gentoo
1 commit: b70b17143b63826cb421232fd1673e649bb4fd5b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 20:38:12 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 20:39:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70b1714
7
8 sci-chemistry/burrow-owl: Remove
9
10 Bug: https://bugs.gentoo.org/693290
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-chemistry/burrow-owl/Manifest | 2 -
14 sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild | 52 ------------------------
15 sci-chemistry/burrow-owl/metadata.xml | 11 -----
16 3 files changed, 65 deletions(-)
17
18 diff --git a/sci-chemistry/burrow-owl/Manifest b/sci-chemistry/burrow-owl/Manifest
19 deleted file mode 100644
20 index d32ca776f79..00000000000
21 --- a/sci-chemistry/burrow-owl/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST burrow-demos.tar 80896000 BLAKE2B cafd01273887a30f3dadd3e0aba9b5dab22f865a2470ce779e8b94a1cd43ec34f3bea5d0909b3f106b97735c5abf3c0237490f0ecae0da2a0f81443dcc64c06a SHA512 76948846b4bff2f5c0814e41ee1745122580d6e28f8de217edbf42c4530bc64fb093dc9c96e9c0c083098755c525300b563ee1368caa12be791b2bea7015ee6b
25 -DIST burrow-owl-1.5.1.tar.gz 1408249 BLAKE2B 5e4581f6f1726a885d2f226e661d228353e2988e61c833a9c8c63988a2f6e26ee481dbfe630dfa3ab3d8ccdb225cb134716a6bcabe14b1b36041f8ae5fc22bf9 SHA512 38b428c8b40cdca6caabc7ed9d247118dbf67b537afaec3af14909353d6b138fdf98a33dee6241ce5224631e16c4dbce11b9aadcfe01fecf92f1aae692ce71e1
26
27 diff --git a/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild b/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild
28 deleted file mode 100644
29 index 106ba29bba2..00000000000
30 --- a/sci-chemistry/burrow-owl/burrow-owl-1.5.1.ebuild
31 +++ /dev/null
32 @@ -1,52 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit autotools-utils virtualx
39 -
40 -DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
41 -HOMEPAGE="http://burrow-owl.sourceforge.net/"
42 -SRC_URI="
43 - mirror://sourceforge/${PN}/${P}.tar.gz
44 - examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="doc examples static-libs"
50 -
51 -RDEPEND="
52 - dev-libs/g-wrap
53 - dev-libs/glib:2
54 - dev-scheme/guile[networking,regex]
55 - dev-scheme/guile-cairo
56 - dev-scheme/guile-gnome-platform
57 - sci-libs/starparse
58 - x11-libs/gtk+:2"
59 -DEPEND="${RDEPEND}
60 - dev-util/indent
61 - virtual/pkgconfig
62 - doc? ( app-doc/doxygen )
63 -"
64 -
65 -src_configure() {
66 - local myeconfargs=(
67 - $(use_with doc doxygen doxygen)
68 - )
69 - autotools-utils_src_configure
70 -}
71 -
72 -src_test () {
73 - cd "${AUTOTOOLS_BUILD_DIR}" || die
74 - virtualmake -C test-suite check
75 -}
76 -
77 -src_install() {
78 - use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
79 - autotools-utils_src_install
80 -
81 - use examples && \
82 - insinto /usr/share/${PN} && \
83 - doins -r "${WORKDIR}"/burrow-demos/*
84 -}
85
86 diff --git a/sci-chemistry/burrow-owl/metadata.xml b/sci-chemistry/burrow-owl/metadata.xml
87 deleted file mode 100644
88 index 776713a5da1..00000000000
89 --- a/sci-chemistry/burrow-owl/metadata.xml
90 +++ /dev/null
91 @@ -1,11 +0,0 @@
92 -<?xml version="1.0" encoding="UTF-8"?>
93 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 -<pkgmetadata>
95 - <maintainer type="project">
96 - <email>sci-chemistry@g.o</email>
97 - <name>Gentoo Chemistry Project</name>
98 - </maintainer>
99 - <upstream>
100 - <remote-id type="sourceforge">burrow-owl</remote-id>
101 - </upstream>
102 -</pkgmetadata>