From cb016733749ba3b4aa6d7d8ddba2848d63d1c677 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 22 Sep 2015 11:36:47 +0200 Subject: sci-misc/finomaton: Fix SRC_URI Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher --- sci-misc/finomaton/Manifest | 2 +- sci-misc/finomaton/finomaton-1.0.ebuild | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sci-misc/finomaton') diff --git a/sci-misc/finomaton/Manifest b/sci-misc/finomaton/Manifest index 3cf18295d..2fb6053d9 100644 --- a/sci-misc/finomaton/Manifest +++ b/sci-misc/finomaton/Manifest @@ -1 +1 @@ -DIST finomaton-1.0.tar.gz 69681 SHA256 a4aed3796e4803f569a7e638faa5a143811af88b4e7ab4ac92d26b90d357d390 +DIST finomaton.zip 72250 SHA256 2ba8fbc74292bc8f2fba7e4e7ef2a20cda0bd3199bf15bec775e4caea7f0c6c7 SHA512 0e69da93ffa049eb4b8efbb51f6eeaacce3496a60fdfa0b3fc7379ee969dcbe937c311fcb0e0ca26ed0047e704b29f5b7cbb15bbf88455c3cdd41e37d6c1f1ce WHIRLPOOL 95f32160dfa3fb292604ec90d1d66c0b55e80bd8a237032c7e5f48efa2972fe3949b0e45578ccd884c557dfb34f20ae5eeb614a63375e91fa3d8047bd56ef5fc diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild index 691f54a1b..97962d3b0 100644 --- a/sci-misc/finomaton/finomaton-1.0.ebuild +++ b/sci-misc/finomaton/finomaton-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,21 +7,23 @@ EAPI=5 # N.B. this is from CTAN DESCRIPTION="Simple tcl/tk script to draw finite state automata" -HOMEPAGE="http://stud4.tuwien.ac.at/~e0225855/finomaton/finomaton.html" -SRC_URI="http://stud4.tuwien.ac.at/~e0225855/finomaton/${P}.tar.gz" +HOMEPAGE="https://www.ctan.org/pkg/finomaton" +SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="examples" # script only DEPEND="" # tex for metapost RDEPEND=" - dev-lang/tk + dev-lang/tk:0 dev-texlive/texlive-metapost" +S="${WORKDIR}"/${PN} + src_install() { dobin finomaton.tcl dodoc ChangeLog TODO README -- cgit v1.2.3-65-gdbad