Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/bsh: ChangeLog bsh-2.0_beta4-r3.ebuild
Date: Sat, 31 Dec 2011 12:24:54
Message-Id: 20111231122444.AE7272004B@flycatcher.gentoo.org
1 sera 11/12/31 12:24:44
2
3 Modified: ChangeLog bsh-2.0_beta4-r3.ebuild
4 Log:
5 Drop ia64 support #345433
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 dev-java/bsh/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 3 Jan 2010 20:17:47 -0000 1.54
23 +++ ChangeLog 31 Dec 2011 12:24:44 -0000 1.55
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-java/bsh
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.54 2010/01/03 20:17:47 fauli Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.55 2011/12/31 12:24:44 sera Exp $
30 +
31 + 31 Dec 2011; Ralph Sennhauser <sera@g.o> bsh-2.0_beta4-r3.ebuild:
32 + Drop ia64 support #345433
33
34 03 Jan 2010; Christian Faulhammer <fauli@g.o>
35 bsh-2.0_beta4-r3.ebuild:
36
37
38
39 1.9 dev-java/bsh/bsh-2.0_beta4-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild?r1=1.8&r2=1.9
44
45 Index: bsh-2.0_beta4-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- bsh-2.0_beta4-r3.ebuild 3 Jan 2010 20:17:47 -0000 1.8
52 +++ bsh-2.0_beta4-r3.ebuild 31 Dec 2011 12:24:44 -0000 1.9
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild,v 1.8 2010/01/03 20:17:47 fauli Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r3.ebuild,v 1.9 2011/12/31 12:24:44 sera Exp $
59
60 EAPI=1
61 JAVA_PKG_IUSE="doc source"
62 @@ -16,7 +16,7 @@
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
67 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
68 IUSE="bsf readline"
69 # some tests fail but ant doesn't fail
70 RESTRICT="test"