# Copyright 2004 Anders Bruun Olsen # Distributed under the terms of the GNU General Public License v2 inherit distutils MY_P=${P/webcomics-//} DESCRIPTION="Webcomics Collector is a python script for downloading webcomics." HOMEPAGE="http://collector.skumleren.net/" SRC_URI="http://collector.skumleren.net/releases/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-lang/python-2.3" S=${WORKDIR}/${MY_P} src_install() { distutils_src_install dodoc UPGRADE } pkg_postinst() { ewarn "If you are upgrading from an earlier version of Collector, please" ewarn "read UPGRADE. This new version will not be able to use your old" ewarn "archives if you do not follow the upgrade instructions!" }