diff options
Diffstat (limited to 'dev-games/neotools')
-rw-r--r-- | dev-games/neotools/neotools-0.7.0.ebuild | 16 | ||||
-rw-r--r-- | dev-games/neotools/neotools-0.8.0.ebuild | 18 | ||||
-rw-r--r-- | dev-games/neotools/neotools-0.8.1.ebuild | 18 |
3 files changed, 28 insertions, 24 deletions
diff --git a/dev-games/neotools/neotools-0.7.0.ebuild b/dev-games/neotools/neotools-0.7.0.ebuild index 3eab12c5d5a6..c9b7add98d13 100644 --- a/dev-games/neotools/neotools-0.7.0.ebuild +++ b/dev-games/neotools/neotools-0.7.0.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.7.0.ebuild,v 1.2 2004/06/24 22:13:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.7.0.ebuild,v 1.3 2004/06/29 15:06:43 vapier Exp $ DESCRIPTION="Various development tools for NeoEngine" -SRC_URI="mirror://sourceforge/neoengine/${P}.tar.bz2" HOMEPAGE="http://www.neoengine.org/" +SRC_URI="mirror://sourceforge/neoengine/${P}.tar.bz2" + LICENSE="MPL-1.1" -DEPEND=">=dev-games/neoengine-0.7.0" -KEYWORDS="~ppc ~x86" SLOT="0" +KEYWORDS="~ppc ~x86" IUSE="" -RESTRICT="nomirror" + +DEPEND=">=dev-games/neoengine-0.7.0" src_unpack() { unpack ${A} @@ -23,8 +24,7 @@ src_unpack() { done } -src_install () { +src_install() { einstall || die "Installation failed" - - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog INSTALL README TODO } diff --git a/dev-games/neotools/neotools-0.8.0.ebuild b/dev-games/neotools/neotools-0.8.0.ebuild index 07776cbe2e52..b9d8a027a4ec 100644 --- a/dev-games/neotools/neotools-0.8.0.ebuild +++ b/dev-games/neotools/neotools-0.8.0.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.0.ebuild,v 1.2 2004/06/24 22:13:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.0.ebuild,v 1.3 2004/06/29 15:06:43 vapier Exp $ -S="${WORKDIR}/neoengine-${PV}/neotools" DESCRIPTION="Various development tools for NeoEngine" -SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2" HOMEPAGE="http://www.neoengine.org/" +SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2" + LICENSE="MPL-1.1" -DEPEND=">=dev-games/neoengine-0.8.0" -KEYWORDS="~ppc ~x86" SLOT="0" +KEYWORDS="~ppc ~x86" IUSE="" +DEPEND=">=dev-games/neoengine-0.8.0" + +S="${WORKDIR}/neoengine-${PV}/neotools" + src_unpack() { unpack ${A} @@ -23,8 +26,7 @@ src_unpack() { done } -src_install () { +src_install() { einstall || die "Installation failed" - - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog INSTALL README TODO } diff --git a/dev-games/neotools/neotools-0.8.1.ebuild b/dev-games/neotools/neotools-0.8.1.ebuild index 7981e59e7de5..0ecc8eaf448c 100644 --- a/dev-games/neotools/neotools-0.8.1.ebuild +++ b/dev-games/neotools/neotools-0.8.1.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.1.ebuild,v 1.2 2004/06/24 22:13:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.1.ebuild,v 1.3 2004/06/29 15:06:43 vapier Exp $ -S="${WORKDIR}/neoengine-${PV}/neotools" DESCRIPTION="Various development tools for NeoEngine" -SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2" HOMEPAGE="http://www.neoengine.org/" +SRC_URI="mirror://sourceforge/neoengine/neoengine-${PV}.tar.bz2" + LICENSE="MPL-1.1" -DEPEND=">=dev-games/neoengine-${PV}" -KEYWORDS="~ppc ~x86" SLOT="0" +KEYWORDS="~ppc ~x86" IUSE="" +DEPEND=">=dev-games/neoengine-${PV}" + +S="${WORKDIR}/neoengine-${PV}/neotools" + src_unpack() { unpack ${A} @@ -23,8 +26,7 @@ src_unpack() { done } -src_install () { +src_install() { einstall || die "Installation failed" - - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog INSTALL README TODO } |