diff options
author | David Holm <dholm@gentoo.org> | 2004-05-12 23:38:08 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-05-12 23:38:08 +0000 |
commit | b3e53fc7f5c57e4a9f150c464e1516ecaef8c686 (patch) | |
tree | bfae1c35fa0d84b3d624b40f23aee58b2dfdffe1 /app-sci | |
parent | Stable on alpha. (diff) | |
download | historical-b3e53fc7f5c57e4a9f150c464e1516ecaef8c686.tar.gz historical-b3e53fc7f5c57e4a9f150c464e1516ecaef8c686.tar.bz2 historical-b3e53fc7f5c57e4a9f150c464e1516ecaef8c686.zip |
Initial import
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/freehdl/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/freehdl/Manifest | 4 | ||||
-rw-r--r-- | app-sci/freehdl/files/digest-freehdl-20040113 | 1 | ||||
-rw-r--r-- | app-sci/freehdl/freehdl-20040113.ebuild | 17 | ||||
-rw-r--r-- | app-sci/freehdl/metadata.xml | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/app-sci/freehdl/ChangeLog b/app-sci/freehdl/ChangeLog new file mode 100644 index 000000000000..051904ecafd7 --- /dev/null +++ b/app-sci/freehdl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/freehdl +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/freehdl/ChangeLog,v 1.1 2004/05/12 23:38:08 dholm Exp $ + +*freehdl-20040113 (13 May 2004) + + 13 May 2004; David Holm <dholm@gentoo.org> +metadata.xml, + +freehdl-20040113.ebuild: + Initial import. + diff --git a/app-sci/freehdl/Manifest b/app-sci/freehdl/Manifest new file mode 100644 index 000000000000..ac205b89393f --- /dev/null +++ b/app-sci/freehdl/Manifest @@ -0,0 +1,4 @@ +MD5 36a45ab9d9a6632c8dbc57f109980dd0 freehdl-20040113.ebuild 557 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 1ee0440a32c8cf59d97b03bc6c6f581c ChangeLog 351 +MD5 a5da60bdf2fc896ba518737305f59a4d files/digest-freehdl-20040113 69 diff --git a/app-sci/freehdl/files/digest-freehdl-20040113 b/app-sci/freehdl/files/digest-freehdl-20040113 new file mode 100644 index 000000000000..b073cde80afa --- /dev/null +++ b/app-sci/freehdl/files/digest-freehdl-20040113 @@ -0,0 +1 @@ +MD5 a88aa88802dfc0d2968e6d1c8f35b3ca freehdl-20040113.tar.gz 1173853 diff --git a/app-sci/freehdl/freehdl-20040113.ebuild b/app-sci/freehdl/freehdl-20040113.ebuild new file mode 100644 index 000000000000..dd07a60aea85 --- /dev/null +++ b/app-sci/freehdl/freehdl-20040113.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/freehdl/freehdl-20040113.ebuild,v 1.1 2004/05/12 23:38:08 dholm Exp $ + +DESCRIPTION="A free VHDL simulator." +SRC_URI="http://cran.mit.edu/~enaroska/${P}.tar.gz" +HOMEPAGE="http://freehdl.seul.org/" +LICENSE="GPL-2" +DEPEND="virtual/glibc" +SLOT="0" +IUSE="" +KEYWORDS="~ppc" + +src_install () { + emake DESTDIR=${D} install || die "installation failed" + dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README +} diff --git a/app-sci/freehdl/metadata.xml b/app-sci/freehdl/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/app-sci/freehdl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +</pkgmetadata> |