commit: ea6a13ed43019edc8bb1071d195e6f29a610ee65 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 16:57:13 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 16:57:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea6a13ed
sci-misc/finomaton: depend on unzip, properly name zip file Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-misc/finomaton/finomaton-1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild index 83edf89bf..e047c9e71 100644 --- a/sci-misc/finomaton/finomaton-1.0.ebuild +++ b/sci-misc/finomaton/finomaton-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ EAPI=5 DESCRIPTION="Simple tcl/tk script to draw finite state automata" HOMEPAGE="https://www.ctan.org/pkg/finomaton" -SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip" +SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip -> ${P}.zip" LICENSE="GPL-2" SLOT="0" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" # script only -DEPEND="" +DEPEND="app-arch/unzip" # tex for metapost RDEPEND=" dev-lang/tk:0
