diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-07-10 17:09:17 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-07-10 17:09:17 +0000 |
commit | f92d9e46c62ff497006264ce838e4e199b06ac81 (patch) | |
tree | e931f4882e8419581d672983c3bc5de15a764797 /sci-electronics/freehdl | |
parent | Disable linking against arpack until it can be made a dependency (pending key... (diff) | |
download | gentoo-2-f92d9e46c62ff497006264ce838e4e199b06ac81.tar.gz gentoo-2-f92d9e46c62ff497006264ce838e4e199b06ac81.tar.bz2 gentoo-2-f92d9e46c62ff497006264ce838e4e199b06ac81.zip |
Version bump, thanks to Christopher Covington.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/freehdl')
-rw-r--r-- | sci-electronics/freehdl/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/freehdl/freehdl-0.0.7.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/sci-electronics/freehdl/ChangeLog b/sci-electronics/freehdl/ChangeLog index fb2e75a35353..67785c87e1cc 100644 --- a/sci-electronics/freehdl/ChangeLog +++ b/sci-electronics/freehdl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/freehdl -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/ChangeLog,v 1.16 2008/04/23 08:56:29 calchan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/ChangeLog,v 1.17 2009/07/10 17:09:17 calchan Exp $ + +*freehdl-0.0.7 (10 Jul 2009) + + 10 Jul 2009; Denis Dupeyron <calchan@gentoo.org> +freehdl-0.0.7.ebuild: + Version bump, thanks to Christopher Covington. *freehdl-0.0.6 (23 Apr 2008) diff --git a/sci-electronics/freehdl/freehdl-0.0.7.ebuild b/sci-electronics/freehdl/freehdl-0.0.7.ebuild new file mode 100644 index 000000000000..0e2ef62a9174 --- /dev/null +++ b/sci-electronics/freehdl/freehdl-0.0.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-0.0.7.ebuild,v 1.1 2009/07/10 17:09:17 calchan Exp $ + +DESCRIPTION="A free VHDL simulator." +SRC_URI="http://freehdl.seul.org/~enaroska/${P}.tar.gz" +HOMEPAGE="http://freehdl.seul.org/" +LICENSE="GPL-2" + +CDEPEND="dev-lang/perl" +DEPEND="${CDEPEND} + dev-util/pkgconfig" +RDEPEND="${CDEPEND} + >=dev-scheme/guile-1.3.1" + +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +src_install () { + make DESTDIR="${D}" install || die "installation failed" + dodoc AUTHORS ChangeLog HACKING NEWS README* +} |