dev-util/douml - 9999 (rion)

Search

Install

Install this version:

emerge -a =dev-util/douml-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/douml-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/douml-9999

Package Information

Description:
Powerful UML 2 modelling tool. BoUML fork
Homepage:
https://github.com/DoUML/douml
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qmake-utils git-r3 gnome2-utils

DESCRIPTION="Powerful UML 2 modelling tool. BoUML fork"
HOMEPAGE="https://github.com/DoUML/douml"
EGIT_REPO_URI="https://github.com/DoUML/douml.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-qt/qtsql:5"
RDEPEND="${DEPEND}"

pkg_setup() {
	export QT_SELECT=5
}

pkg_postinst() {
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}

Inherited Eclasses

Dependencies

DEPEND

dev-qt/qtsql:5

RDEPEND

dev-qt/qtsql:5