public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/bouml: ChangeLog bouml-3.3.4.ebuild bouml-3.3.2.ebuild
@ 2007-11-28 20:26 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2007-11-28 20:26 UTC (permalink / raw
  To: gentoo-commits

dev-zero    07/11/28 20:26:26

  Modified:             ChangeLog
  Added:                bouml-3.3.4.ebuild
  Removed:              bouml-3.3.2.ebuild
  Log:
  Version bump. Dropped old buggy version.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.33                 dev-util/bouml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	14 Nov 2007 22:01:10 -0000	1.32
+++ ChangeLog	28 Nov 2007 20:26:25 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/bouml
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.32 2007/11/14 22:01:10 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.33 2007/11/28 20:26:25 dev-zero Exp $
+
+*bouml-3.3.4 (28 Nov 2007)
+
+  28 Nov 2007; Tiziano Müller <dev-zero@gentoo.org> -bouml-3.3.2.ebuild,
+  +bouml-3.3.4.ebuild:
+  Version bump. Dropped old buggy version.
 
 *bouml-3.3.2 (14 Nov 2007)
 



1.1                  dev-util/bouml/bouml-3.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-3.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-3.3.4.ebuild?rev=1.1&content-type=text/plain

Index: bouml-3.3.4.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-3.3.4.ebuild,v 1.1 2007/11/28 20:26:25 dev-zero Exp $

inherit multilib qt3

MY_P="${PN}_${PV}"

DESCRIPTION="Free UML 2 tool with code generation"
HOMEPAGE="http://bouml.free.fr/"
SRC_URI="http://bouml.free.fr/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""

DEPEND="$(qt_min_version 3)"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_compile() {
	find src/ genplugouts/ -type f -name "*.pro" | while read file; do
		local subdir="${file%/*}"
		eqmake3 "${file}" -o "${subdir}"/Makefile
		emake -C "${subdir}" || die "emake failed in ${subdir}"
	done
}

src_install() {
	emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
		|| die "emake install failed"
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-28 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-28 20:26 [gentoo-commits] gentoo-x86 commit in dev-util/bouml: ChangeLog bouml-3.3.4.ebuild bouml-3.3.2.ebuild Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox