From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-158206-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 1EEC213877A
	for <garchives@archives.gentoo.org>; Tue, 26 Aug 2014 12:42:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1ADB2E0931;
	Tue, 26 Aug 2014 12:42:45 +0000 (UTC)
Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D5022E090F
	for <gentoo-user@lists.gentoo.org>; Tue, 26 Aug 2014 12:42:43 +0000 (UTC)
Received: by mail-la0-f49.google.com with SMTP id hz20so14959851lab.36
        for <gentoo-user@lists.gentoo.org>; Tue, 26 Aug 2014 05:42:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=7xOnieWUcaaG0G/NR5E4LeFrQAv2FFUC4Ir/Gowoiho=;
        b=ahjzf7PyRPbOSSg5xvq6TyHpEYnjxvitmBWKE3y/8bAvaHiaxrM40KKtPL4x9lMddv
         ZruxkI2cbLqN2j2UO1b4BwwcwIJEv2BNDwLpvcE7ACCdN8mAypm3eEt/yvROFi7A7W/6
         3lxHvvbgBozV7Rwm3o7p46iMO9e84daqAFodCmU9om4jjYSOuqVGjR2ZB0N8uCOpox/5
         X+2pL3dZDyY714PaM15PTxMYD68hZbrwH2Vhn32jP8VspgTTGJyMDp2xCfzKrpeKYZqa
         ywTBLuwmmkhYJYRHTvw9nuuow2MNoni96JhS77EDf+FNVRjdTPmUfnAzzSnD8sqKTDcy
         5G9A==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.152.115.196 with SMTP id jq4mr26183003lab.43.1409056962010;
 Tue, 26 Aug 2014 05:42:42 -0700 (PDT)
Received: by 10.112.59.134 with HTTP; Tue, 26 Aug 2014 05:42:41 -0700 (PDT)
In-Reply-To: <loom.20140826T032814-421@post.gmane.org>
References: <loom.20140825T182425-189@post.gmane.org>
	<loom.20140825T202034-659@post.gmane.org>
	<CAGQH77dAFOCfyCYj3zrrXEynkU7ian05sSq-Gg8WPaAJLNy3LQ@mail.gmail.com>
	<loom.20140826T032814-421@post.gmane.org>
Date: Tue, 26 Aug 2014 06:42:41 -0600
Message-ID: <CAGQH77fmFK1F+ca=YBC5o_Zae8hcXhmsM6RZN4CLyfS_vDmZSA@mail.gmail.com>
Subject: Re: [gentoo-user] Re: openjdk-6-jdk
From: =?UTF-8?Q?Jc_Garc=C3=ADa?= <jyo.garcia@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: feebf663-8c3f-46b2-ac0e-2bcee75bec0b
X-Archives-Hash: 51a477f5d99ea7e6c05d0bd091a00580

2014-08-25 19:56 GMT-06:00 James <wireless@tampabay.rr.com>:
> Jc Garc=C3=ADa <jyo.garcia <at> gmail.com> writes:
>
>
>
>> >
>> Just dropping and idea for your ebuild, you might have this planned
>> but anyway, I would put something like 'virtual/jdk:1.6' in RDEPEND,
>> so if things work as they should(but that's not realistic), any of the
>> java implementations in the tree would provide jdk6 for your ebuild.
>
> I installed icedtea-bin for now.
>
> From the ebuild (which is a hack) I have :
>
> DEPEND=3D"net-misc/curl
>         dev-libs/cyrus-sasl
>         python? ( dev-lang/python dev-python/boto )
>         java? ( virtual/jdk )"
>
>
I have seen many ebuilds, with RDEPEND=3D"cat/pkg...." and
DEPEND=3D"${RDEPEND}", I would use that. because jdk is both a runtime,
and a build time dependency  in this case.

> It seems would not compile until I installed the maven-bin
> package......Which is not a requisite in the ebuild
> but I saw that maben was a required code for building mesos on another
> distro....
>
Put maven-bin in DEPEND then, with any other build time dependency,
also there's a java-mvn-src eclass in the tree, and two other maven
related eclasses in the java overlay. check those out if you haven't
already . I have never used maven, only ant and I'm still learning
about ebuilds, so I can't say anything else.

> Like I said, it's a hack, but I'll get it cleaned up; because nobody
> else seemed motivated to get mesos running on gentoo.
>
> Now it off to get spark[1] and the hadoop[2] happy on gentoo...
>
> happy, happy happy
>
>
> James
>
> [1] https://spark.apache.org/
>
> [2] http://hadoop.apache.org/
>
>
>
>
>