summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-10-23 19:43:08 +0000
committerMichał Górny <mgorny@gentoo.org>2010-10-23 19:43:08 +0000
commit0527d3355f4805bb3812160b2590d18e58f6a3a9 (patch)
tree1d14719015f25235cadbe6900080be0b512831d0 /sys-apps
parentnet-analyzer/ ostinato: Ostinato moved to the main tree by me. (diff)
downloadsunrise-0527d3355f4805bb3812160b2590d18e58f6a3a9.tar.gz
sunrise-0527d3355f4805bb3812160b2590d18e58f6a3a9.tar.bz2
sunrise-0527d3355f4805bb3812160b2590d18e58f6a3a9.zip
sys-apps/pe-format2: Drop pe-format2 after the masking period as it was moved to gx86 under a different name.
svn path=/sunrise/; revision=11473
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pe-format2/ChangeLog20
-rw-r--r--sys-apps/pe-format2/Manifest4
-rw-r--r--sys-apps/pe-format2/metadata.xml6
-rw-r--r--sys-apps/pe-format2/pe-format2-0.2.ebuild26
4 files changed, 0 insertions, 56 deletions
diff --git a/sys-apps/pe-format2/ChangeLog b/sys-apps/pe-format2/ChangeLog
deleted file mode 100644
index 1ad7a3a53..000000000
--- a/sys-apps/pe-format2/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for sys-apps/pe-format2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 09 Aug 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- pe-format2-0.2.ebuild:
- Update HOMEPAGE & SRC_URI (once again).
-
-*pe-format2-0.2 (01 Jul 2010)
-
- 01 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
- -pe-format2-0.1.ebuild, +pe-format2-0.2.ebuild:
- Version bump.
-
-*pe-format2-0.1 (29 Jun 2010)
-
- 29 Jun 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
- +pe-format2-0.1.ebuild, +metadata.xml:
- New ebuild for bug #321233 - an intelligent pe-format replacement.
-
diff --git a/sys-apps/pe-format2/Manifest b/sys-apps/pe-format2/Manifest
deleted file mode 100644
index d37f60f8e..000000000
--- a/sys-apps/pe-format2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pe-format2-0.2.tar.bz2 11180 RMD160 b61b2ac4fd569d2d49b565a1d7c03da93241522b SHA1 48b294d500dc7084832b85050785ce698949f984 SHA256 b1a250c2edcda42dfa1935f5fb8f60153cffe5cc052a1be45a7a2ded87028eda
-EBUILD pe-format2-0.2.ebuild 574 RMD160 f6b7c15ee9c50c4321ba8a507be9a20bf159a2b4 SHA1 177e4c88d1ea83354260ae47d30a65ecf9c04925 SHA256 6d5de4cf81962af5c981dec00aae83c4d3be52f754942f687e06ea43794ef3a0
-MISC ChangeLog 630 RMD160 70339d81c831da3ddfaaa073e61e9f0b359afa9b SHA1 fad993654d978409176e6714892783899ce70934 SHA256 dbc33955c9b1b711680b0898bcbae3252a674876cd130f71d6ec47e6917b048b
-MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/sys-apps/pe-format2/metadata.xml b/sys-apps/pe-format2/metadata.xml
deleted file mode 100644
index c6be58046..000000000
--- a/sys-apps/pe-format2/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
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
-}