From ea6a13ed43019edc8bb1071d195e6f29a610ee65 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 19 Jan 2021 17:57:13 +0100 Subject: 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 --- sci-misc/finomaton/Manifest | 2 +- sci-misc/finomaton/finomaton-1.0.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-misc/finomaton/Manifest b/sci-misc/finomaton/Manifest index b4edb51ab..1bb6119bb 100644 --- a/sci-misc/finomaton/Manifest +++ b/sci-misc/finomaton/Manifest @@ -1 +1 @@ -DIST finomaton.zip 72250 BLAKE2B 086e4db9185b9ead1b9375c090d927fad32095a4adfd066bd5f1821fe19ce580436ad68164aa2b2e626fe5966bc7876643e3ba9a28e1fd4f3e08f5e9656dde38 SHA512 0e69da93ffa049eb4b8efbb51f6eeaacce3496a60fdfa0b3fc7379ee969dcbe937c311fcb0e0ca26ed0047e704b29f5b7cbb15bbf88455c3cdd41e37d6c1f1ce +DIST finomaton-1.0.zip 72250 BLAKE2B 086e4db9185b9ead1b9375c090d927fad32095a4adfd066bd5f1821fe19ce580436ad68164aa2b2e626fe5966bc7876643e3ba9a28e1fd4f3e08f5e9656dde38 SHA512 0e69da93ffa049eb4b8efbb51f6eeaacce3496a60fdfa0b3fc7379ee969dcbe937c311fcb0e0ca26ed0047e704b29f5b7cbb15bbf88455c3cdd41e37d6c1f1ce 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 -- cgit v1.2.3-65-gdbad