dev-tcltk/*: Update Manifest hashes
[gentoo.git] / dev-tcltk / tcl-mccp / tcl-mccp-0.6.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit autotools-utils
7
8 DESCRIPTION="mccp extension to TCL"
9 HOMEPAGE="http://tcl-mccp.sf.net/"
10 SRC_URI="mirror://sourceforge/tcl-mccp/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
15 IUSE="static-libs"
16
17 DEPEND="dev-lang/tcl:0="
18 RDEPEND="${DEPEND}"
19
20 PATCHES=( "${FILESDIR}"/${P}-flags.patch )