Gentoo Archives: gentoo-commits

From: "Fernando J. Pereda (ferdy)" <ferdy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bouml: ChangeLog bouml-3.4.ebuild
Date: Sun, 23 Dec 2007 21:27:15
Message-Id: E1J6YLi-0008K0-Uu@stork.gentoo.org
1 ferdy 07/12/23 21:27:06
2
3 Modified: ChangeLog
4 Added: bouml-3.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.34 dev-util/bouml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 28 Nov 2007 20:26:25 -0000 1.33
23 +++ ChangeLog 23 Dec 2007 21:27:06 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/bouml
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.33 2007/11/28 20:26:25 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.34 2007/12/23 21:27:06 ferdy Exp $
29 +
30 +*bouml-3.4 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Fernando J. Pereda <ferdy@g.o> +bouml-3.4.ebuild:
33 + Version bump
34
35 *bouml-3.3.4 (28 Nov 2007)
36
37
38
39
40 1.1 dev-util/bouml/bouml-3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bouml-3.4.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-util/bouml/bouml-3.4.ebuild,v 1.1 2007/12/23 21:27:06 ferdy Exp $
50
51 inherit multilib qt3
52
53 MY_P="${PN}_${PV}"
54
55 DESCRIPTION="Free UML 2 tool with code generation"
56 HOMEPAGE="http://bouml.free.fr/"
57 SRC_URI="http://bouml.free.fr/${MY_P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
62 IUSE=""
63
64 DEPEND="$(qt_min_version 3)"
65 RDEPEND="${DEPEND}"
66
67 S="${WORKDIR}/${MY_P}"
68
69 src_compile() {
70 find src/ genplugouts/ -type f -name "*.pro" | while read file; do
71 local subdir="${file%/*}"
72 eqmake3 "${file}" -o "${subdir}"/Makefile
73 emake -C "${subdir}" || die "emake failed in ${subdir}"
74 done
75 }
76
77 src_install() {
78 emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
79 || die "emake install failed"
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list