From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-java@lists.gentoo.org
Cc: Vlastimil Babka <caster@gentoo.org>
Subject: Re: [gentoo-java] new proposed enhancement to java-pkg_jarfrom()
Date: Mon, 29 Jan 2007 20:39:08 +0200 [thread overview]
Message-ID: <45BE3F4C.5020109@gentoo.org> (raw)
In-Reply-To: <45B88710.2080405@gentoo.org>
[-- Attachment #1.1: Type: text/plain, Size: 216 bytes --]
Vlastimil Babka wrote:
> Attached a patch, will commit if no-one objects.
>
Otherwise fine but you managed to break for example eclipse-sdk by
missing one conditional return in the code.
Regards,
Petteri
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: caster-broke-it.patch --]
[-- Type: text/x-patch; name="caster-broke-it.patch", Size: 584 bytes --]
Index: java-utils-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v
retrieving revision 1.53
diff -u -r1.53 java-utils-2.eclass
--- java-utils-2.eclass 28 Jan 2007 21:11:42 -0000 1.53
+++ java-utils-2.eclass 29 Jan 2007 18:35:08 -0000
@@ -827,6 +827,7 @@
ln -snf "${jar}" "${destjar}" \
|| die "Failed to make symlink from ${jar} to ${destjar}"
[[ -z "${build_only}" ]] && java-pkg_record-jar_ "${target_pkg}" "${jar}"
+ popd > /dev/null
return 0
fi
done
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
prev parent reply other threads:[~2007-01-29 18:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 10:31 [gentoo-java] new proposed enhancement to java-pkg_jarfrom() Vlastimil Babka
2007-01-25 11:19 ` Petteri Räty
2007-01-25 11:53 ` Vlastimil Babka
2007-01-29 18:39 ` Petteri Räty [this message]
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=45BE3F4C.5020109@gentoo.org \
--to=betelgeuse@gentoo.org \
--cc=caster@gentoo.org \
--cc=gentoo-java@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