From: "Thomas Anderson (gentoofan23)" <gentoofan23@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.36.0.ebuild paludis-0.36.1.ebuild
Date: Sat, 30 May 2009 09:40:56 +0000 [thread overview]
Message-ID: <E1MAL3g-0006en-Aw@stork.gentoo.org> (raw)
gentoofan23 09/05/30 09:40:56
Modified: ChangeLog paludis-0.36.0.ebuild
paludis-0.36.1.ebuild
Log:
Remove 'dodoc ChangeLog' call, Changelog no longer exists
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.131 sys-apps/paludis/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 23 Apr 2009 12:57:27 -0000 1.130
+++ ChangeLog 30 May 2009 09:40:56 -0000 1.131
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/paludis
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.130 2009/04/23 12:57:27 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.131 2009/05/30 09:40:56 gentoofan23 Exp $
+
+ 30 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
+ paludis-0.36.0.ebuild, paludis-0.36.1.ebuild:
+ Remove 'dodoc ChangeLog' call, Changelog no longer exists
*paludis-0.36.1 (23 Apr 2009)
1.2 sys-apps/paludis/paludis-0.36.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild?r1=1.1&r2=1.2
Index: paludis-0.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paludis-0.36.0.ebuild 28 Feb 2009 01:14:45 -0000 1.1
+++ paludis-0.36.0.ebuild 30 May 2009 09:40:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild,v 1.1 2009/02/28 01:14:45 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.0.ebuild,v 1.2 2009/05/30 09:40:56 gentoofan23 Exp $
inherit bash-completion eutils flag-o-matic
@@ -78,7 +78,7 @@
src_install() {
emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS README ChangeLog NEWS
+ dodoc AUTHORS README NEWS
BASH_COMPLETION_NAME="adjutrix" dobashcompletion bash-completion/adjutrix
BASH_COMPLETION_NAME="paludis" dobashcompletion bash-completion/paludis
1.3 sys-apps/paludis/paludis-0.36.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild?r1=1.2&r2=1.3
Index: paludis-0.36.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paludis-0.36.1.ebuild 24 Apr 2009 22:28:58 -0000 1.2
+++ paludis-0.36.1.ebuild 30 May 2009 09:40:56 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild,v 1.2 2009/04/24 22:28:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.36.1.ebuild,v 1.3 2009/05/30 09:40:56 gentoofan23 Exp $
inherit bash-completion eutils flag-o-matic
@@ -84,7 +84,7 @@
src_install() {
emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS README ChangeLog NEWS
+ dodoc AUTHORS README NEWS
BASH_COMPLETION_NAME="adjutrix" dobashcompletion bash-completion/adjutrix
BASH_COMPLETION_NAME="paludis" dobashcompletion bash-completion/paludis
reply other threads:[~2009-05-30 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MAL3g-0006en-Aw@stork.gentoo.org \
--to=gentoofan23@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox