diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-14 15:38:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-14 15:38:18 +0000 |
commit | 5229285b137e86b0218fa009e232f478839d77b4 (patch) | |
tree | b841e455def9c3a4562997e05269ccaf8b5fcca5 /dev-dotnet/pe-format | |
parent | x86 stable, bug #410345 (diff) | |
download | gentoo-2-5229285b137e86b0218fa009e232f478839d77b4.tar.gz gentoo-2-5229285b137e86b0218fa009e232f478839d77b4.tar.bz2 gentoo-2-5229285b137e86b0218fa009e232f478839d77b4.zip |
Remove obsolete versions. The package was never suitable for Prefix, so remove that as well.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/pe-format')
-rw-r--r-- | dev-dotnet/pe-format/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-1.ebuild | 35 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.0.5.ebuild | 23 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.1.ebuild | 33 |
4 files changed, 6 insertions, 92 deletions
diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog index 0ee10f5774dc..d1abf86fe975 100644 --- a/dev-dotnet/pe-format/ChangeLog +++ b/dev-dotnet/pe-format/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pe-format # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.38 2012/01/28 15:28:21 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.39 2012/04/14 15:38:18 mgorny Exp $ + + 14 Apr 2012; Michał Górny <mgorny@gentoo.org> -pe-format-1.ebuild, + -pe-format-2.0.5.ebuild, -pe-format-2.1.ebuild: + Remove obsolete versions. The package was never suitable for Prefix, so + remove that as well. 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pe-format-2.1.1.ebuild: x86 stable wrt bug #399817 diff --git a/dev-dotnet/pe-format/pe-format-1.ebuild b/dev-dotnet/pe-format/pe-format-1.ebuild deleted file mode 100644 index 2655eed29788..000000000000 --- a/dev-dotnet/pe-format/pe-format-1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-1.ebuild,v 1.7 2011/09/05 08:20:54 naota Exp $ - -inherit eutils - -DESCRIPTION="PE Format binfmt_misc entry" -HOMEPAGE="http://www.kernel.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND="|| ( dev-lang/mono dev-dotnet/pnet )" - -src_compile() { - true; -} - -src_install() { - newinitd "${FILESDIR}/pe-format.init-1" 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 -} diff --git a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild b/dev-dotnet/pe-format/pe-format-2.0.5.ebuild deleted file mode 100644 index d46ac1fa5706..000000000000 --- a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.5.ebuild,v 1.6 2011/09/09 20:30:45 chainsaw Exp $ - -EAPI=3 -inherit autotools-utils - -DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" -HOMEPAGE="https://github.com/mgorny/pe-format2/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -src_install() { - autotools-utils_src_install - - cd "${AUTOTOOLS_BUILD_DIR}" || die - newinitd ${PN}.init ${PN} || die - newconfd ${PN}.conf ${PN} || die -} diff --git a/dev-dotnet/pe-format/pe-format-2.1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.ebuild deleted file mode 100644 index 407caa2272aa..000000000000 --- a/dev-dotnet/pe-format/pe-format-2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.3 2011/12/14 17:41:05 ago Exp $ - -EAPI=4 -inherit autotools-utils systemd - -DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" -HOMEPAGE="https://github.com/mgorny/pe-format2/" -SRC_URI="mirror://github/mgorny/${PN}2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="!<sys-apps/openrc-0.9.4" - -src_configure() { - systemd_to_myeconfargs - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - keepdir /var/lib -} - -pkg_postinst() { - ebegin "Calling pe-format2-setup to update handler setup" - pe-format2-setup - eend ${?} -} |