Portage is a package management system used by Gentoo Linux
# ChangeLog for app-editors/geresh
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/ChangeLog,v 1.10 2008/05/12 05:22:07 drac Exp $
*geresh-0.6.3 (12 May 2008)
12 May 2008; Samuli Suominen
+files/geresh-0.6.3-asneeded.patch, +files/geresh-0.6.3-gcc43.patch,
+geresh-0.6.3.ebuild:
Version bump wrt #220759 with GCC 4.3 and -Wl,--as-needed fix, thanks to
Peter Alfredsen.
11 May 2007; Ryan Hill
+files/geresh-0.4.1-gcc43.patch, geresh-0.4.1.ebuild:
Remove hspell dependency for bug #177707, handled through aspell instead.
Add virtual/iconv depend. Add header patch for GCC 4.3 from Debian.
10 Dec 2006; Ryan Hill
+files/geresh-0.4.1-gcc4.patch, metadata.xml, geresh-0.4.1.ebuild:
Fix building with GCC 4.1. Bug #149758.
08 Jul 2005; David Holm
Added to ~ppc.
22 Nov 2004; Mike Frysinger
Use standard make install DESTDIR stuff.
13 Mar 2004; Michael Sterrett
Don't assign default to S; header fix
20 Aug 2003; Alex Veber
move to x86, other archs please test.
*geresh-0.4.1 (09 Aug 2003)
09 Aug 2003; Alex Veber
Initial Import, thanks to Dror Levin (spatz@012.net.il)
AUX geresh-0.4.1-gcc4.patch 625 RMD160 8c8f3e40c72b6b7b3e60c0c8dd7e24c31f0add85 SHA1 7422977fe7ac1ea4c67a17d5d5f3879db23c9062 SHA256 93c24f77e23dca559b4325031788a9f0e1a9d78a742d90f7188da7d8f80d593a
AUX geresh-0.4.1-gcc43.patch 1372 RMD160 4e1b9a610988d74ad46471390398516728afccbd SHA1 184eb3be271e71ed9c5201b31cb1e7887f20084e SHA256 e3a2f48e89193a3d358f121930568d0d00f814889bd28674b3449bcd591e85b7
AUX geresh-0.6.3-asneeded.patch 3625 RMD160 eb0794cacf33d4735701960ce3f21038373ab024 SHA1 e510bc7316de6581efdf32eb08996e9315f7d613 SHA256 7db9e00edeb8fdf34ab3b7a60dcebca31af7f55e38f55a31ab01370a99ee2c89
AUX geresh-0.6.3-gcc43.patch 1773 RMD160 fbb60b636dcab9ad225f96eaefef9ccf94be4f57 SHA1 195320ded1e617044917479223572ab94f9f2f89 SHA256 b6cca70ea8ed847447290808a80c65a19e4a7fcdecef71abd8b6007fa56c711e
DIST geresh-0.4.1.tar.gz 160030 RMD160 df7688de34eb5fff93e55962b22feac83ec8fd08 SHA1 c34ad5290a0954912ef47ab2ddb494350f2cdfcb SHA256 510070fd0521783dbc210bd47452fb22c965ded4dc687793e8624503d52b2ff2
DIST geresh-0.6.3.tar.gz 202272 RMD160 3a4648bcd16883e27dd330e6e4103450a8df71b6 SHA1 581d6a1c3208314fd8bee94ce5b2236caf052979 SHA256 cb44f68adad3e2e59ab4635f14de3f11bb2882506b2e47266757410cdbacf63a
EBUILD geresh-0.4.1.ebuild 816 RMD160 9e37c3ee43e2ca5fa553bd16f785ddaf7f8133d8 SHA1 da2425f932daab5406b752b892b360bfdf17b02d SHA256 0873b2d3e001696fce3efd07d21bd22497c64c2ddd3cc6a13e8ed162c24e1ca5
EBUILD geresh-0.6.3.ebuild 858 RMD160 95be336015ca8f000af8d534d816f5f11555f406 SHA1 afbb45732dd3fce3d8a43532517afa72fd710d74 SHA256 cfc031bde54fed18d5c25413e23ccd1b28b93ab06bb396f5236caffaed384e31
MISC ChangeLog 1473 RMD160 89089f6c1a0afd423b2887ad5a0dd18103b6a32b SHA1 b19859f056add40d39dd2e7a8629acad8e1ba864 SHA256 901dbb9dd08cecbca15d408dbe31af3ece475884c25970ded5151c20d2e43b4a
MISC metadata.xml 236 RMD160 92f49f8275e75caf57b88a3172d5204eaa4e33ae SHA1 dd1a8550a514e55ab0ed6190ab4794bb090994f8 SHA256 56075995f83836ae824c7cb01931b98d6745f6d5a7764299c8262e801486b829
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/geresh-0.4.1.ebuild,v 1.10 2007/05/11 19:03:12 dirtyepic Exp $
inherit eutils
DESCRIPTION="A simple multi-lingual console text editor with bidi & utf support"
HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/"
SRC_URI="http://www.typo.co.il/~mooffie/geresh/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE="spell"
DEPEND="virtual/libiconv
dev-libs/fribidi
sys-libs/ncurses
spell? ( virtual/aspell-dict )
"
src_unpack() {
unpack ${A}
cd "${S}"
# Bug #149758
epatch "${FILESDIR}"/${P}-gcc4.patch
# GCC 4.3 header fix
epatch "${FILESDIR}"/${P}-gcc43.patch
}
src_install() {
emake DESTDIR="${D}" install || die
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/geresh-0.6.3.ebuild,v 1.1 2008/05/12 05:22:07 drac Exp $
inherit autotools eutils
DESCRIPTION="A simple multi-lingual console text editor with bidi & utf support"
HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/"
SRC_URI="http://www.typo.co.il/~mooffie/geresh/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="spell"
DEPEND="virtual/libiconv
dev-libs/fribidi
sys-libs/ncurses
spell? ( virtual/aspell-dict )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-asneeded.patch \
"${FILESDIR}"/${P}-gcc43.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS NEWS README THANKS TODO
}