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 | 54afe353d46e4496d4b3764867b2fd1002370a09 (patch) | |
tree | a9098e2d51b92b3c32f14a00e2e45d225a495ffe /app-editors/geresh | |
parent | Initial Import (diff) | |
download | gentoo-2-54afe353d46e4496d4b3764867b2fd1002370a09.tar.gz gentoo-2-54afe353d46e4496d4b3764867b2fd1002370a09.tar.bz2 gentoo-2-54afe353d46e4496d4b3764867b2fd1002370a09.zip |
Initial Import
Diffstat (limited to 'app-editors/geresh')
-rw-r--r-- | app-editors/geresh/ChangeLog | 9 | ||||
-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 |
4 files changed, 41 insertions, 1 deletions
diff --git a/app-editors/geresh/ChangeLog b/app-editors/geresh/ChangeLog new file mode 100644 index 000000000000..3d240669e3cb --- /dev/null +++ b/app-editors/geresh/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-editors/geresh +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/ChangeLog,v 1.1 2003/08/09 18:42:30 coronalvr Exp $ + +*geresh-0.4.1 (09 Aug 2003) + + 09 Aug 2003; Alex Veber <coronalvr@gentoo.org> geresh-0.4.1.ebuild: + Initial Import, thanks to Dror Levin (spatz@012.net.il) + 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 +} |