summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-04-23 18:48:29 +0000
committerStuart Herbert <stuart@gentoo.org>2004-04-23 18:48:29 +0000
commitd3da6230418407c4da05f8cbf533b37ec134a7c9 (patch)
treebaafb29ef2cf10b37c126ac072eca630adafa33f /net-analyzer/linkchecker/linkchecker-1.12.1.ebuild
parentRemoving obsolete versions (diff)
downloadhistorical-d3da6230418407c4da05f8cbf533b37ec134a7c9.tar.gz
historical-d3da6230418407c4da05f8cbf533b37ec134a7c9.tar.bz2
historical-d3da6230418407c4da05f8cbf533b37ec134a7c9.zip
Version bump
Diffstat (limited to 'net-analyzer/linkchecker/linkchecker-1.12.1.ebuild')
-rw-r--r--net-analyzer/linkchecker/linkchecker-1.12.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-1.12.1.ebuild b/net-analyzer/linkchecker/linkchecker-1.12.1.ebuild
new file mode 100644
index 000000000000..a3ce730761fe
--- /dev/null
+++ b/net-analyzer/linkchecker/linkchecker-1.12.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-1.12.1.ebuild,v 1.1 2004/04/23 18:48:29 stuart Exp $
+
+IUSE=""
+
+inherit distutils
+
+LICENSE="GPL-2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://linkchecker.sourceforge.net/"
+DESCRIPTION="LinkChecker can check HTML documents for broken links."
+KEYWORDS="~x86"
+RESTRICT="nomirror"
+SLOT=0
+
+DEPEND=">=dev-lang/python-2.3.3"