diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-03-19 23:08:10 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-03-19 23:08:10 +0000 |
commit | 0179389aaa6d9f55273c0fd2886ce4eb2f0e11a2 (patch) | |
tree | cfd8e8bd52fc8338b78bbc17d1f9eb2fddd1addc /dev-util | |
parent | Added NEED_PYTHON. Added missing rdep on setuptools. Fixed setup.py to skip u... (diff) | |
download | gentoo-2-0179389aaa6d9f55273c0fd2886ce4eb2f0e11a2.tar.gz gentoo-2-0179389aaa6d9f55273c0fd2886ce4eb2f0e11a2.tar.bz2 gentoo-2-0179389aaa6d9f55273c0fd2886ce4eb2f0e11a2.zip |
New upstream version. Adding myself as maintainer.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bouml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bouml/bouml-2.22.ebuild | 33 | ||||
-rw-r--r-- | dev-util/bouml/files/digest-bouml-2.22 | 3 | ||||
-rw-r--r-- | dev-util/bouml/metadata.xml | 6 |
4 files changed, 48 insertions, 2 deletions
diff --git a/dev-util/bouml/ChangeLog b/dev-util/bouml/ChangeLog index 7bafcc991041..fa1f4fcaaeb9 100644 --- a/dev-util/bouml/ChangeLog +++ b/dev-util/bouml/ChangeLog @@ -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.22 2007/03/19 03:19:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.23 2007/03/19 23:08:10 ferdy Exp $ + +*bouml-2.22 (19 Mar 2007) + + 19 Mar 2007; Fernando J. Pereda <ferdy@gentoo.org> metadata.xml, + +bouml-2.22.ebuild: + New upstream version. Adding myself as maintainer. 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove flameeyes from metadata.xml due to retirement. diff --git a/dev-util/bouml/bouml-2.22.ebuild b/dev-util/bouml/bouml-2.22.ebuild new file mode 100644 index 000000000000..4215a6155a02 --- /dev/null +++ b/dev-util/bouml/bouml-2.22.ebuild @@ -0,0 +1,33 @@ +# 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-2.22.ebuild,v 1.1 2007/03/19 23:08:10 ferdy 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.22 b/dev-util/bouml/files/digest-bouml-2.22 new file mode 100644 index 000000000000..d7bcc41cb018 --- /dev/null +++ b/dev-util/bouml/files/digest-bouml-2.22 @@ -0,0 +1,3 @@ +MD5 32a040be4f32e38be9d90b2bbe441002 bouml_2.22.tar.gz 3718090 +RMD160 821e48c1679f18d49077118197f02d76615874d5 bouml_2.22.tar.gz 3718090 +SHA256 99d2e7bea6c02a7fdb05b8f955724c75f5178e38afa28c0a5a510cde4aba4356 bouml_2.22.tar.gz 3718090 diff --git a/dev-util/bouml/metadata.xml b/dev-util/bouml/metadata.xml index 20ce219711a2..2b3b80d69d22 100644 --- a/dev-util/bouml/metadata.xml +++ b/dev-util/bouml/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> + <herd>no-herd</herd> + <maintainer> + <email>ferdy@gentoo.org</email> + <name>Fernando J. Pereda</name> + </maintainer> </pkgmetadata> |