diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2005-08-02 02:11:01 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2005-08-02 02:11:01 +0000 |
commit | e7be2aa77904b5620ae91bc8c6aef724f1e65a68 (patch) | |
tree | 2bda7b511d66bf3b32077a30a52e9483b3bc91aa /dev-lang | |
parent | Fixes bug #98588, thanks to pythonhead (diff) | |
download | gentoo-2-e7be2aa77904b5620ae91bc8c6aef724f1e65a68.tar.gz gentoo-2-e7be2aa77904b5620ae91bc8c6aef724f1e65a68.tar.bz2 gentoo-2-e7be2aa77904b5620ae91bc8c6aef724f1e65a68.zip |
Added the Gwydion-Dylan Compiler
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gwydion-dylan-bin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/Manifest | 3 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/files/20gwydion-dylan | 4 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/files/digest-gwydion-dylan-bin-2.4.0 | 1 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild | 31 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan-bin/metadata.xml | 19 |
6 files changed, 68 insertions, 0 deletions
diff --git a/dev-lang/gwydion-dylan-bin/ChangeLog b/dev-lang/gwydion-dylan-bin/ChangeLog new file mode 100644 index 000000000000..6eb91796af29 --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-lang/gwydion-dylan-bin +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/ChangeLog,v 1.1 2005/08/02 02:11:01 araujo Exp $ + +*gwydion-dylan-bin-2.4.0 (02 Aug 2005) + + 02 Aug 2005; Luis F. Araujo <araujo@gentoo.org> +files/20gwydion-dylan, + +metadata.xml, +gwydion-dylan-bin-2.4.0.ebuild: + Added The Gwydion-Dylan Compiler for the Dylan Programming Language + diff --git a/dev-lang/gwydion-dylan-bin/Manifest b/dev-lang/gwydion-dylan-bin/Manifest new file mode 100644 index 000000000000..6d75e222c863 --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/Manifest @@ -0,0 +1,3 @@ +MD5 1576baa57b53cb9511a0c28e54a46ea1 gwydion-dylan-bin-2.4.0.ebuild 566 +MD5 c034ae089c5a4cfad038e5385b8c3916 metadata.xml 829 +MD5 648d3e87acdb94c535f407c8d72cb7bd files/digest-gwydion-dylan-bin-2.4.0 78 diff --git a/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan b/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan new file mode 100644 index 000000000000..a5563a220b71 --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/files/20gwydion-dylan @@ -0,0 +1,4 @@ +PATH="/opt/gwydion-dylan/:/opt/gwydion-dylan/bin" +ROOTPATH="/opt/gwydion-dylan/:/opt/gwydion-dylan/bin" +LDPATH="/opt/gwydion-dylan/lib/dylan/2.4.0/x86-linux-gcc33/" +DYLANDIR="/opt/gwydion-dylan" diff --git a/dev-lang/gwydion-dylan-bin/files/digest-gwydion-dylan-bin-2.4.0 b/dev-lang/gwydion-dylan-bin/files/digest-gwydion-dylan-bin-2.4.0 new file mode 100644 index 000000000000..1d9685b46e1a --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/files/digest-gwydion-dylan-bin-2.4.0 @@ -0,0 +1 @@ +MD5 4aee295ba7298d6fad92a0cb7a7263a3 gwydion-dylan-bin-2.4.0-x86.tbz2 5846864 diff --git a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild new file mode 100644 index 000000000000..10087f7b017e --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild,v 1.1 2005/08/02 02:11:01 araujo Exp $ + +DESCRIPTION="The Dylan Programming Language Compiler" +HOMEPAGE="http://www.gwydiondylan.org/" +SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 )" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RESTRICT="nostrip" +LOC="/opt/gwydion-dylan" + +DEPEND="" +RDEPEND=">=dev-libs/boehm-gc-6.4" + +S="${WORKDIR}" + +src_compile() { + mkdir -p ./${LOC} + mv usr/* ./${LOC} +} + +src_install() { + cp -pr * ${D} + insinto /etc/env.d + doins ${FILESDIR}/20gwydion-dylan +} diff --git a/dev-lang/gwydion-dylan-bin/metadata.xml b/dev-lang/gwydion-dylan-bin/metadata.xml new file mode 100644 index 000000000000..542447934457 --- /dev/null +++ b/dev-lang/gwydion-dylan-bin/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>araujo@gentoo.org</email> +<name>Luis F. Araujo</name> +</maintainer> +<longdescription lang="en"> +Dylan is an advanced, object-oriented, dynamic language which supports the rapid +development of programs. When needed, the programmer can later optimize [his or +her] programs for more efficient execution by supplying type information to the +compiler. Nearly all entities in Dylan (including functions, classes, and basic +data types such as integers) are first class objects. Additionally Dylan +supports multiple inheritance, polymorphism, multiple dispatch, keyword +arguments, object introspection, and many other advanced features. +</longdescription> +</pkgmetadata> + |