summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-04-22 23:01:27 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-04-22 23:01:27 +0000
commit96760d9bafa0d2993dbd854eda74c41d5fe2fd58 (patch)
treecb00026b0bb47d8aa39a68eaf1f5624c2d96af55 /sys-apps/openrc
parentVersion bump courtesy of Andreas Sturmlechner <andreas.sturmlechner@gmail.com... (diff)
downloadgentoo-2-96760d9bafa0d2993dbd854eda74c41d5fe2fd58.tar.gz
gentoo-2-96760d9bafa0d2993dbd854eda74c41d5fe2fd58.tar.bz2
gentoo-2-96760d9bafa0d2993dbd854eda74c41d5fe2fd58.zip
Most upstream documentation is now in markdown, so adjust the ebuild to install it.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r--sys-apps/openrc/ChangeLog6
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog
index 90c3f90a48f1..6c241c7102f9 100644
--- a/sys-apps/openrc/ChangeLog
+++ b/sys-apps/openrc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.336 2015/02/26 18:59:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.337 2015/04/22 23:01:27 williamh Exp $
+
+ 22 Apr 2015; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Most upstream documentation is now in markdown, so adjust the ebuild to
+ install it.
26 Feb 2015; William Hubbs <williamh@gentoo.org> openrc-0.13.11.ebuild,
openrc-9999.ebuild:
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index 64322ece3483..e9ace601db01 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.143 2015/02/26 18:59:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.144 2015/04/22 23:01:27 williamh Exp $
EAPI=5
@@ -152,7 +152,7 @@ src_install() {
newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
# install documentation
- dodoc README README.busybox README.history FEATURE-REMOVAL-SCHEDULE
+ dodoc *.md
if use newnet; then
dodoc README.newnet
fi