summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
commit4ed5d41945c5b63fc5522dd226f0e0c40212c5fb (patch)
tree809f88877f9a8cb928f27129a6306257ec045dc5 /dev-util/tmake
parentrepoman'd (diff)
downloadgentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.gz
gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.bz2
gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.zip
repoman'd
Diffstat (limited to 'dev-util/tmake')
-rw-r--r--dev-util/tmake/files/digest-tmake-1.61
-rw-r--r--dev-util/tmake/tmake-1.6.ebuild24
-rw-r--r--dev-util/tmake/tmake-1.8-r1.ebuild8
3 files changed, 4 insertions, 29 deletions
diff --git a/dev-util/tmake/files/digest-tmake-1.6 b/dev-util/tmake/files/digest-tmake-1.6
deleted file mode 100644
index 4772b651429f..000000000000
--- a/dev-util/tmake/files/digest-tmake-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3b4cd646041a8016a21c805be7ead09c tmake-1.6.tar.gz 45320
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
-
-
-}
-
diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild
index 53cd68e0d497..96a855799515 100644
--- a/dev-util/tmake/tmake-1.8-r1.ebuild
+++ b/dev-util/tmake/tmake-1.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.8-r1.ebuild,v 1.2 2002/07/04 08:14:29 seemant Exp $
+# 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.3 2002/07/23 13:28:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Cross platform Makefile tool"
@@ -9,8 +9,9 @@ HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html"
RDEPEND="sys-devel/perl"
+SLOT="0"
LICENSE="as-is"
-SLOT=""
+KEYWORDS="x86"
src_install () {
@@ -23,4 +24,3 @@ src_install () {
dodir /etc/env.d
echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
}
-