summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-03-11 15:33:09 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-03-11 15:33:09 +0000
commit75056dd2bcc96eb1ab853cabaacddca306ee0e32 (patch)
treeab4e040780ad8d724ed7a4d21cd5c98deef4b61e /app-editors
parent* amd64 stable wrt bug #168233 (diff)
downloadgentoo-2-75056dd2bcc96eb1ab853cabaacddca306ee0e32.tar.gz
gentoo-2-75056dd2bcc96eb1ab853cabaacddca306ee0e32.tar.bz2
gentoo-2-75056dd2bcc96eb1ab853cabaacddca306ee0e32.zip
cosmetic change
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/easyedit/easyedit-1.4.6.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/easyedit/easyedit-1.4.6.ebuild b/app-editors/easyedit/easyedit-1.4.6.ebuild
index 1fce60cbf111..5b761486dc71 100644
--- a/app-editors/easyedit/easyedit-1.4.6.ebuild
+++ b/app-editors/easyedit/easyedit-1.4.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.16 2006/12/06 20:23:44 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.17 2007/03/11 15:33:09 hattya Exp $
IUSE=""
-MY_P="ee-${PV}"
+MY_P=ee-${PV}
DESCRIPTION="An easy to use text editor. Intended to be usable with little or no instruction."
HOMEPAGE="http://mahon.cwx.net/"
@@ -19,11 +19,15 @@ DEPEND=">=sys-libs/ncurses-5.0"
PROVIDE="virtual/editor"
src_compile() {
- emake -j1 || die "emake failed"
+
+ emake -j1 || die
+
}
src_install() {
+
dobin ee
doman ee.1
- dodoc README.ee Changes Artistic ee.i18n.guide ee.msg
+ dodoc README.ee Changes ee.i18n.guide ee.msg
+
}