diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-08-12 13:03:26 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-08-12 13:03:26 +0000 |
commit | 4fcc0d3ef8d28c71bc168d47a81c3034ea0c71dc (patch) | |
tree | 67857efd7d849f771558f0190600f85e7a049147 /dev-util/lintool | |
parent | gnome2 version of gnomeicu now in portage. Masked for testing. Closes bug #6299 (diff) | |
download | historical-4fcc0d3ef8d28c71bc168d47a81c3034ea0c71dc.tar.gz historical-4fcc0d3ef8d28c71bc168d47a81c3034ea0c71dc.tar.bz2 historical-4fcc0d3ef8d28c71bc168d47a81c3034ea0c71dc.zip |
I've moved Lintool out of Gentoolkit.
Diffstat (limited to 'dev-util/lintool')
-rw-r--r-- | dev-util/lintool/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/lintool/files/digest-lintool-0.2.2 | 1 | ||||
-rw-r--r-- | dev-util/lintool/lintool-0.2.2.ebuild | 22 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/lintool/ChangeLog b/dev-util/lintool/ChangeLog new file mode 100644 index 000000000000..c939c431ec6b --- /dev/null +++ b/dev-util/lintool/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-util/lintool +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lintool/ChangeLog,v 1.1 2002/08/12 13:03:26 karltk Exp $ + +*lintool-0.2.2 (12 Aug 2002) + + 12 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> lintool-0.2.2.ebuild files/digest-lintool-0.2.2 : + New upstream release. diff --git a/dev-util/lintool/files/digest-lintool-0.2.2 b/dev-util/lintool/files/digest-lintool-0.2.2 new file mode 100644 index 000000000000..78ada2c99773 --- /dev/null +++ b/dev-util/lintool/files/digest-lintool-0.2.2 @@ -0,0 +1 @@ +MD5 fd682073079fcebe97fcff0fdd13e368 lintool-0.2.2.tar.bz2 19131 diff --git a/dev-util/lintool/lintool-0.2.2.ebuild b/dev-util/lintool/lintool-0.2.2.ebuild new file mode 100644 index 000000000000..e5646f9039a1 --- /dev/null +++ b/dev-util/lintool/lintool-0.2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 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.2.ebuild,v 1.1 2002/08/12 13:03:26 karltk 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" +DEPEND=">=dev-lang/python-2.2" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${P}" + +src_compile() { + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README NEWS ChangeLog COPYING AUTHORS +} |