commit:     cb016733749ba3b4aa6d7d8ddba2848d63d1c677
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:36:47 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:36:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb016733

sci-misc/finomaton: Fix SRC_URI

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-misc/finomaton/finomaton-1.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild 
b/sci-misc/finomaton/finomaton-1.0.ebuild
index 691f54a..97962d3 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

Reply via email to