diff options
author | 2005-10-14 21:05:10 +0000 | |
---|---|---|
committer | 2005-10-14 21:05:10 +0000 | |
commit | 2593c9216f91a64f77518c15dc6e0dd856e78a30 (patch) | |
tree | dbad8a62de13ab86da38acaec9426e1b28ea51cf /net-analyzer/linkchecker/linkchecker-3.3.ebuild | |
parent | Version bump; tidy 2.64_beta1. (diff) | |
download | gentoo-2-2593c9216f91a64f77518c15dc6e0dd856e78a30.tar.gz gentoo-2-2593c9216f91a64f77518c15dc6e0dd856e78a30.tar.bz2 gentoo-2-2593c9216f91a64f77518c15dc6e0dd856e78a30.zip |
Version bump.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-analyzer/linkchecker/linkchecker-3.3.ebuild')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-3.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-3.3.ebuild b/net-analyzer/linkchecker/linkchecker-3.3.ebuild new file mode 100644 index 000000000000..feab522f9475 --- /dev/null +++ b/net-analyzer/linkchecker/linkchecker-3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-3.3.ebuild,v 1.1 2005/10/14 21:05:10 ka0ttic Exp $ + +inherit distutils + +DESCRIPTION="LinkChecker can check HTML documents for broken links." +HOMEPAGE="http://linkchecker.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND=">=dev-lang/python-2.4" |