Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bouml: ChangeLog bouml-4.16.4.ebuild bouml-3.4.ebuild bouml-4.6.1.ebuild bouml-4.12.1.ebuild bouml-2.27.ebuild bouml-4.13.1.ebuild bouml-3.3.4.ebuild bouml-2.30.2.ebuild
Date: Thu, 31 Dec 2009 17:33:56
Message-Id: E1NQOuG-000568-5u@stork.gentoo.org
1 ssuominen 09/12/31 17:33:52
2
3 Modified: ChangeLog
4 Added: bouml-4.16.4.ebuild
5 Removed: bouml-3.4.ebuild bouml-4.6.1.ebuild
6 bouml-4.12.1.ebuild bouml-2.27.ebuild
7 bouml-4.13.1.ebuild bouml-3.3.4.ebuild
8 bouml-2.30.2.ebuild
9 Log:
10 Version bump.
11 (Portage version: 2.2_rc61/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.40 dev-util/bouml/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.40&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.40&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?r1=1.39&r2=1.40
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v
23 retrieving revision 1.39
24 retrieving revision 1.40
25 diff -u -r1.39 -r1.40
26 --- ChangeLog 9 Oct 2009 16:30:12 -0000 1.39
27 +++ ChangeLog 31 Dec 2009 17:33:51 -0000 1.40
28 @@ -1,6 +1,11 @@
29 # ChangeLog for dev-util/bouml
30 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.39 2009/10/09 16:30:12 vostorga Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.40 2009/12/31 17:33:51 ssuominen Exp $
33 +
34 +*bouml-4.16.4 (31 Dec 2009)
35 +
36 + 31 Dec 2009; Samuli Suominen <ssuominen@g.o> +bouml-4.16.4.ebuild:
37 + Version bump.
38
39 *bouml-4.15 (09 Oct 2009)
40
41
42
43
44 1.1 dev-util/bouml/bouml-4.16.4.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-4.16.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-4.16.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bouml-4.16.4.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.16.4.ebuild,v 1.1 2009/12/31 17:33:51 ssuominen Exp $
54
55 EAPI=1
56 inherit multilib qt3
57
58 MY_P=${PN}_${PV}
59
60 DESCRIPTION="Free UML 2 tool with code generation"
61 HOMEPAGE="http://bouml.free.fr/"
62 SRC_URI="http://downloads.sourceforge.net/bouml/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
67 IUSE=""
68
69 DEPEND="x11-libs/qt:3"
70
71 S=${WORKDIR}/${MY_P}
72
73 src_compile() {
74 find src/ genplugouts/ -type f -name "*.pro" | while read file; do
75 local subdir="${file%/*}"
76 eqmake3 "${file}" -o "${subdir}"/Makefile
77 emake -C "${subdir}" || die "emake failed in ${subdir}"
78 done
79 }
80
81 src_install() {
82 emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die
83 }