public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Ruppert" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /, src/echangelog/
Date: Wed, 23 Mar 2011 16:30:29 +0000 (UTC)	[thread overview]
Message-ID: <c8599a0510c9df8ec4555d9156818e0cd7b5a10b.idl0r@gentoo> (raw)

commit:     c8599a0510c9df8ec4555d9156818e0cd7b5a10b
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 16:30:19 2011 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 16:30:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=c8599a05

Fix update_copyright loop to check/update ebuilds again.

---
 ChangeLog                 |    3 +++
 src/echangelog/echangelog |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 47e76e0..467ace3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-03-23: Christian Ruppert <idl0r@gentoo.org>
+	* echangelog: Fix update_copyright loop to check/update ebuilds again.
+
 2011-01-25: Christian Ruppert <idl0r@gentoo.org>
 	* echangelog: Some cleanup.
 		Use the @ebuilds array instead of @files for ebuild related changes.

diff --git a/src/echangelog/echangelog b/src/echangelog/echangelog
index 273c5db..d95edfb 100755
--- a/src/echangelog/echangelog
+++ b/src/echangelog/echangelog
@@ -750,7 +750,7 @@ if (@new_versions) {
 # Update affected ebuilds and some other files copyright dates.  There is no reason to update the
 # copyright lines on ebuilds that haven't changed. I verified this with an IP
 # lawyer. (patches/diffs and binary files are excluded)
-for my $e (grep(!/\.(patch|diff)$/, @files)) {
+for my $e (grep(!/\.(patch|diff)$/, @files), @ebuilds) {
 	if (-s $e && ! -B $e) {
 		my ($etext, $netext);
 



             reply	other threads:[~2011-03-23 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 16:30 Christian Ruppert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-24 20:09 [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /, src/echangelog/ Christian Ruppert
2012-04-09  1:40 Christian Ruppert
2012-04-09  1:40 Christian Ruppert
2014-11-15 18:37 Christian Ruppert

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=c8599a0510c9df8ec4555d9156818e0cd7b5a10b.idl0r@gentoo \
    --to=idl0r@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