blob: 3822d331735bc7dfbee874d1a3449e88b2f2fd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install postinst postrm prepare
DEPEND=dev-libs/ffcall emacs? ( >=app-editors/emacs-23.1:* )
DESCRIPTION=GNU Forth is a fast and portable implementation of the ANSI Forth language
EAPI=7
HOMEPAGE=https://www.gnu.org/software/gforth
INHERIT=elisp-common
IUSE=+check emacs
KEYWORDS=~amd64 ~arm64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
LICENSE=GPL-3
RDEPEND=dev-libs/ffcall emacs? ( >=app-editors/emacs-23.1:* )
SLOT=0
SRC_URI=mirror://gnu/gforth/gforth-0.7.3.tar.gz
_eclasses_=elisp-common f9c72486dbcb18b633c9d0949211d86e
_md5_=3e3df2c9d7ddfdef4f307869477a61a1
|