ChangeLog

# ChangeLog for app-editors/easyedit
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.15 2008/01/26 15:48:14 grobian Exp $

26 Jan 2008; Fabian Groffen easyedit-1.4.6.ebuild:
Dropped ppc-macos keyword, see you in prefix

10 Oct 2007; Christian Faulhammer
easyedit-1.4.6.ebuild:
remove PROVIDE=virtual/editor as we have now a new-style virtual

06 Dec 2006; Alexander H. Færøy
easyedit-1.4.6.ebuild:
Stable on MIPS.

08 Jun 2005; Stuart Longland easyedit-1.4.6.ebuild:
Marked ~mips as per bug #89260.

05 Mar 2005; Tom Martin easyedit-1.4.6.ebuild:
Marked ~amd64, resolves bug 84232.

12 Dec 2004; Jason Wever easyedit-1.4.6.ebuild:
Stable on sparc.

20 Oct 2004; Akinori Hattori easyedit-1.4.6.ebuild:
stable on ia64.

07 Sep 2004; Akinori Hattori easyedit-1.4.6.ebuild:
add ~ia64.

06 Sep 2004; Ferris McCormick easyedit-1.4.6.ebuild:
Add ~sparc keyword at user request (Bug 63058). Compiles and seems
to work for sparc.

26 Jul 2004; Alexander Plank easyedit-1.4.6.ebuild:
add macos keyword, bug #58071 (thanks Yuta SATOH)

28 Jun 2004; Tom Gall easyedit-1.4.6.ebuild:
stable on ppc64, bug #55435

03 Mar 2004; Akinori Hattori easyedit-1.4.6.ebuild:
marked stable on x86.

*easyedit-1.4.6 (19 Feb 2004)

19 Feb 2004; Akinori Hattori easyedit-1.4.6.ebuild,
metadata.xml:
Initial revision. Ebuild submitted by Michael C. Ferguson
in bug #37906.

Manifest

DIST ee-1.4.6.src.tgz 70511 RMD160 2ed8ad3123c5443b29f5db142ad367d67028da27 SHA1 6be7d03eade441a6c409b9d441ba2c144e26b157 SHA256 a85362dbc24c2bd0f675093fb593ba347b471749c0a0dbefdc75b6334a7b6e4c
EBUILD easyedit-1.4.6.ebuild 672 RMD160 b371e0f6cb4bf8a297d9ae0e0b47c7e0a1bd8623 SHA1 fc7ef994fea91f879dddf262668c09c50f4996e5 SHA256 a976e8d4dd4211848e9a8e7138858906d0fa2aec0f1dacb3885fe2c356a04785
MISC ChangeLog 1786 RMD160 5d80042f3d419681cf3febeb6307953efbfa8435 SHA1 3f58206ef4d043e9f8afe76ef0260d0e8f70a38b SHA256 2803683c420177a87a89ed9eab7b7402a6a92e42d420e54c72a6a8b95b28e497
MISC metadata.xml 230 RMD160 8e45109dbaf3c193afdb318002c1def7cb62dfa1 SHA1 9bd7aea9376c216b3f55303d1334a337cd6f06a2 SHA256 87fc07a55ee7814a0505ae1c24a871ac29ae7691c5383550647382a2b26277ae

easyedit-1.4.6.ebuild

# Copyright 1999-2008 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.19 2008/01/26 15:48:14 grobian Exp $

IUSE=""

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/"
SRC_URI="http://mahon.cwx.net/sources/${MY_P}.src.tgz"

LICENSE="Artistic"
KEYWORDS="~amd64 ia64 mips ppc ppc64 sparc x86"
SLOT="0"

DEPEND=">=sys-libs/ncurses-5.0"

src_compile() {

emake -j1 || die

}

src_install() {

dobin ee
doman ee.1
dodoc README.ee Changes ee.i18n.guide ee.msg

}

metadata.xml




no-herd

hattya@gentoo.org