diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 17:33:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 17:33:51 +0000 |
commit | df6159c2cae35df571648d520eb65ccb64806aa7 (patch) | |
tree | a423568f63d88fa5d71b107409323fd7d6cfff9f /dev-util/bouml | |
parent | Marking startup-notification-0.10 ppc64 for bug 287214 (diff) | |
download | gentoo-2-df6159c2cae35df571648d520eb65ccb64806aa7.tar.gz gentoo-2-df6159c2cae35df571648d520eb65ccb64806aa7.tar.bz2 gentoo-2-df6159c2cae35df571648d520eb65ccb64806aa7.zip |
Version bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bouml')
-rw-r--r-- | dev-util/bouml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/bouml/bouml-2.27.ebuild | 35 | ||||
-rw-r--r-- | dev-util/bouml/bouml-2.30.2.ebuild | 35 | ||||
-rw-r--r-- | dev-util/bouml/bouml-3.3.4.ebuild | 36 | ||||
-rw-r--r-- | dev-util/bouml/bouml-3.4.ebuild | 36 | ||||
-rw-r--r-- | dev-util/bouml/bouml-4.12.1.ebuild | 36 | ||||
-rw-r--r-- | dev-util/bouml/bouml-4.16.4.ebuild (renamed from dev-util/bouml/bouml-4.13.1.ebuild) | 11 | ||||
-rw-r--r-- | dev-util/bouml/bouml-4.6.1.ebuild | 36 |
8 files changed, 10 insertions, 222 deletions
diff --git a/dev-util/bouml/ChangeLog b/dev-util/bouml/ChangeLog index 8dc0bfb5d613..1d6458165851 100644 --- a/dev-util/bouml/ChangeLog +++ b/dev-util/bouml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/bouml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.39 2009/10/09 16:30:12 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.40 2009/12/31 17:33:51 ssuominen Exp $ + +*bouml-4.16.4 (31 Dec 2009) + + 31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +bouml-4.16.4.ebuild: + Version bump. *bouml-4.15 (09 Oct 2009) diff --git a/dev-util/bouml/bouml-2.27.ebuild b/dev-util/bouml/bouml-2.27.ebuild deleted file mode 100644 index a10e5d495033..000000000000 --- a/dev-util/bouml/bouml-2.27.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-2.27.ebuild,v 1.2 2008/07/27 21:29:16 carlo Exp $ - -EAPI=1 - -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="x11-libs/qt: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/bouml-2.30.2.ebuild b/dev-util/bouml/bouml-2.30.2.ebuild deleted file mode 100644 index 072868df4e26..000000000000 --- a/dev-util/bouml/bouml-2.30.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-2.30.2.ebuild,v 1.2 2008/07/27 21:29:16 carlo Exp $ - -EAPI=1 - -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="x11-libs/qt: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/bouml-3.3.4.ebuild b/dev-util/bouml/bouml-3.3.4.ebuild deleted file mode 100644 index 990273799290..000000000000 --- a/dev-util/bouml/bouml-3.3.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.2 2008/07/27 21:29:16 carlo Exp $ - -EAPI=1 - -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="x11-libs/qt: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" -} diff --git a/dev-util/bouml/bouml-3.4.ebuild b/dev-util/bouml/bouml-3.4.ebuild deleted file mode 100644 index bd4f9e6958e1..000000000000 --- a/dev-util/bouml/bouml-3.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-3.4.ebuild,v 1.2 2008/07/27 21:29:16 carlo Exp $ - -EAPI=1 - -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="x11-libs/qt: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" -} diff --git a/dev-util/bouml/bouml-4.12.1.ebuild b/dev-util/bouml/bouml-4.12.1.ebuild deleted file mode 100644 index b71a79ad9bd1..000000000000 --- a/dev-util/bouml/bouml-4.12.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.12.1.ebuild,v 1.1 2009/04/04 10:28:08 bangert Exp $ - -EAPI=1 - -inherit multilib qt3 - -MY_P="${PN}_${PV}" - -DESCRIPTION="Free UML 2 tool with code generation" -HOMEPAGE="http://bouml.free.fr/" -SRC_URI="http://downloads.sourceforge.net/bouml/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="x11-libs/qt: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" -} diff --git a/dev-util/bouml/bouml-4.13.1.ebuild b/dev-util/bouml/bouml-4.16.4.ebuild index e952566810d7..b7095f142ac4 100644 --- a/dev-util/bouml/bouml-4.13.1.ebuild +++ b/dev-util/bouml/bouml-4.16.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.13.1.ebuild,v 1.1 2009/09/12 01:34:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.16.4.ebuild,v 1.1 2009/12/31 17:33:51 ssuominen Exp $ EAPI=1 - inherit multilib qt3 -MY_P="${PN}_${PV}" +MY_P=${PN}_${PV} DESCRIPTION="Free UML 2 tool with code generation" HOMEPAGE="http://bouml.free.fr/" @@ -18,9 +17,8 @@ KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/qt:3" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_compile() { find src/ genplugouts/ -type f -name "*.pro" | while read file; do @@ -31,6 +29,5 @@ src_compile() { } src_install() { - emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \ - || die "emake install failed" + emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die } diff --git a/dev-util/bouml/bouml-4.6.1.ebuild b/dev-util/bouml/bouml-4.6.1.ebuild deleted file mode 100644 index 5a7c267e5052..000000000000 --- a/dev-util/bouml/bouml-4.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.6.1.ebuild,v 1.1 2008/09/26 15:11:46 humpback Exp $ - -EAPI=1 - -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="x11-libs/qt: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" -} |