Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611884 - tikzuml broken link in ebuild
Summary: tikzuml broken link in ebuild
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 12:19 UTC by Sergio Iglesias Amador
Modified: 2017-03-10 08:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
solution (tikzuml-1.0b_p20130201.ebuild,704 bytes, patch)
2017-03-06 12:19 UTC, Sergio Iglesias Amador
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Iglesias Amador 2017-03-06 12:19:31 UTC
Created attachment 466124 [details, diff]
solution

Attached a ebuild solving it.
Comment 1 Sergio Iglesias Amador 2017-03-06 12:20:23 UTC
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
>}
Comment 2 Coacher 2017-03-08 15:33:12 UTC
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.
Comment 3 Sergio Iglesias Amador 2017-03-10 08:23:31 UTC
Sorry, the overlay is called xmw and I saw it here https://cgit.gentoo.org/dev/xmw.git/tree/