public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vlastimil Babka (caster)" <caster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/mockobjects/files: mockobjects-0.09-java15.patch digest-mockobjects-0.09-r3
Date: Sun, 02 Dec 2007 13:37:32 +0000	[thread overview]
Message-ID: <E1Iyp0m-0004c7-6X@stork.gentoo.org> (raw)

caster      07/12/02 13:37:32

  Added:                mockobjects-0.09-java15.patch
                        digest-mockobjects-0.09-r3
  Log:
  Revbump with patch to build with jdk 1.5 to satisfy ricers. Patch from bug #119080 by Mathias Hasselmann <mathias.hasselmann@gmx.de>. Forcing javac to compile because ecj doesn't like something in 1.5 API.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.1                  dev-java/mockobjects/files/mockobjects-0.09-java15.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/mockobjects/files/mockobjects-0.09-java15.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/mockobjects/files/mockobjects-0.09-java15.patch?rev=1.1&content-type=text/plain

Index: mockobjects-0.09-java15.patch
===================================================================
--- src/jdk/common/alt/java/io/FileImpl.java	2006-01-15 13:49:06.000000000 +0100
+++ src/jdk/common/alt/java/io/FileImpl.java	2006-01-15 13:47:59.000000000 +0100
@@ -171,7 +171,7 @@
     }
 
     public int compareTo(Object o) {
-        return file.compareTo(o);
+        return file.compareTo((java.io.File) o);
     }
 
     public java.io.File getRealFile() {



1.1                  dev-java/mockobjects/files/digest-mockobjects-0.09-r3

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/mockobjects/files/digest-mockobjects-0.09-r3?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/mockobjects/files/digest-mockobjects-0.09-r3?rev=1.1&content-type=text/plain

Index: digest-mockobjects-0.09-r3
===================================================================
MD5 7303d44625729f914c7b93296ba72d9d mockobjects-java-0.09-gentoo.tar.bz2 98965
RMD160 7f84c28249c4fa0c13d7f433b47eebf5571edc79 mockobjects-java-0.09-gentoo.tar.bz2 98965
SHA256 e869b4cb103e07d041f06f5fa5dfaa5e6eaad2d709ab2cf5446c9fff3b4f5d16 mockobjects-java-0.09-gentoo.tar.bz2 98965



-- 
gentoo-commits@gentoo.org mailing list



                 reply	other threads:[~2007-12-02 13:37 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=E1Iyp0m-0004c7-6X@stork.gentoo.org \
    --to=caster@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