Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lang/gwydion-dylan-bin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/ChangeLog,v 1.6 2008/03/10 09:13:35 tove Exp $
*gwydion-dylan-bin-2.4.0-r1 (09 Mar 2008)
09 Mar 2008; Luis F. Araujo
+files/20gwydion-dylan-bin, -gwydion-dylan-bin-2.4.0.ebuild,
+gwydion-dylan-bin-2.4.0-r1.ebuild:
Adding new revision
02 Jul 2007; Piotr Jaroszyński
gwydion-dylan-bin-2.4.0.ebuild:
(QA) RESTRICT clean up.
28 Apr 2007; Sven Wegener
gwydion-dylan-bin-2.4.0.ebuild:
Fix *initd, *confd and *envd calls (#17388, #174266)
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*gwydion-dylan-bin-2.4.0 (02 Aug 2005)
02 Aug 2005; Luis F. Araujo
+metadata.xml, +gwydion-dylan-bin-2.4.0.ebuild:
Added The Gwydion-Dylan Compiler for the Dylan Programming Language
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 20gwydion-dylan-bin 195 RMD160 cfe6fd4bb44034b9c1fc3f2be8d0893c04e8ee85 SHA1 e899ed993bd1e77035e515e626ff09fb164c45e4 SHA256 9871cb1ddf67064f6b6159f949425dc37826d6026a7cf5b073e5837880cdd33a
DIST gwydion-dylan-bin-2.4.0-x86.tbz2 5846864 RMD160 89ac269eaf0a9ee195c1eedff9ea2a45e0cb6c72 SHA1 5d6500142eb7a8c11def4730815841c3d36c88d9 SHA256 2767f0bfa127eb57cc8cd52fa0446e43ec71d2bfc584a7d39b03c12f8c3ca0db
EBUILD gwydion-dylan-bin-2.4.0-r1.ebuild 677 RMD160 f8c7e2fe206d5580ce4305d48591e5adea73fb3c SHA1 6114dbdf55feb408fa1ec2379a5650e4a2c13e04 SHA256 cd834ac324459379607627b83e59802664947bd0144a945ae25b7a8fbb9acca9
MISC ChangeLog 1059 RMD160 b19447630873a4dca6a9b02598bcd176cde4b205 SHA1 a8b201bf292bd48abca088f4f891228cd71aa38f SHA256 58a24fbe749b9f3c3dfb2e592439e2c9f136384179a56254e2e4c9a3a3adeafa
MISC metadata.xml 829 RMD160 4e639404156e2ccb1b248546cd7563791da0e6ae SHA1 861ce3e4453aed73e7ea2de735ae5c95e5411b8e SHA256 ae8a96b01f87e3468a6c77d06b45df7b891d95c2f9529a9b7cd6d4adde562c85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH1PvFV3J2n04EauwRAjIJAJ9cDFHzTrCpo1A12Vttss5Bef87DQCfVrW+
mvXQqepmB57WEIkuSXg9Rf8=
=95HR
-----END PGP SIGNATURE-----
# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/03/09 21:06:02 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="strip"
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}"
doenvd "${FILESDIR}/20gwydion-dylan-bin"
}
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.