Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.9 2007/04/30 17:25:18 uberlord Exp $
30 Apr 2007; Roy Marples
Added ~x86-fbsd keyword.
23 Mar 2007; Saleem Abdulrasool
files/pe-format.init:
Update the scripts to fix reference to the wrong file and use of exit (bug
#170846)
14 Feb 2007; Gustavo Zacarias
Keyworded ~sparc
14 Jan 2007; Olivier CrĂȘte
Stable on amd64
08 Jan 2007; Tobias Scherbaum
Stable on ppc wrt bug #159886.
06 Jan 2007; Christian Faulhammer
stable x86, security bug #159886
21 Dec 2006; Timothy Redaelli
Add ~ppc keyword
21 Dec 2006; Saleem Abdulrasool
Add ~amd64 keyword
*pe-format-0 (21 Dec 2006)
21 Dec 2006; Saleem Abdulrasool
+files/pe-format.conf, +files/pe-format.init, +metadata.xml,
+pe-format-0.ebuild:
Initial import of ebuild
AUX pe-format.conf 377 RMD160 08fc930c1bfd7e34ba5b3dedb64563b3f7957aa2 SHA1 e4abf6ab9611ce7e1e2244a9caaf45e58cc64655 SHA256 e01a56fe5e39eb13fec642bd0803fbf279831b4139555ea18aa4156d98759a89
AUX pe-format.init 1228 RMD160 c03ed30834a845a774a962945b874cf7af50a7f3 SHA1 947d868f5209d773d1a503765836b1152f25318e SHA256 d2313aceae0983e76ecac39223c2335598f5789fe4cb670571f481ac250b7a9a
EBUILD pe-format-0.ebuild 836 RMD160 ff05e3bddf8ddac92d43034fa6fb3fbc26e65b7f SHA1 093252e5267f60d2aa628c32e182b68203dfd721 SHA256 aa138136714e612f7cf83a60d21f192b3f6dfbe977f3defaeb39e8981231aba7
MISC ChangeLog 1273 RMD160 279a90528b89bd0a40e39fe729ad07568e01d2c3 SHA1 6026d9c7c0688864e6214607abf9947b0b093ee2 SHA256 5983bea7def4f4cf3c32437bf6356ee3fce42db7d846ef1a5e709f65e60cac94
MISC metadata.xml 310 RMD160 c764dad83b394da6654ab875b447278ca9285698 SHA1 30575c0ce433cf190446b8d5df46c08baba2c8b8 SHA256 119c5927a59f0b7a3c495c8cbdb19b4f1ab881c049ac88a045df921485adabf1
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-0.ebuild,v 1.8 2007/04/30 17:25:18 uberlord Exp $
inherit eutils
DESCRIPTION="PE Format binfmt_misc entry"
HOMEPAGE="http://www.kernel.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="|| ( dev-lang/mono dev-dotnet/pnet )"
src_compile() {
true;
}
src_install() {
newinitd ${FILESDIR}/pe-format.init pe-format || die "failed to install init script"
newconfd ${FILESDIR}/pe-format.conf pe-format || die "failed to install config"
}
pkg_postinst() {
ebeep 5
einfo
ewarn "Using this script will confuse applications which are designed to use PE"
ewarn "applications such as Wine and Cedega."
einfo
epause 5
}