williamh 15/04/22 23:01:27 Modified: openrc-9999.ebuild ChangeLog Log: 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)
Revision Changes Path 1.144 sys-apps/openrc/openrc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.143&r2=1.144 Index: openrc-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- openrc-9999.ebuild 26 Feb 2015 18:59:35 -0000 1.143 +++ openrc-9999.ebuild 22 Apr 2015 23:01:27 -0000 1.144 @@ -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 @@ 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 1.337 sys-apps/openrc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.337&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.337&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.336&r2=1.337 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v retrieving revision 1.336 retrieving revision 1.337 diff -u -r1.336 -r1.337 --- ChangeLog 26 Feb 2015 18:59:35 -0000 1.336 +++ ChangeLog 22 Apr 2015 23:01:27 -0000 1.337 @@ -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 <[email protected]> openrc-9999.ebuild: + Most upstream documentation is now in markdown, so adjust the ebuild to + install it. 26 Feb 2015; William Hubbs <[email protected]> openrc-0.13.11.ebuild, openrc-9999.ebuild:
