Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373017
Collapse All | Expand All

(-)argouml-0.32.2.ebuild (-3 / +3 lines)
Lines 4-12 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit fdo-mime java-pkg-2
7
inherit eutils fdo-mime java-pkg-2
8
8
9
DESCRIPTION="modelling tool that helps you do your design using UML"
9
DESCRIPTION="Modelling tool that helps you do your design using UML"
10
HOMEPAGE="http://argouml.tigris.org"
10
HOMEPAGE="http://argouml.tigris.org"
11
BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}"
11
BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}"
12
SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz
12
SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz
Lines 47-53 Link Here
47
	fi
47
	fi
48
48
49
	doicon "${FILESDIR}"/${PN}.png || die
49
	doicon "${FILESDIR}"/${PN}.png || die
50
	make_desktop_entry ${PN} "ArgoUML" ${PN} "Graphics"
50
	make_desktop_entry ${PN} ArgoUML
51
}
51
}
52
52
53
pkg_postinst() {
53
pkg_postinst() {

Return to bug 373017