From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MWcM1-0006W3-2o for garchives@archives.gentoo.org; Thu, 30 Jul 2009 20:35:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C1DBE0797; Thu, 30 Jul 2009 20:35:56 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.146]) by pigeon.gentoo.org (Postfix) with ESMTP id 1AA85E0797 for ; Thu, 30 Jul 2009 20:35:56 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 5so416100eyb.10 for ; Thu, 30 Jul 2009 13:35:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OOBkaEE+Ger9Bw/rkkU7af8/Dpu3/juJ1TGftGCUAX4=; b=NjHLwatmx5EGuEncV/rN9VB7Yup5TLY2XsMy76V1njKa2RQEpi2zb78KGENeIoP/Ra ReJk7XZm4sbbu5HKiixJWCvEZXC4lsDvucsShhXHPJB6VLUxBzDJc64ohcBd3aHG1Fkr 4AEtLgmbPw63OEW3NzoNiviB6gUpy5YG35blM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Xbx6qU9FIlmVwt1m0OVMxu3wUDK+JMB6EeUtfqSXoaMSGMyNNZWsU7SxzC0tM19nzi /e1WwdQBVXKzElJ1HXuOo3U+SUHcwuHvHbD94+6WcETVshHL/5T+oYi/wHAa3EI54KIs ACf2H7CaypsX961OXMxaeTFD7LjKLh/DgioPg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org MIME-Version: 1.0 Received: by 10.210.143.17 with SMTP id q17mr1964010ebd.97.1248986155537; Thu, 30 Jul 2009 13:35:55 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jul 2009 23:35:55 +0300 Message-ID: Subject: [gentoo-java] Re: Any ebuilds for JHotDraw and JStock? From: "Arttu V." To: gentoo-java@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 48578afc-ad52-43df-8e49-838598677d07 X-Archives-Hash: 1ef047a16d8cce55bb446ce600df3a3b On 7/3/09, Arttu V. wrote: > Hello, > > Does anyone happen to know of functional ebuilds for JStock [0] > (and/or JHotDraw [1] 7.0 or higher which will be a dependency of > JStock)? Or are they too complicated to install via portage for now? > > [0] http://sourceforge.net/projects/jstock/ > [1] http://sourceforge.net/projects/jhotdraw/ Ok, the jury is out with a verdict. If you want to run jstock on Gentoo, you're probably best off downloading the binary they distribute. Just unpack it whereever you want, chmod u+x the shell script runner they have, and rock'n'roll. I tried to type an ebuild for jstock, and out of its around 20+ dependencies most were available either in portage or java-overlay. However, notably jhotdraw wasn't, and while typing an ebuild for it I came to the conclusion that the missing is probably for a reason. Jhotdraw7 would want jdo 1.0.1 jar (or something, cannot remember exactly, it was a couple weeks ago already), and I couldn't find its sources before I decided to go with the binary solution. HTH if anyone else is looking at JStock. It seemed to run nicely from the binary package. -- Arttu V.