Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/boo: ChangeLog boo-0.7.9.2659.ebuild
Date: Mon, 31 Dec 2007 04:00:59
Message-Id: E1J9Bpc-0001hy-RI@stork.gentoo.org
1 jurek 07/12/31 04:00:52
2
3 Modified: ChangeLog
4 Added: boo-0.7.9.2659.ebuild
5 Log:
6 dev-lang/boo: version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.19 dev-lang/boo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/boo/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/boo/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/boo/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 12 Oct 2007 08:44:43 -0000 1.18
23 +++ ChangeLog 31 Dec 2007 04:00:52 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/boo
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.18 2007/10/12 08:44:43 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.19 2007/12/31 04:00:52 jurek Exp $
29 +
30 +*boo-0.7.9.2659 (31 Dec 2007)
31 +
32 + 31 Dec 2007; Jurek Bartuszek <jurek@g.o> +boo-0.7.9.2659.ebuild:
33 + version bump
34
35 12 Oct 2007; RĂ©mi Cardona <remi@g.o> boo-0.7.5.2013-r1.ebuild,
36 boo-0.7.6.2237-r1.ebuild:
37
38
39
40 1.1 dev-lang/boo/boo-0.7.9.2659.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/boo/boo-0.7.9.2659.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/boo/boo-0.7.9.2659.ebuild?rev=1.1&content-type=text/plain
44
45 Index: boo-0.7.9.2659.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.9.2659.ebuild,v 1.1 2007/12/31 04:00:52 jurek Exp $
50
51 inherit mono fdo-mime eutils autotools
52
53 DESCRIPTION="A wrist friendly language for the CLI"
54 HOMEPAGE="http://boo.codehaus.org/"
55 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}.tar.gz"
56
57 LICENSE="BSD"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND=">=dev-lang/mono-1.1.4
64 dev-dotnet/nant
65 x11-misc/shared-mime-info
66 =x11-libs/gtksourceview-1*"
67
68 MAKEOPTS="-j1 ${MAKEOPTS}"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73
74 sed -i -e \
75 's#boo.lang##' extras/Makefile.am \
76 || die "sed failed"
77
78 eautoreconf || die "eautoreconf failed"
79 }
80
81 src_compile() {
82 econf || die "econf failed"
83 emake || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "install failed"
88 dodoc ChangeLog README || die "dodoc failed"
89 }
90
91 pkg_postinst() {
92 fdo-mime_mime_database_update
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list