diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-04-23 08:56:29 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-04-23 08:56:29 +0000 |
commit | cb4a5f24da7d37e137b444a0b08a71531fbe72e0 (patch) | |
tree | 687ed5eb6d23c4d588bfe1c65289d198610439c5 /sci-electronics | |
parent | Fixed syntax in DEPEND (diff) | |
download | gentoo-2-cb4a5f24da7d37e137b444a0b08a71531fbe72e0.tar.gz gentoo-2-cb4a5f24da7d37e137b444a0b08a71531fbe72e0.tar.bz2 gentoo-2-cb4a5f24da7d37e137b444a0b08a71531fbe72e0.zip |
Version bump.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/freehdl/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/freehdl/freehdl-0.0.6.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sci-electronics/freehdl/ChangeLog b/sci-electronics/freehdl/ChangeLog index ccd7518c264a..fb2e75a35353 100644 --- a/sci-electronics/freehdl/ChangeLog +++ b/sci-electronics/freehdl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/freehdl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/ChangeLog,v 1.15 2007/04/30 22:39:15 calchan Exp $ +# 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 $ + +*freehdl-0.0.6 (23 Apr 2008) + + 23 Apr 2008; Denis Dupeyron <calchan@gentoo.org> +freehdl-0.0.6.ebuild: + Version bump. *freehdl-0.0.4 (30 Apr 2007) diff --git a/sci-electronics/freehdl/freehdl-0.0.6.ebuild b/sci-electronics/freehdl/freehdl-0.0.6.ebuild new file mode 100644 index 000000000000..7edd1a8d3b87 --- /dev/null +++ b/sci-electronics/freehdl/freehdl-0.0.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-0.0.6.ebuild,v 1.1 2008/04/23 08:56:29 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" +DEPEND=">=sys-devel/gcc-3.4.3.20050110-r2 + dev-util/pkgconfig" +RDEPEND=">=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* +} |