blob: 384d882d3fd86693e19929226ed90ac10dabea55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=compile configure install
DEPEND=dev-libs/boehm-gc
DESCRIPTION=OpenDylan language runtime environment (prebuilt)
EAPI=4
HOMEPAGE=http://opendylan.org
KEYWORDS=~x86 ~amd64
LICENSE=Opendylan
RDEPEND=dev-libs/boehm-gc
SLOT=0
SRC_URI=amd64? ( http://opendylan.org/downloads/opendylan/2011.1/opendylan-2011.1-x86_64-linux.tar.bz2 ) x86? ( http://opendylan.org/downloads/opendylan/2011.1/opendylan-2011.1-x86-linux.tar.bz2 )
_eclass_exported_funcs=src_configure:- src_compile:- src_install:-
_md5_=a0378954db930b77537818de020e226d
|