From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 073201381F3 for ; Wed, 14 Aug 2013 18:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9619CE0BC3; Wed, 14 Aug 2013 18:41:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EE1DE0BC3 for ; Wed, 14 Aug 2013 18:41:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF62233EB0D for ; Wed, 14 Aug 2013 18:41:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2305) id 6BEEA2171C; Wed, 14 Aug 2013 18:41:38 +0000 (UTC) From: "Ian Stakenvicius (axs)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, axs@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openrc-0.12.ebuild ChangeLog X-VCS-Directories: sys-apps/openrc X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130814184138.6BEEA2171C@flycatcher.gentoo.org> Date: Wed, 14 Aug 2013 18:41:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f67175e4-8c7f-484b-9597-f33c0b9590f2 X-Archives-Hash: d84e05fba6e8dab889e98d3d444cebd4 axs 13/08/14 18:41:38 Modified: openrc-0.12.ebuild ChangeLog Log: fixed dodoc README.net to README.newnet to match distfile, bug 481078 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision Changes Path 1.2 sys-apps/openrc/openrc-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild?r1=1.1&r2=1.2 Index: openrc-0.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openrc-0.12.ebuild 14 Aug 2013 06:35:47 -0000 1.1 +++ openrc-0.12.ebuild 14 Aug 2013 18:41:38 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild,v 1.1 2013/08/14 06:35:47 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.ebuild,v 1.2 2013/08/14 18:41:38 axs Exp $ EAPI=5 @@ -139,9 +139,9 @@ newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon # install documentation -dodoc README.busybox + dodoc README.busybox if use newnet; then - dodoc README.net + dodoc README.newnet fi } 1.274 sys-apps/openrc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.274&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.274&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.273&r2=1.274 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- ChangeLog 14 Aug 2013 06:35:47 -0000 1.273 +++ ChangeLog 14 Aug 2013 18:41:38 -0000 1.274 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.273 2013/08/14 06:35:47 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.274 2013/08/14 18:41:38 axs Exp $ + + 14 Aug 2013; Ian Stakenvicius openrc-0.12.ebuild: + fixed dodoc README.net to README.newnet to match distfile, bug 481078 *openrc-0.12 (14 Aug 2013)