Mercurial > hg > portage
changeset 404:4fa9585d608a
remove outdated bouml ebuild
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 05 Jan 2016 13:47:01 +0100 |
parents | 3931bbd1a475 |
children | d54d47bdd912 |
files | dev-util/bouml/Manifest dev-util/bouml/bouml-4.4.1.ebuild |
diffstat | 2 files changed, 0 insertions(+), 36 deletions(-) [+] |
line wrap: on
line diff
--- a/dev-util/bouml/Manifest Thu Nov 19 07:11:32 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -DIST bouml_4.4.1.tar.gz 4621079 RMD160 6e532366a3efa399944675c88d63549c695ea0ef SHA1 edef76f9de7e6d74d67778d3c135323b1ac4ab1c SHA256 d73117423d5b79549e5520e8d816c88eecb4400533fd8bffa7584003739fb3d6 -EBUILD bouml-4.4.1.ebuild 863 RMD160 47066bd3274de00e80f41fbe4238b37e65029d8e SHA1 1e8919260fa88786101ace8225f4e68a3b628022 SHA256 84b59c27cd15b4ed4a1b15a712492c547606df27a31990929c3d9a7a76c1fbb5
--- a/dev-util/bouml/bouml-4.4.1.ebuild Thu Nov 19 07:11:32 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# 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.4.ebuild,v 1.1 2007/12/23 21:27:06 ferdy 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="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" -}