diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-01-05 14:37:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-01-05 14:37:28 +0000 |
commit | 2edee4c0c2c4d33346f8edcc74406440a6b0da9a (patch) | |
tree | 84a421ab61c67ad39c32772309fe53fac04fd58a /dev-dotnet | |
parent | Fix needless double-unpacking of tests. (diff) | |
download | gentoo-2-2edee4c0c2c4d33346f8edcc74406440a6b0da9a.tar.gz gentoo-2-2edee4c0c2c4d33346f8edcc74406440a6b0da9a.tar.bz2 gentoo-2-2edee4c0c2c4d33346f8edcc74406440a6b0da9a.zip |
EAPI bump, drop old version.
(Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pe-format/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.0.4.ebuild | 21 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.0.5.ebuild | 6 |
3 files changed, 9 insertions, 26 deletions
diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog index fc38f15ebf8b..7fb4a05e66b6 100644 --- a/dev-dotnet/pe-format/ChangeLog +++ b/dev-dotnet/pe-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/pe-format -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.26 2010/12/20 14:23:23 mgorny Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.27 2011/01/05 14:37:28 mgorny Exp $ + + 05 Jan 2011; Michał Górny <mgorny@gentoo.org> -pe-format-2.0.4.ebuild, + pe-format-2.0.5.ebuild: + EAPI bump, drop old version. 20 Dec 2010; Michał Górny <mgorny@gentoo.org> pe-format-2.0.4.ebuild, pe-format-2.0.5.ebuild: diff --git a/dev-dotnet/pe-format/pe-format-2.0.4.ebuild b/dev-dotnet/pe-format/pe-format-2.0.4.ebuild deleted file mode 100644 index 2c1e2ffbfc19..000000000000 --- a/dev-dotnet/pe-format/pe-format-2.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 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.4.ebuild,v 1.2 2010/12/20 14:23:23 mgorny Exp $ - -inherit base - -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 ~x86" -IUSE="" - -src_install() { - base_src_install - - newinitd ${PN}.init ${PN} || die - newconfd ${PN}.conf ${PN} || die -} diff --git a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild b/dev-dotnet/pe-format/pe-format-2.0.5.ebuild index 01a744630f52..96d4856f2234 100644 --- a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2 2010/12/20 14:23:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.5.ebuild,v 1.3 2011/01/05 14:37:28 mgorny Exp $ -EAPI=2 +EAPI=3 inherit autotools-utils DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" |