Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/files/, dev-util/mdds/
Date: Sun, 31 May 2020 21:09:26
Message-Id: 1590959320.b6781ecdbfde7f1ffe86909f3a136002f92aada1.asturm@gentoo
1 commit: b6781ecdbfde7f1ffe86909f3a136002f92aada1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 21:05:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 21:08:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6781ecd
7
8 dev-util/mdds: Drop 1.4.3 and 1.5.0
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/mdds/Manifest | 2 -
14 dev-util/mdds/files/mdds-1.4.3-buildsystem.patch | 36 ----------------
15 dev-util/mdds/mdds-1.4.3.ebuild | 50 ----------------------
16 dev-util/mdds/mdds-1.5.0.ebuild | 53 ------------------------
17 4 files changed, 141 deletions(-)
18
19 diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
20 index 52cda54666a..efa7eb91720 100644
21 --- a/dev-util/mdds/Manifest
22 +++ b/dev-util/mdds/Manifest
23 @@ -1,3 +1 @@
24 -DIST mdds-1.4.3.tar.bz2 334515 BLAKE2B 3a42b7858346b2907040b8e42b1fae56626fc0881737ed04e20ffe4f9a23d2a2459c45e4244ac77745d2b1c7e3ff1642fe883b16def36e56c5c3d15077445793 SHA512 fd54a93fde89bff74a5ccf84ce5e2e002114297b165ded56a1bae92b28d70864775add140e165c7750f7dbe8ca1bfe83179cd9a835e53312c2e893c9e1f4434c
25 -DIST mdds-1.5.0.tar.bz2 346888 BLAKE2B c5c33649b6d8ba7d289eafe39c00c4334caa04f2a619d396e4f2499db9d66f48cb3ad0081805e7cef93bda49c24e6ce1a50c85a5e738120ee575c319959f6129 SHA512 9ed434dbc00285defbf3e0989396a1b52439bfdda01e5fd5822fef5e42e2c9b0b9436dd11b99af84a09a1965191ec106114e4046834f5b733474759f43bbfd95
26 DIST mdds-1.6.0.tar.bz2 350406 BLAKE2B 70a99d779f318140f37bb3f873f1845c153f389a9e671a4d9ee4d1f0e762db312d536392061923c3c02494df6945a5a7743480eca1020d9cda6f3495888d7b00 SHA512 7c66894748e998f24374a5c6ea342ae2736e4bdba53be89510a1674690517ed7303786e1290fcfa26b07f236788c192ad29790129c228074397ab43699cdb290
27
28 diff --git a/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch b/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch
29 deleted file mode 100644
30 index ef3616d6f2f..00000000000
31 --- a/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -We want to install (not all of) those files manually.
35 -
36 ---- a/Makefile.am 2018-08-29 13:23:49.434860594 +0200
37 -+++ b/Makefile.am 2018-08-29 13:25:52.125789186 +0200
38 -@@ -4,7 +4,6 @@
39 -
40 - AM_CPPFLAGS = -I$(top_srcdir)/include $(CXXFLAGS_UNITTESTS)
41 -
42 --dist_doc_DATA = AUTHORS README.md
43 - nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
44 -
45 - DISTCLEANFILES = \
46 -@@ -15,8 +14,6 @@
47 -
48 - EXTRA_DIST = \
49 - autogen.sh \
50 -- CHANGELOG \
51 -- LICENSE \
52 - doc/conf.py \
53 - doc/doxygen.conf \
54 - doc/flat_segment_tree.rst \
55 -@@ -164,14 +161,6 @@
56 - rtree_test_bulkload_mem.mem
57 - endif
58 -
59 --install-data-local:
60 -- $(MKDIR_P) $(DESTDIR)$(docdir)
61 -- $(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
62 -- $(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
63 --
64 --uninstall-local:
65 -- rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
66 --
67 - if BUILD_DOCS
68 - html-local:
69 - (cd doc && $(DOXYGEN) doxygen.conf)
70
71 diff --git a/dev-util/mdds/mdds-1.4.3.ebuild b/dev-util/mdds/mdds-1.4.3.ebuild
72 deleted file mode 100644
73 index 9be142ebbdb..00000000000
74 --- a/dev-util/mdds/mdds-1.4.3.ebuild
75 +++ /dev/null
76 @@ -1,50 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -if [[ ${PV} == 9999 ]]; then
83 - EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
84 - inherit git-r3
85 -else
86 - SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
87 - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
88 -fi
89 -inherit autotools toolchain-funcs
90 -
91 -DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
92 -HOMEPAGE="https://gitlab.com/mdds/mdds"
93 -
94 -LICENSE="MIT"
95 -SLOT="1/${PV%.*}"
96 -IUSE="doc valgrind"
97 -
98 -BDEPEND="
99 - doc? (
100 - app-doc/doxygen
101 - dev-python/sphinx
102 - )
103 - valgrind? ( dev-util/valgrind )
104 -"
105 -DEPEND="dev-libs/boost:="
106 -RDEPEND="${DEPEND}"
107 -
108 -PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
109 -
110 -src_prepare() {
111 - default
112 - eautoreconf
113 -}
114 -
115 -src_configure() {
116 - econf \
117 - $(use_enable doc docs) \
118 - $(use_enable valgrind memory_tests)
119 -}
120 -
121 -src_compile() { :; }
122 -
123 -src_test() {
124 - tc-export CXX
125 - default
126 -}
127
128 diff --git a/dev-util/mdds/mdds-1.5.0.ebuild b/dev-util/mdds/mdds-1.5.0.ebuild
129 deleted file mode 100644
130 index 3b7f1556f29..00000000000
131 --- a/dev-util/mdds/mdds-1.5.0.ebuild
132 +++ /dev/null
133 @@ -1,53 +0,0 @@
134 -# Copyright 1999-2020 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=7
138 -
139 -if [[ ${PV} == *9999 ]]; then
140 - EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
141 - inherit git-r3
142 -else
143 - SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"
144 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
145 -fi
146 -inherit autotools toolchain-funcs
147 -
148 -DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
149 -HOMEPAGE="https://gitlab.com/mdds/mdds"
150 -
151 -LICENSE="MIT"
152 -SLOT="1/${PV%.*}"
153 -IUSE="doc valgrind test"
154 -RESTRICT="!test? ( test )"
155 -
156 -BDEPEND="
157 - doc? (
158 - app-doc/doxygen
159 - dev-python/sphinx
160 - )
161 - valgrind? ( dev-util/valgrind )
162 -"
163 -DEPEND="dev-libs/boost:="
164 -RDEPEND="${DEPEND}"
165 -
166 -PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
167 -
168 -src_prepare() {
169 - default
170 -
171 - eautoreconf
172 -}
173 -
174 -src_configure() {
175 - local myeconfargs=(
176 - $(use_enable doc docs)
177 - $(use_enable valgrind memory_tests)
178 - )
179 - econf "${myeconfargs[@]}"
180 -}
181 -
182 -src_test() {
183 - tc-export CXX
184 -
185 - default
186 -}