summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/tmake/tmake-1.6.ebuild')
-rw-r--r--dev-util/tmake/tmake-1.6.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/tmake/tmake-1.6.ebuild b/dev-util/tmake/tmake-1.6.ebuild
deleted file mode 100644
index 6f313fc2c59c..000000000000
--- a/dev-util/tmake/tmake-1.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.6.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Cross platform Makefile tool"
-SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz"
-HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html"
-
-RDEPEND="sys-devel/perl"
-
-src_install () {
-
- cd ${S}
- dobin bin/tmake bin/progen
- dodir /usr/lib/tmake
- cp -af ${S}/lib/* ${D}/usr/lib/tmake
- dodoc CHANGES LICENSE README
- docinto html
- dodoc doc/*.html
-
-
-}
-