dev-util/mdds: Fix buildsystem.patch
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 29 Aug 2018 11:28:49 +0000 (13:28 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 29 Aug 2018 13:11:12 +0000 (15:11 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-util/mdds/files/mdds-1.4.1-buildsystem.patch [new file with mode: 0644]
dev-util/mdds/mdds-9999.ebuild

diff --git a/dev-util/mdds/files/mdds-1.4.1-buildsystem.patch b/dev-util/mdds/files/mdds-1.4.1-buildsystem.patch
new file mode 100644 (file)
index 0000000..212587e
--- /dev/null
@@ -0,0 +1,37 @@
+We want to install (not all of) those files manually.
+
+--- a/Makefile.am      2018-08-29 13:23:49.434860594 +0200
++++ b/Makefile.am      2018-08-29 13:25:52.125789186 +0200
+@@ -4,8 +4,6 @@
+ AM_CPPFLAGS = -I$(top_srcdir)/include
+-dist_doc_DATA = AUTHORS README.md
+-nodist_doc_DATA = VERSION
+ nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
+ DISTCLEANFILES = \
+@@ -15,8 +13,6 @@
+ EXTRA_DIST = \
+       autogen.sh \
+-      CHANGELOG \
+-      LICENSE \
+       doc/conf.py \
+       doc/doxygen.conf \
+       doc/flat_segment_tree.rst \
+@@ -164,14 +160,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)
index 8059254bb67fb119c3851fc74ef3f1098bc856f0..65b5df3e9c0e7a1d4585a376fff8f248a7843833 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
        valgrind? ( dev-util/valgrind )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-1.2.3-buildsystem.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.4.1-buildsystem.patch" )
 
 src_prepare(){
        default