Skip to content

Commit

Permalink
dev-util/mdds: Fix buildsystem.patch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
a17r committed Aug 29, 2018
1 parent cfd1aa0 commit 14e8298
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions dev-util/mdds/files/mdds-1.4.1-buildsystem.patch
Original file line number Diff line number Diff line change
@@ -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-@[email protected]

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)
4 changes: 2 additions & 2 deletions dev-util/mdds/mdds-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 14e8298

Please sign in to comment.