diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-10-13 20:09:38 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-10-13 20:09:38 +0000 |
commit | 1a150ca8e253bef918ee6fc10eb5fdd10d0dd706 (patch) | |
tree | 369ab7dd16a1701aedc8c324199d25d2ff504327 /sci-electronics | |
parent | Bug 288797: <sg3_utils-1.28 and >=sdparm-1.04 have a conflict on a script sas... (diff) | |
download | gentoo-2-1a150ca8e253bef918ee6fc10eb5fdd10d0dd706.tar.gz gentoo-2-1a150ca8e253bef918ee6fc10eb5fdd10d0dd706.tar.bz2 gentoo-2-1a150ca8e253bef918ee6fc10eb5fdd10d0dd706.zip |
Removed old ebuilds after stabilization.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/iverilog/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/iverilog/iverilog-0.8.2.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/iverilog/iverilog-0.8.3.ebuild | 49 | ||||
-rw-r--r-- | sci-electronics/iverilog/iverilog-0.8.4.ebuild | 49 |
4 files changed, 5 insertions, 141 deletions
diff --git a/sci-electronics/iverilog/ChangeLog b/sci-electronics/iverilog/ChangeLog index b8106cb953a7..02fc6d30876a 100644 --- a/sci-electronics/iverilog/ChangeLog +++ b/sci-electronics/iverilog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/iverilog # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/iverilog/ChangeLog,v 1.27 2009/10/11 16:17:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/iverilog/ChangeLog,v 1.28 2009/10/13 20:09:38 calchan Exp $ + + 13 Oct 2009; Denis Dupeyron <calchan@gentoo.org> -iverilog-0.8.2.ebuild, + -iverilog-0.8.3.ebuild, -iverilog-0.8.4.ebuild: + Removed old ebuilds after stabilization. 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> iverilog-0.8.6.ebuild: sparc stable wrt #245704 diff --git a/sci-electronics/iverilog/iverilog-0.8.2.ebuild b/sci-electronics/iverilog/iverilog-0.8.2.ebuild deleted file mode 100644 index 9212ce9eff8d..000000000000 --- a/sci-electronics/iverilog/iverilog-0.8.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/iverilog/iverilog-0.8.2.ebuild,v 1.7 2006/10/02 14:05:56 gustavoz Exp $ - -inherit multilib eutils - -S="${WORKDIR}/verilog-${PV}" - -DESCRIPTION="A Verilog simulation and synthesis tool" -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz" -HOMEPAGE="http://www.icarus.com/eda/verilog/" - -DEPEND="dev-util/gperf" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-gcc-4.10.patch" || die 'epatch failed!' -} - -src_compile() { - econf || die "./configure failed" - emake -j1 || die "emake failed" -} - -src_install() { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - libdir=${D}/usr/$(get_libdir) \ - libdir64=${D}/usr/$(get_libdir) \ - vpidir=${D}/usr/$(get_libdir)/ivl \ - install || die "make install failed" - - dodoc *.txt COPYING INSTALL examples/* -} diff --git a/sci-electronics/iverilog/iverilog-0.8.3.ebuild b/sci-electronics/iverilog/iverilog-0.8.3.ebuild deleted file mode 100644 index cc829e880c42..000000000000 --- a/sci-electronics/iverilog/iverilog-0.8.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/iverilog/iverilog-0.8.3.ebuild,v 1.2 2007/04/01 09:19:40 calchan Exp $ - -inherit multilib - -S="${WORKDIR}/verilog-${PV}" - -DESCRIPTION="A Verilog simulation and synthesis tool" -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz" -HOMEPAGE="http://www.icarus.com/eda/verilog/" - -DEPEND="" -RDEPEND="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_unpack() { - unpack ${A} - - # Fix for bug #172919 - sed -i \ - -e '/# include <asm\/page.h>/d' \ - -e '/unsigned siz, rss, shd;/a\ - long PAGE_SIZE = sysconf(_SC_PAGESIZE);\ - if (PAGE_SIZE==-1) PAGE_SIZE=0; -' ${S}/vvp/main.cc -} - -src_compile() { - econf || die "Configuration failed" - emake -j1 || die "Compilation failed" -} - -src_install() { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - libdir=${D}/usr/$(get_libdir) \ - libdir64=${D}/usr/$(get_libdir) \ - vpidir=${D}/usr/$(get_libdir)/ivl \ - install || die "Installation failed" - - dodoc *.txt COPYING INSTALL examples/* -} diff --git a/sci-electronics/iverilog/iverilog-0.8.4.ebuild b/sci-electronics/iverilog/iverilog-0.8.4.ebuild deleted file mode 100644 index 97c145a54b8d..000000000000 --- a/sci-electronics/iverilog/iverilog-0.8.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/iverilog/iverilog-0.8.4.ebuild,v 1.1 2007/04/01 11:48:03 calchan Exp $ - -inherit multilib - -S="${WORKDIR}/verilog-${PV}" - -DESCRIPTION="A Verilog simulation and synthesis tool" -SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz" -HOMEPAGE="http://www.icarus.com/eda/verilog/" - -DEPEND="" -RDEPEND="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_unpack() { - unpack ${A} - cd ${S} - - # Fix for bug #172919 - sed -i -e '/# include <asm\/page.h>/d' vvp/main.cc || die "sed failed" - - # Fix tests - mkdir -p lib/ivl - touch lib/ivl/ivl - sed -i -e 's/driver\/iverilog -B./IVERILOG_ROOT="." driver\/iverilog -B./' Makefile.in || die "sed failed" -} - -src_install() { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - libdir=${D}/usr/$(get_libdir) \ - libdir64=${D}/usr/$(get_libdir) \ - vpidir=${D}/usr/$(get_libdir)/ivl \ - install || die "Installation failed." - - dodoc *.txt - insinto /usr/share/doc/${PF} - doins -r examples -} |