summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/premake/premake-3.5.ebuild')
-rw-r--r--dev-util/premake/premake-3.5.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/premake/premake-3.5.ebuild b/dev-util/premake/premake-3.5.ebuild
deleted file mode 100644
index f0f48ac4c..000000000
--- a/dev-util/premake/premake-3.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A makefile generation tool"
-HOMEPAGE="http://premake.berlios.de/"
-SRC_URI="mirror://sourceforge/premake/${PN}-src-${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}/${P/p/P}
-
-src_install() {
- dobin bin/premake
-}