diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 18:37:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 18:37:44 +0000 |
commit | 19c66dc0359bf5091c20abda0ce81fbfeed74680 (patch) | |
tree | f4d6ee43bef4fe4bc930e245318de119ec23cebb /dev-util/bouml | |
parent | Adding a patch to compile against >=media-libs/libquicktime-0.9.9, bug #141429 (diff) | |
download | gentoo-2-19c66dc0359bf5091c20abda0ce81fbfeed74680.tar.gz gentoo-2-19c66dc0359bf5091c20abda0ce81fbfeed74680.tar.bz2 gentoo-2-19c66dc0359bf5091c20abda0ce81fbfeed74680.zip |
Version bump, thanks to Bruno Pages (upstream of bouml) for the help on getting the build system cleaned up so that the ebuild doesn't need to replace it anymore. Also add icons in menus.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'dev-util/bouml')
-rw-r--r-- | dev-util/bouml/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/bouml/bouml-2.17.2.ebuild | 33 | ||||
-rw-r--r-- | dev-util/bouml/files/digest-bouml-2.17.2 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/dev-util/bouml/ChangeLog b/dev-util/bouml/ChangeLog index 63d5a2ad3f38..8196a7516c2a 100644 --- a/dev-util/bouml/ChangeLog +++ b/dev-util/bouml/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/bouml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.5 2006/09/22 20:05:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.6 2006/10/17 18:37:44 flameeyes Exp $ + +*bouml-2.17.2 (17 Oct 2006) + + 17 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +bouml-2.17.2.ebuild: + Version bump, thanks to Bruno Pages (upstream of bouml) for the help on + getting the build system cleaned up so that the ebuild doesn't need to + replace it anymore. Also add icons in menus. *bouml-2.17.1 (22 Sep 2006) diff --git a/dev-util/bouml/bouml-2.17.2.ebuild b/dev-util/bouml/bouml-2.17.2.ebuild new file mode 100644 index 000000000000..44ceba721b50 --- /dev/null +++ b/dev-util/bouml/bouml-2.17.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-2.17.2.ebuild,v 1.1 2006/10/17 18:37:44 flameeyes Exp $ + +inherit qt3 toolchain-funcs multilib eutils + +MY_P="${PN}_${PV}" + +DESCRIPTION="Free UML 2 tool box with C++, Java and Idl 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() { + emake QMAKE="${QTDIR}/bin/qmake" \ + CC="$(tc-getCC) ${CFLAGS}" \ + CXX="$(tc-getCXX) ${CXXFLAGS}" \ + LINK="$(tc-getCXX) ${LDFLAGS}" \ + || die "emake failed" +} + +src_install() { + emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die "emake install failed" +} diff --git a/dev-util/bouml/files/digest-bouml-2.17.2 b/dev-util/bouml/files/digest-bouml-2.17.2 new file mode 100644 index 000000000000..00efa5270a0f --- /dev/null +++ b/dev-util/bouml/files/digest-bouml-2.17.2 @@ -0,0 +1,3 @@ +MD5 30c7ea39186eb4f1115514d438bf3f99 bouml_2.17.2.tar.gz 2884752 +RMD160 ab4fec5cbf874af8d7cb3bdc14af0eed93b50a45 bouml_2.17.2.tar.gz 2884752 +SHA256 c8465da72b688c209ce824741e21971462c62477c2f71f19597ca7bbd74c8127 bouml_2.17.2.tar.gz 2884752 |