summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-06-08 17:19:19 +0000
committerJon Portnoy <avenj@gentoo.org>2003-06-08 17:19:19 +0000
commit0bbf176e380cf0465f6d1fb32a7eeaac33ebdcdf (patch)
treeb89d64c9c63bef4d928f23e4d53103807f55505d /net-www
parentInitial import (diff)
downloadgentoo-2-0bbf176e380cf0465f6d1fb32a7eeaac33ebdcdf.tar.gz
gentoo-2-0bbf176e380cf0465f6d1fb32a7eeaac33ebdcdf.tar.bz2
gentoo-2-0bbf176e380cf0465f6d1fb32a7eeaac33ebdcdf.zip
Initial import
Diffstat (limited to 'net-www')
-rw-r--r--net-www/linklint/ChangeLog10
-rw-r--r--net-www/linklint/Manifest3
-rw-r--r--net-www/linklint/files/digest-linklint-2.3.41
-rw-r--r--net-www/linklint/linklint-2.3.4.ebuild24
4 files changed, 37 insertions, 1 deletions
diff --git a/net-www/linklint/ChangeLog b/net-www/linklint/ChangeLog
new file mode 100644
index 000000000000..9639e9a3a5b2
--- /dev/null
+++ b/net-www/linklint/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-www/linklint
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/linklint/ChangeLog,v 1.1 2003/06/08 17:19:06 avenj Exp $
+
+*linklint-2.3.4 (08 Jun 2003)
+
+ 08 Jun 2003; Jon Portnoy <avenj@gentoo.org> linklint-2.3.4.ebuild :
+ Initial import of linklint. Ebuild submitted by Eivind Tagseth
+ <eivindt-gentoo@multinet.no> and checked by Don Seiler
+ <don@seiler.us>.
diff --git a/net-www/linklint/Manifest b/net-www/linklint/Manifest
index b70b7b6bc6e3..d9375b732b18 100644
--- a/net-www/linklint/Manifest
+++ b/net-www/linklint/Manifest
@@ -1,2 +1,3 @@
-MD5 f07bcd0ef7fe2ace2613db4083089727 linklint-2.3.4.ebuild 580
+MD5 75b3352b9de7e696a4a81e7c9f84d06e linklint-2.3.4.ebuild 680
+MD5 f2e391c97a49458257035099dfd092db ChangeLog 455
MD5 0f498c7e407bf42a5e0a14d31a83d34a files/digest-linklint-2.3.4 66
diff --git a/net-www/linklint/files/digest-linklint-2.3.4 b/net-www/linklint/files/digest-linklint-2.3.4
new file mode 100644
index 000000000000..b4fb5b272637
--- /dev/null
+++ b/net-www/linklint/files/digest-linklint-2.3.4
@@ -0,0 +1 @@
+MD5 77b9f7b8e8f9f93d85197353e0d8bd09 linklint-2.3.4.tar.gz 108192
diff --git a/net-www/linklint/linklint-2.3.4.ebuild b/net-www/linklint/linklint-2.3.4.ebuild
new file mode 100644
index 000000000000..a9a77af5e9c8
--- /dev/null
+++ b/net-www/linklint/linklint-2.3.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/linklint/linklint-2.3.4.ebuild,v 1.1 2003/06/08 17:19:06 avenj Exp $
+
+DESCRIPTION="Linklint is a Perl program that checks links on web sites."
+HOMEPAGE="http://www.mindspring.com/~bowlin/linklint/index.html"
+SRC_URI="http://www.mindspring.com/~bowlin/linklint/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}/${P}
+
+src_install() {
+ exeinto /usr/bin
+ newexe ${P} linklint
+ dodoc INSTALL.unix INSTALL.windows LICENSE.txt READ_ME.txt CHANGES.txt
+ dohtml doc/*
+}