diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 16:44:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 16:44:20 +0000 |
commit | 24f735ed481ed7344315b778d7ce2fc068322497 (patch) | |
tree | ee287713312f699947a0600a88bdae3038fa4be3 /app-editors/easyedit | |
parent | Bump to 0.1.2, fixes #259821, invalid test for FEATURES changed into USE=test... (diff) | |
download | historical-24f735ed481ed7344315b778d7ce2fc068322497.tar.gz historical-24f735ed481ed7344315b778d7ce2fc068322497.tar.bz2 historical-24f735ed481ed7344315b778d7ce2fc068322497.zip |
Bump to 1.4.7. Fixes #258511. Ebuild cleanups and fixes by Roy Marples.
Diffstat (limited to 'app-editors/easyedit')
-rw-r--r-- | app-editors/easyedit/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/easyedit/Manifest | 2 | ||||
-rw-r--r-- | app-editors/easyedit/easyedit-1.4.7.ebuild | 37 |
3 files changed, 46 insertions, 2 deletions
diff --git a/app-editors/easyedit/ChangeLog b/app-editors/easyedit/ChangeLog index 31334568a71a..13d5562c98ae 100644 --- a/app-editors/easyedit/ChangeLog +++ b/app-editors/easyedit/ChangeLog @@ -1,6 +1,11 @@ # 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.16 2008/10/26 16:10:13 hattya Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.17 2009/03/01 16:44:20 patrick Exp $ + +*easyedit-1.4.7 (01 Mar 2009) + + 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +easyedit-1.4.7.ebuild: + Bump to 1.4.7. Fixes #258511. Ebuild cleanups and fixes by Roy Marples. 26 Oct 2008; Akinori Hattori <hattya@gentoo.org> easyedit-1.4.6.ebuild: fixes bug #239867 and bug #243558. diff --git a/app-editors/easyedit/Manifest b/app-editors/easyedit/Manifest index 2c44cc1f9dba..bcf6cc39929a 100644 --- a/app-editors/easyedit/Manifest +++ b/app-editors/easyedit/Manifest @@ -1,4 +1,6 @@ DIST ee-1.4.6.src.tgz 70511 RMD160 2ed8ad3123c5443b29f5db142ad367d67028da27 SHA1 6be7d03eade441a6c409b9d441ba2c144e26b157 SHA256 a85362dbc24c2bd0f675093fb593ba347b471749c0a0dbefdc75b6334a7b6e4c +DIST ee-1.4.7.src.tgz 70936 RMD160 03ecef414431c6bcfae8564516322519dc0341c3 SHA1 0604b204f3c8735e9d4018a813c36b613feb5451 SHA256 f53010c69258b1b5a65870afe1938134bec01bb1f605b890ca474bcb03265189 EBUILD easyedit-1.4.6.ebuild 845 RMD160 e3611f723b88f01e9e2df08ecb1625b79ab4d48b SHA1 4ce3e806dace34c7324e536e318fe502b3f2f8e5 SHA256 5b76e55da4cb5a6f48876c5df96ab65066820583d4c403d2ba983afff28c5ff7 +EBUILD easyedit-1.4.7.ebuild 908 RMD160 41355faa74a00ebf5554fa76f4696aa69a73e743 SHA1 c849e1ab127c34b775136728548ecac7d0a69747 SHA256 01303a60ca325cd8914fec02fe944f36a6965cf7153c382838c7836def18fa01 MISC ChangeLog 1897 RMD160 18a8895e83c8e85cebf0c8e6ac8a4c11e297ab0a SHA1 af5cbe6ede60a107cf04f765dc22721ffc66860b SHA256 101a428bba0321af9157a2a3be8d0fbf3f7bbe75e51767e056c7a77d37a6a1e6 MISC metadata.xml 230 RMD160 8e45109dbaf3c193afdb318002c1def7cb62dfa1 SHA1 9bd7aea9376c216b3f55303d1334a337cd6f06a2 SHA256 87fc07a55ee7814a0505ae1c24a871ac29ae7691c5383550647382a2b26277ae diff --git a/app-editors/easyedit/easyedit-1.4.7.ebuild b/app-editors/easyedit/easyedit-1.4.7.ebuild new file mode 100644 index 000000000000..a9bbae6683e4 --- /dev/null +++ b/app-editors/easyedit/easyedit-1.4.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.1 2009/03/01 16:44:20 patrick Exp $ + +inherit toolchain-funcs + +IUSE="" + +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/ee-${PV}.src.tgz" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +SLOT="0" + +DEPEND=">=sys-libs/ncurses-5.0" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i -e "s/\tcc /\t\\\\\$(CC) /" -e "/other_cflag/s/ *-s//" create.make + emake localmake + sed -i -e 's/-DNCURSES//' make.local +} + +src_compile() { + emake -f make.local CC="$(tc-getCC)" curses || die +} + +src_install() { + dobin ee + doman ee.1 + dodoc README.ee Changes ee.i18n.guide ee.msg +} |