| Summary: | tikzuml broken link in ebuild | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sergio Iglesias Amador <sergiotargz> |
| Component: | Overlays | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | solution | ||
Comment on attachment 466124 [details, diff] solution ># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit latex-package > >DESCRIPTION="TikZ extension to manage common UML diagrams" >HOMEPAGE="http://perso.ensta-paristech.fr/~kielbasi/tikzuml/" >MY_P=${PN}-v${PV/_p*/} >SRC_URI="http://perso.ensta-paristech.fr/~kielbasi/${PN}/var/files/src/${MY_P}-${PV: -8:4}-${PV: -4:2}-${PV: -2:2}.tbz" > >LICENSE="tba" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc examples" > >S=${WORKDIR}/${MY_P} > >src_install() { > latex-package_src_install > if use doc; then > cd "${S}/doc" || die > latex-package_src_install > fi > if use examples; then > cd "${S}/examples" || die > latex-package_src_install > fi >} Sorry, but tikzuml package isn't present in Gentoo and there are too many overlays, so you'll have to more specific what is the package exactly and where it comes from. Sorry, the overlay is called xmw and I saw it here https://cgit.gentoo.org/dev/xmw.git/tree/ |
Created attachment 466124 [details, diff] solution Attached a ebuild solving it.