summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-29 11:30:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-29 11:30:23 +0000
commit4560e1f5b78ea67122f103c7ff2a3878b430986e (patch)
tree56a60d7dff2e677a69b89f134399bc21c14aee04 /dev-util
parentHOMEPAGE fix (diff)
downloadhistorical-4560e1f5b78ea67122f103c7ff2a3878b430986e.tar.gz
historical-4560e1f5b78ea67122f103c7ff2a3878b430986e.tar.bz2
historical-4560e1f5b78ea67122f103c7ff2a3878b430986e.zip
remove crust
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/lintool/files/digest-lintool-0.2.31
-rw-r--r--dev-util/lintool/lintool-0.2.3.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/lintool/files/digest-lintool-0.2.3 b/dev-util/lintool/files/digest-lintool-0.2.3
deleted file mode 100644
index c4054647804d..000000000000
--- a/dev-util/lintool/files/digest-lintool-0.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c310a05a148d73d387e0035f5009f73 lintool-0.2.3.tar.bz2 19689
diff --git a/dev-util/lintool/lintool-0.2.3.ebuild b/dev-util/lintool/lintool-0.2.3.ebuild
deleted file mode 100644
index 0cd3540ec058..000000000000
--- a/dev-util/lintool/lintool-0.2.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lintool/lintool-0.2.3.ebuild,v 1.9 2003/02/13 11:58:13 vapier Exp $
-
-DESCRIPTION="Gentoo Linux \"lint\" utility"
-HOMEPAGE="http://www.gentoo.org/~karltk/projects/lintool/"
-SRC_URI="http://www.gentoo.org/~karltk/projects/lintool/releases/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc hppa alpha"
-DEPEND=">=dev-lang/python-2.2"
-S="${WORKDIR}/${P}"
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc README NEWS ChangeLog COPYING AUTHORS
-}