# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Checks if a list of URLs has changed and notifies you either interactively or by email when a changed URL has been detected" HOMEPAGE="http://www.antbear.org/urlchange/urlprj.html" SRC_URI="http://www.antbear.org/urlchange/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/python" src_install() { dohtml urlchange.{css,html} dodoc AUTHORS README changelog dobin urlchange.py }