diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:53:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:53:50 +0000 |
commit | 04128592a1c38a9f763d6c916c985f07afa03569 (patch) | |
tree | 160efaeef551c707bfa3854c983a01897a0d9122 /app-sci/iverilog | |
parent | Another rev bump to fix a local DoS vuln in PaX, thanks to x1bncwn for produc... (diff) | |
download | gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.tar.gz gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.tar.bz2 gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.zip |
PROVIDE is for virtuals
Diffstat (limited to 'app-sci/iverilog')
-rw-r--r-- | app-sci/iverilog/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/iverilog/iverilog-0.6.1.ebuild | 3 | ||||
-rw-r--r-- | app-sci/iverilog/iverilog-20031009.ebuild | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/iverilog/ChangeLog b/app-sci/iverilog/ChangeLog index 687e145a4ab9..21b5d37a4cdc 100644 --- a/app-sci/iverilog/ChangeLog +++ b/app-sci/iverilog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/iverilog # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/ChangeLog,v 1.11 2004/06/04 23:24:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/ChangeLog,v 1.12 2004/06/16 04:53:50 mr_bones_ Exp $ + + 15 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> iverilog-0.6.1.ebuild, + iverilog-20031009.ebuild: + PROVIDE is for virtuals 05 Jun 2004; David Holm <dholm@gentoo.org> iverilog-0.7.ebuild: Added to ~ppc. diff --git a/app-sci/iverilog/iverilog-0.6.1.ebuild b/app-sci/iverilog/iverilog-0.6.1.ebuild index e16a8005e4f1..84f51f316638 100644 --- a/app-sci/iverilog/iverilog-0.6.1.ebuild +++ b/app-sci/iverilog/iverilog-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.6.1.ebuild,v 1.6 2004/06/04 23:24:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.6.1.ebuild,v 1.7 2004/06/16 04:53:50 mr_bones_ Exp $ S=${WORKDIR}/${P} @@ -8,7 +8,6 @@ DESCRIPTION="A Verilog simulation and synthesis tool" SRC_URI="ftp://icarus.com/pub/eda/verilog/v0.6/verilog-${PV}.tar.gz" HOMEPAGE="http://www.icarus.com/eda/verilog/" DEPEND="dev-util/gperf" -PROVIDE="dev-lang/iverilog" LICENSE="GPL-2" SLOT="0" diff --git a/app-sci/iverilog/iverilog-20031009.ebuild b/app-sci/iverilog/iverilog-20031009.ebuild index 31aad93d6fdc..6d2cdbe0bb71 100644 --- a/app-sci/iverilog/iverilog-20031009.ebuild +++ b/app-sci/iverilog/iverilog-20031009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-20031009.ebuild,v 1.3 2004/04/25 19:12:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-20031009.ebuild,v 1.4 2004/06/16 04:53:50 mr_bones_ Exp $ S="${WORKDIR}/verilog-${PV}" |