summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/tmake/tmake-1.8-r1.ebuild')
-rw-r--r--dev-util/tmake/tmake-1.8-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild
deleted file mode 100644
index 7bd87bb16d0c..000000000000
--- a/dev-util/tmake/tmake-1.8-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.20 2012/02/12 15:44:20 armin76 Exp $
-
-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="dev-lang/perl"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-src_install () {
- dobin bin/tmake bin/progen
- dodir /usr/lib/tmake
- cp -af "${S}"/lib/* "${D}"/usr/lib/tmake
- dodoc CHANGES README
- dodoc html -r doc
- dodir /etc/env.d
- echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
-}