Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ecj: ChangeLog eselect-ecj-0.4.ebuild
Date: Sun, 28 Feb 2010 18:27:45
Message-Id: E1Nlnbb-0005kr-Hy@stork.gentoo.org
1 abcd 10/02/28 18:11:03
2
3 Modified: ChangeLog
4 Added: eselect-ecj-0.4.ebuild
5 Log:
6 Version bump to add prefix support, keywords
7 (Portage version: -svn/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 app-admin/eselect-ecj/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ecj/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 10 Nov 2009 20:13:57 -0000 1.5
23 +++ ChangeLog 28 Feb 2010 18:11:02 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-admin/eselect-ecj
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ecj/ChangeLog,v 1.5 2009/11/10 20:13:57 caster Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ecj/ChangeLog,v 1.6 2010/02/28 18:11:02 abcd Exp $
30 +
31 +*eselect-ecj-0.4 (28 Feb 2010)
32 +
33 + 28 Feb 2010; Jonathan Callen <abcd@g.o> +eselect-ecj-0.4.ebuild,
34 + +files/ecj-0.4.eselect:
35 + Version bump to add prefix support, keywords
36
37 10 Nov 2009; Vlastimil Babka <caster@g.o> eselect-ecj-0.3.ebuild:
38 Remove ecj-3.2 and add ecj-3.5 in the dependency alternatives.
39
40
41
42 1.1 app-admin/eselect-ecj/eselect-ecj-0.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/eselect-ecj-0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/eselect-ecj-0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eselect-ecj-0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ecj/eselect-ecj-0.4.ebuild,v 1.1 2010/02/28 18:11:02 abcd Exp $
52
53 EAPI=1
54
55 DESCRIPTION="Manages ECJ symlinks"
56 HOMEPAGE="http://www.gentoo.org/"
57 SRC_URI=""
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
61 IUSE=""
62
63 RDEPEND=">=app-admin/eselect-1.2"
64 PDEPEND="
65 || (
66 dev-java/eclipse-ecj:3.5
67 dev-java/eclipse-ecj:3.4
68 >=dev-java/eclipse-ecj-3.3.0-r2:3.3
69 )"
70
71 src_install() {
72 insinto /usr/share/eselect/modules
73 newins "${FILESDIR}/ecj-${PV}.eselect" ecj.eselect || die "newins failed"
74 }