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-libs/starparse/files/, sci-libs/starparse/
Date: Tue, 01 Oct 2019 20:42:27
Message-Id: 1569962406.446c97678dcc3ba0bf452fedfb3df0d444ac26c0.mattst88@gentoo
1 commit: 446c97678dcc3ba0bf452fedfb3df0d444ac26c0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 20:38:25 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 20:40:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446c9767
7
8 sci-libs/starparse: Remove
9
10 Bug: https://bugs.gentoo.org/693290
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/starparse/Manifest | 1 -
14 .../starparse/files/starparse-1.0-guile1.8.patch | 60 ----------------------
15 sci-libs/starparse/metadata.xml | 11 ----
16 sci-libs/starparse/starparse-1.0-r1.ebuild | 32 ------------
17 4 files changed, 104 deletions(-)
18
19 diff --git a/sci-libs/starparse/Manifest b/sci-libs/starparse/Manifest
20 deleted file mode 100644
21 index c880542932c..00000000000
22 --- a/sci-libs/starparse/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST starparse-1.0.tar.bz2 5466370 BLAKE2B 8445baf5594a90e22e6b91a1795981568f637febce4dc0a714fb67d55e6047e74d005c8ecb7a86195f506cabe1d09ea8a9f8638ff97e010b001e63f8e9f76d17 SHA512 47e862258281a3faa506d4eb573a2819a9f5b1cb16828c4951d5d23bbfa8877d9b737ca0b33136dcf8ae0e96ecc9d310ba65a5b7cf1fe18ab8beb092f2342e9a
26
27 diff --git a/sci-libs/starparse/files/starparse-1.0-guile1.8.patch b/sci-libs/starparse/files/starparse-1.0-guile1.8.patch
28 deleted file mode 100644
29 index 1d6e176b079..00000000000
30 --- a/sci-libs/starparse/files/starparse-1.0-guile1.8.patch
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 ---- src/guile-binding.c
34 -+++ src/guile-binding.c
35 -@@ -61,10 +61,10 @@
36 - char* filter_string = NULL;
37 - char* fname = "-";
38 -
39 -- if (SCM_NFALSEP(filter_string_scm))
40 -+ if (scm_is_true(filter_string_scm))
41 - filter_string = scm_to_locale_string(filter_string_scm);
42 -
43 -- if (SCM_NFALSEP(fname_scm))
44 -+ if (scm_is_true(fname_scm))
45 - fname = scm_to_locale_string(fname_scm);
46 -
47 - ship_item_cb = ship_item_scm;
48 ---- src/Makefile.am
49 -+++ src/Makefile.am
50 -@@ -6,13 +6,10 @@
51 - libstarparse_la_SOURCES =\
52 - parser.y lexer.l starparse.h
53 -
54 --libstarparse_la_CFLAGS =
55 --libstarparse_la_LDFLAGS =
56 --
57 - if ENABLE_GUILE
58 - libstarparse_la_SOURCES += guile-binding.c guile-compat.h
59 --libstarparse_la_CFLAGS += @GUILE_CFLAGS@
60 --libstarparse_la_LDFLAGS += @GUILE_LDFLAGS@ -lpthread
61 -+libstarparse_la_CFLAGS = @GUILE_CFLAGS@
62 -+libstarparse_la_LIBADD = @GUILE_LIBS@ -lpthread
63 - endif
64 -
65 -
66 ---- configure.ac
67 -+++ configure.ac
68 -@@ -10,18 +10,13 @@
69 -
70 - AM_INIT_AUTOMAKE
71 -
72 --AC_ARG_ENABLE(guile,
73 -+AC_ARG_ENABLE([guile],
74 - AS_HELP_STRING([--enable-guile],
75 -- [build bindings for guile scheme interpreter]),
76 -- USE_GUILE=$enable_guile,
77 -- USE_GUILE=yes) # default value
78 --
79 --if test "x$USE_GUILE" = "xyes";
80 --then
81 -- GUILE_FLAGS
82 --fi
83 --
84 --AM_CONDITIONAL(ENABLE_GUILE, test "x$USE_GUILE" = "xyes")
85 -+ [build bindings for guile scheme interpreter]))
86 -+AS_IF([test "x$enable_guile" = "xyes"], [
87 -+ PKG_CHECK_MODULES([GUILE], [guile-1.8])
88 -+])
89 -+AM_CONDITIONAL(ENABLE_GUILE, test "x$enable_guile" = "xyes")
90 -
91 - AC_CONFIG_FILES([Makefile
92 - starparse-env
93
94 diff --git a/sci-libs/starparse/metadata.xml b/sci-libs/starparse/metadata.xml
95 deleted file mode 100644
96 index 9fc24da1501..00000000000
97 --- a/sci-libs/starparse/metadata.xml
98 +++ /dev/null
99 @@ -1,11 +0,0 @@
100 -<?xml version="1.0" encoding="UTF-8"?>
101 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 -<pkgmetadata>
103 - <maintainer type="project">
104 - <email>sci-chemistry@g.o</email>
105 - <name>Gentoo Chemistry Project</name>
106 - </maintainer>
107 - <upstream>
108 - <remote-id type="sourceforge">starparse</remote-id>
109 - </upstream>
110 -</pkgmetadata>
111
112 diff --git a/sci-libs/starparse/starparse-1.0-r1.ebuild b/sci-libs/starparse/starparse-1.0-r1.ebuild
113 deleted file mode 100644
114 index 3d11e67b51f..00000000000
115 --- a/sci-libs/starparse/starparse-1.0-r1.ebuild
116 +++ /dev/null
117 @@ -1,32 +0,0 @@
118 -# Copyright 1999-2013 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=5
122 -
123 -AUTOTOOLS_AUTORECONF=yes
124 -
125 -inherit autotools-utils
126 -
127 -DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
128 -HOMEPAGE="http://burrow-owl.sourceforge.net/"
129 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
130 -# Created from rev 19 @ http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0
131 -SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.bz2"
132 -
133 -LICENSE="GPL-2"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~x86"
136 -IUSE="guile static-libs test"
137 -
138 -REQUIRED_USE="test? ( guile )"
139 -
140 -RDEPEND="guile? ( dev-scheme/guile:12 )"
141 -DEPEND="${RDEPEND}
142 - virtual/pkgconfig"
143 -
144 -PATCHES=( "${FILESDIR}"/${P}-guile1.8.patch )
145 -
146 -src_configure() {
147 - local myeconfargs=( $(use_enable guile) )
148 - autotools-utils_src_configure
149 -}