summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/pe-format2/pe-format2-0.2.ebuild')
-rw-r--r--sys-apps/pe-format2/pe-format2-0.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/pe-format2/pe-format2-0.2.ebuild b/sys-apps/pe-format2/pe-format2-0.2.ebuild
deleted file mode 100644
index 7cd02d459..000000000
--- a/sys-apps/pe-format2/pe-format2-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="http://github.com/mgorny/pe-format2/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin pe-exec || die
- dosbin pe-format2-conf.sh || die
- newconfd pe-format2.conf ${PN} || die
- newinitd pe-format2.init ${PN} || die
-}