From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/maksbotan:master commit in: Documentation/
Date: Mon, 20 Feb 2012 19:18:21 +0000 (UTC) [thread overview]
Message-ID: <1329764348.bd5b44ab575f6a6f2b8f0066f9345ecac8be9e5b.maksbotan@gentoo> (raw)
commit: bd5b44ab575f6a6f2b8f0066f9345ecac8be9e5b
Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 18:59:08 2012 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 18:59:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=bd5b44ab
Update LC script
---
Documentation/leech_bump.sh | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/Documentation/leech_bump.sh b/Documentation/leech_bump.sh
index 8e2fbd1..3ceb6f1 100755
--- a/Documentation/leech_bump.sh
+++ b/Documentation/leech_bump.sh
@@ -216,10 +216,17 @@ for atom in */*; do
;;
delete)
- if [[ -z "${message}" ]]; then
+ if [[ "${message_stub}" == "1" ]]; then
message="Removed old ${PN}-${version}"
fi
+ if ! [[ -e "${PN}-${version}.ebuild" ]]; then
+ ewarn "${atom} lacks ${version} version, skipping delete"
+ eoutdent
+ cd - > /dev/null
+ continue
+ fi
+
ebegin "Deleting ${PN}-${version}"
rm ${PN}-${version}.ebuild
cvs rm ${PN}-${version}.ebuild > /dev/null
next reply other threads:[~2012-02-20 19:18 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-20 19:18 Maxim Koltsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-26 19:58 [gentoo-commits] dev/maksbotan:master commit in: Documentation/ Maxim Koltsov
2012-08-14 20:26 Maxim Koltsov
2012-07-19 19:17 Maxim Koltsov
2012-03-28 13:15 Maxim Koltsov
2012-02-02 17:57 Maxim Koltsov
2012-01-24 17:28 Maxim Koltsov
2011-12-31 12:34 Maxim Koltsov
2011-12-31 12:34 Maxim Koltsov
2011-09-14 18:16 Maxim Koltsov
2011-09-14 17:01 Maxim Koltsov
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=1329764348.bd5b44ab575f6a6f2b8f0066f9345ecac8be9e5b.maksbotan@gentoo \
--to=maksbotan@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