premake: remove in gentoo's favour

This commit is contained in:
blshkv 2017-04-21 16:18:28 +08:00
parent 402d86195f
commit 87449c7d7f
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
3 changed files with 0 additions and 25 deletions

View file

@ -1 +0,0 @@
DIST premake-src-3.2.zip 368002 SHA256 3ba57e55f68dc70db5b8e3535d93b39e6fe29a4d388adb331bc365ee4c70eaa1

View file

@ -1,3 +0,0 @@
MD5 6848ae083ad944fef788978ce7670cd9 premake-src-3.2.zip 368002
RMD160 bbf8178067512ed532963b5f1c2af49c19c38dc6 premake-src-3.2.zip 368002
SHA256 3ba57e55f68dc70db5b8e3535d93b39e6fe29a4d388adb331bc365ee4c70eaa1 premake-src-3.2.zip 368002

View file

@ -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
}