diff options
Diffstat (limited to 'dev-util/motor/motor-3.4.0-r3.ebuild')
-rw-r--r-- | dev-util/motor/motor-3.4.0-r3.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/motor/motor-3.4.0-r3.ebuild b/dev-util/motor/motor-3.4.0-r3.ebuild deleted file mode 100644 index e092e92d8e27..000000000000 --- a/dev-util/motor/motor-3.4.0-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/motor/motor-3.4.0-r3.ebuild,v 1.2 2009/09/06 17:09:22 idl0r Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="text mode based programming environment for Linux" -HOMEPAGE="http://thekonst.net/en/motor" -SRC_URI="http://thekonst.net/download/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" -IUSE="nls" - -RDEPEND=">=sys-libs/ncurses-5.2" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/motor-3.2.2-security.patch" - epatch "${FILESDIR}/motor-${PV}-gcc43.patch" -} - -src_compile() { - tc-export CC CXX - econf `use_enable nls` || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS README TODO FAQ ChangeLog - docinto tutorial - dohtml -r tutorial/* -} |