Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/elmer-eio/, sci-libs/elmer-eio/files/
Date: Sat, 30 Jan 2021 14:30:53
Message-Id: 1612016103.4489c21c0724faf7cd0b79dffb69e85990139d70.andrewammerlaan@gentoo
1 commit: 4489c21c0724faf7cd0b79dffb69e85990139d70
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 30 14:15:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Jan 30 14:15:03 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4489c21c
7
8 sci-libs/elmer-eio: remove pack, included in elmer-fem now
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
11
12 sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild | 32 ------------------
13 sci-libs/elmer-eio/elmer-eio-9999.ebuild | 39 ----------------------
14 .../files/elmer-eio-6.0_p4651-shared.patch | 37 --------------------
15 sci-libs/elmer-eio/metadata.xml | 11 ------
16 4 files changed, 119 deletions(-)
17
18 diff --git a/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild b/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild
19 deleted file mode 100644
20 index 3e3e95c1a..000000000
21 --- a/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -AUTOTOOLS_AUTORECONF=true
30 -
31 -inherit autotools-utils
32 -
33 -ELMER_ROOT="elmerfem"
34 -MY_PN=${PN/elmer-/}
35 -
36 -DESCRIPTION="Finite element programs, libraries, and visualization tools - elmer I/O library"
37 -HOMEPAGE="http://www.csc.fi/english/pages/elmer"
38 -SRC_URI="http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV%_p*}/${MY_PN}/?view=tar&pathrev=4651 -> ${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="debug static-libs"
44 -
45 -S="${WORKDIR}/eio"
46 -
47 -PATCHES=( "${FILESDIR}"/${P}-shared.patch )
48 -
49 -src_configure() {
50 - local myeconfargs=(
51 - --enable-shared
52 - $(use_with debug)
53 - )
54 - autotools-utils_src_configure
55 -}
56
57 diff --git a/sci-libs/elmer-eio/elmer-eio-9999.ebuild b/sci-libs/elmer-eio/elmer-eio-9999.ebuild
58 deleted file mode 100644
59 index ef0e1e8c8..000000000
60 --- a/sci-libs/elmer-eio/elmer-eio-9999.ebuild
61 +++ /dev/null
62 @@ -1,39 +0,0 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -
68 -AUTOTOOLS_AUTORECONF=true
69 -
70 -inherit autotools-utils subversion
71 -
72 -ELMER_ROOT="elmerfem"
73 -MY_PN=${PN/elmer-/}
74 -
75 -DESCRIPTION="Finite element programs, libraries, and visualization tools - elmer I/O library"
76 -HOMEPAGE="http://www.csc.fi/english/pages/elmer"
77 -SRC_URI=""
78 -ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}"
79 -ESVN_PROJECT="${MY_PN}"
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS=""
84 -IUSE="debug static-libs"
85 -
86 -S="${WORKDIR}/eio"
87 -
88 -PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
89 -
90 -src_prepare() {
91 - subversion_src_prepare
92 - autotools-utils_src_prepare
93 -}
94 -
95 -src_configure() {
96 - local myeconfargs=(
97 - --enable-shared
98 - $(use_with debug)
99 - )
100 - autotools-utils_src_configure
101 -}
102
103 diff --git a/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch b/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch
104 deleted file mode 100644
105 index f5a701ce3..000000000
106 --- a/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch
107 +++ /dev/null
108 @@ -1,37 +0,0 @@
109 - configure.in | 2 +-
110 - src/Makefile.am | 6 +++---
111 - 2 files changed, 4 insertions(+), 4 deletions(-)
112 -
113 -diff --git a/configure.in b/configure.in
114 -index ac5ce92..cd8fc53 100755
115 ---- a/configure.in
116 -+++ b/configure.in
117 -@@ -1,5 +1,5 @@
118 - AC_INIT(src/eio_api_f.cpp)
119 --
120 -+LT_INIT
121 - dnl the fortran stuff needs to be pretty new to work on SunOS
122 - dnl AC_PREREQ(2.59c)
123 -
124 -diff --git a/src/Makefile.am b/src/Makefile.am
125 -index 1836aba..4d73a4b 100755
126 ---- a/src/Makefile.am
127 -+++ b/src/Makefile.am
128 -@@ -15,8 +15,8 @@ COMMON_SRCS = \
129 - EIOPartWriter.cpp \
130 - EIOSolverAgent.cpp
131 -
132 --libeioc_a_SOURCES = $(COMMON_SRCS) eio_api_c.cpp
133 --libeiof_a_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
134 -+libeioc_la_SOURCES = $(COMMON_SRCS) eio_api_c.cpp
135 -+libeiof_la_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
136 -
137 - # if USE_SHARED_LIBS
138 - # noinst_LIBRARIES = libeioc.a libeiof.a
139 -@@ -28,5 +28,5 @@ libeiof_a_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
140 - # libeiof.$(SHLEXT): libeiof.a
141 - # $(SH_LD2) $(SH_LDFLAGS) $(B64FLAGS) $(LDFLAGS) -o $@ libeiof.a
142 - # else
143 --lib_LIBRARIES = libeioc.a libeiof.a
144 -+lib_LTLIBRARIES = libeioc.la libeiof.la
145 - # endif
146
147 diff --git a/sci-libs/elmer-eio/metadata.xml b/sci-libs/elmer-eio/metadata.xml
148 deleted file mode 100644
149 index 070aa2029..000000000
150 --- a/sci-libs/elmer-eio/metadata.xml
151 +++ /dev/null
152 @@ -1,11 +0,0 @@
153 -<?xml version="1.0" encoding="UTF-8"?>
154 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
155 -<pkgmetadata>
156 - <maintainer type="project">
157 - <email>sci@g.o</email>
158 - <name>Gentoo Science Project</name>
159 - </maintainer>
160 - <upstream>
161 - <remote-id type="sourceforge">svn</remote-id>
162 - </upstream>
163 -</pkgmetadata>