summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Freydank <holgersson@posteo.de>2020-03-02 23:24:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-16 22:25:43 +0100
commit9d366f6c2acc6f0e770b501ca1b077e29140fc34 (patch)
tree630f375c4fa9f3d281ac43c301828d24a31e5b32 /dev-util/mdds/files
parentapp-office/libreoffice: Pin dev-libs/liborcus, dev-util/mdds versions (diff)
downloadgentoo-9d366f6c2acc6f0e770b501ca1b077e29140fc34.tar.gz
gentoo-9d366f6c2acc6f0e770b501ca1b077e29140fc34.tar.bz2
gentoo-9d366f6c2acc6f0e770b501ca1b077e29140fc34.zip
dev-util/mdds: Bump to 1.5.0
Note: Avoid the bump to 1.6.0 as upstream forgot to bump the version in paths. This bump also updates general ebuild style, adds the QA test for tests and drops the src_compile() function. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/14825 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/mdds/files')
-rw-r--r--dev-util/mdds/files/mdds-1.5.0-buildsystem.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-util/mdds/files/mdds-1.5.0-buildsystem.patch b/dev-util/mdds/files/mdds-1.5.0-buildsystem.patch
new file mode 100644
index 000000000000..113581a8de63
--- /dev/null
+++ b/dev-util/mdds/files/mdds-1.5.0-buildsystem.patch
@@ -0,0 +1,39 @@
+# Nils Freydank <holgersson@posteo.de> (2020-01-08)
+Avoid auto installation of files we install later manually.
+Adopted from asturm's patch for mdds-1.4.3.
+
+--- a/Makefile.am 2020-02-08 20:00:00.000000000 +0100
++++ b/Makefile.am 2020-02-08 20:00:00.000000001 +0100
+@@ -4,7 +4,6 @@
+
+ AM_CPPFLAGS = -I$(top_srcdir)/include $(CXXFLAGS_UNITTESTS)
+
+-dist_doc_DATA = AUTHORS README.md
+ nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
+
+ DISTCLEANFILES = \
+@@ -14,8 +13,6 @@
+
+ EXTRA_DIST = \
+ autogen.sh \
+- CHANGELOG \
+- LICENSE \
+ doc/conf.py \
+ doc/doxygen.conf \
+ doc/flat_segment_tree.rst \
+@@ -164,14 +161,6 @@
+ rtree_test_bulkload_mem.mem
+ endif
+
+-install-data-local:
+- $(MKDIR_P) $(DESTDIR)$(docdir)
+- $(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
+- $(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
+-
+-uninstall-local:
+- rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
+-
+ if BUILD_DOCS
+ html-local:
+ (cd doc && $(DOXYGEN) doxygen.conf)
+