summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-29 10:39:29 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 23:41:20 +0200
commite844c7cf0df8e5c56cd43339a8a9c51e8fb76a75 (patch)
tree6e8950ef1984a14e914f6b1e163fa01d819c212c /dev-cpp
parentdev-cpp/gflags: Update URIs (diff)
downloadgentoo-e844c7cf0df8e5c56cd43339a8a9c51e8fb76a75.tar.gz
gentoo-e844c7cf0df8e5c56cd43339a8a9c51e8fb76a75.tar.bz2
gentoo-e844c7cf0df8e5c56cd43339a8a9c51e8fb76a75.zip
dev-cpp/gflags: Update doc install
Update the list of installed doc files to match upstream updates. Do not install AUTHORS file since it does not list anyone. Do not install HTML docs from doc/ since that file is missing from release tarballs.
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gflags/gflags-9999.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild
index aba9ef3c3996..da82cc017472 100644
--- a/dev-cpp/gflags/gflags-9999.ebuild
+++ b/dev-cpp/gflags/gflags-9999.ebuild
@@ -20,6 +20,9 @@ LICENSE="BSD"
SLOT="0"
IUSE="static-libs"
+# AUTHORS.txt only links the google group
+DOCS=( ChangeLog.txt README.md )
+
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
@@ -27,9 +30,3 @@ multilib_src_configure() {
)
cmake-utils_src_configure
}
-
-multilib_src_install_all() {
- rm -rf "${ED}"/usr/share/doc
- dodoc {AUTHORS,ChangeLog,NEWS,README}.txt
- dohtml doc/*
-}