diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-08-09 18:42:42 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-08-09 18:42:42 +0000 |
commit | e6da235f8b1a05d42e3b90540540c166626702c5 (patch) | |
tree | 2451d91439f68aa2e5d3ebf68dcb53cd2c12b7a1 /app-editors/geresh | |
parent | Initial Import (diff) | |
download | historical-e6da235f8b1a05d42e3b90540540c166626702c5.tar.gz historical-e6da235f8b1a05d42e3b90540540c166626702c5.tar.bz2 historical-e6da235f8b1a05d42e3b90540540c166626702c5.zip |
Initial Import
Diffstat (limited to 'app-editors/geresh')
-rw-r--r-- | app-editors/geresh/Manifest | 3 | ||||
-rw-r--r-- | app-editors/geresh/files/digest-geresh-0.4.1 | 1 | ||||
-rw-r--r-- | app-editors/geresh/geresh-0.4.1.ebuild | 29 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-editors/geresh/Manifest b/app-editors/geresh/Manifest index d5e5f21b06ff..57b339dceb40 100644 --- a/app-editors/geresh/Manifest +++ b/app-editors/geresh/Manifest @@ -1,2 +1,3 @@ -MD5 67a399dbb807b4f2d5a2f359dad7542f geresh-0.4.1.ebuild 611 +MD5 87b3b3bc9f3342fbca3d7418963c5daa geresh-0.4.1.ebuild 717 +MD5 ddebf1160ff30ae3b2e2b151634ed6d4 ChangeLog 379 MD5 80b0cf2f406d75deb9b6e3ca041db966 files/digest-geresh-0.4.1 64 diff --git a/app-editors/geresh/files/digest-geresh-0.4.1 b/app-editors/geresh/files/digest-geresh-0.4.1 new file mode 100644 index 000000000000..a36509d19487 --- /dev/null +++ b/app-editors/geresh/files/digest-geresh-0.4.1 @@ -0,0 +1 @@ +MD5 25e2cc7aed0b1273ca66a50a4e4d2de4 geresh-0.4.1.tar.gz 160030 diff --git a/app-editors/geresh/geresh-0.4.1.ebuild b/app-editors/geresh/geresh-0.4.1.ebuild new file mode 100644 index 000000000000..7508944e95ae --- /dev/null +++ b/app-editors/geresh/geresh-0.4.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/08/09 18:42:30 coronalvr Exp $ + +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="~x86" +IUSE="spell nls" + +DEPEND="dev-libs/fribidi + sys-libs/ncurses + spell? ( nls? ( >=app-text/hspell-0.5 ) ) + spell? ( virtual/aspell-dict )" + + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + + emake || die +} + +src_install() { + einstall || die +} |