summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-04-08 17:50:24 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-04-08 17:50:24 +0000
commit685259499ad219f1f078847e3c38afa1bb09e79d (patch)
tree063193caa454514c75f4f5b9c1eca30070a6df17 /sci-electronics/systemc
parentAdd missing IUSE. (diff)
downloadgentoo-2-685259499ad219f1f078847e3c38afa1bb09e79d.tar.gz
gentoo-2-685259499ad219f1f078847e3c38afa1bb09e79d.tar.bz2
gentoo-2-685259499ad219f1f078847e3c38afa1bb09e79d.zip
Post-stabilization cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-electronics/systemc')
-rw-r--r--sci-electronics/systemc/ChangeLog6
-rw-r--r--sci-electronics/systemc/files/digest-systemc-2.0.13
-rw-r--r--sci-electronics/systemc/files/digest-systemc-2.0.1-r13
-rw-r--r--sci-electronics/systemc/systemc-2.0.1-r1.ebuild89
-rw-r--r--sci-electronics/systemc/systemc-2.0.1.ebuild68
5 files changed, 5 insertions, 164 deletions
diff --git a/sci-electronics/systemc/ChangeLog b/sci-electronics/systemc/ChangeLog
index cf82e139f7da..ba9c45e001b1 100644
--- a/sci-electronics/systemc/ChangeLog
+++ b/sci-electronics/systemc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/systemc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/ChangeLog,v 1.8 2007/04/08 08:56:15 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/ChangeLog,v 1.9 2007/04/08 17:50:24 calchan Exp $
+
+ 08 Apr 2007; Denis Dupeyron <calchan@gentoo.org> -systemc-2.0.1.ebuild,
+ -systemc-2.0.1-r1.ebuild:
+ Post-stabilization cleanup.
08 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
systemc-2.2_beta20060605.ebuild:
diff --git a/sci-electronics/systemc/files/digest-systemc-2.0.1 b/sci-electronics/systemc/files/digest-systemc-2.0.1
deleted file mode 100644
index 22d5e81e2326..000000000000
--- a/sci-electronics/systemc/files/digest-systemc-2.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 315dece08b717c41a1ee9d6387096949 systemc-2.0.1.tgz 1590044
-RMD160 d08d7c4d3b49434d0ca2890140f8b2aac715af45 systemc-2.0.1.tgz 1590044
-SHA256 af30cf1b33775e1af6d9c8774658f8728548588e767227e73aac85daed6faca4 systemc-2.0.1.tgz 1590044
diff --git a/sci-electronics/systemc/files/digest-systemc-2.0.1-r1 b/sci-electronics/systemc/files/digest-systemc-2.0.1-r1
deleted file mode 100644
index 22d5e81e2326..000000000000
--- a/sci-electronics/systemc/files/digest-systemc-2.0.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 315dece08b717c41a1ee9d6387096949 systemc-2.0.1.tgz 1590044
-RMD160 d08d7c4d3b49434d0ca2890140f8b2aac715af45 systemc-2.0.1.tgz 1590044
-SHA256 af30cf1b33775e1af6d9c8774658f8728548588e767227e73aac85daed6faca4 systemc-2.0.1.tgz 1590044
diff --git a/sci-electronics/systemc/systemc-2.0.1-r1.ebuild b/sci-electronics/systemc/systemc-2.0.1-r1.ebuild
deleted file mode 100644
index 53496b2d0d61..000000000000
--- a/sci-electronics/systemc/systemc-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,89 +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/systemc/systemc-2.0.1-r1.ebuild,v 1.2 2006/07/07 17:30:32 calchan Exp $
-
-inherit portability
-
-DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-LICENSE="SOPLA-2.4"
-HOMEPAGE="http://www.systemc.org/"
-SRC_URI="${P}.tgz"
-
-SLOT="0"
-IUSE=""
-KEYWORDS="~x86"
-
-RESTRICT="fetch"
-
-DEPEND="virtual/libc"
-
-pkg_nofetch() {
- elog "${PN} developers require end-users to accept their license agreement"
- elog "by registering on their Web site (${HOMEPAGE})."
- elog "Please download ${A} manually and place it in ${DISTDIR}."
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e "s:OPT_CXXFLAGS=\"-O3\":OPT_CXXFLAGS=\"${CXXFLAGS}\":g" \
- -i configure || die "sedding configure script failed"
- chmod +x configure
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
- cd "${S}"/src/systemc/kernel
- ar cru ../../../src/libsystemc.a sc_attribute.o sc_cor_fiber.o \
- sc_cor_qt.o sc_event.o sc_kernel_ids.o sc_lambda.o sc_main.o \
- sc_module.o sc_module_name.o sc_module_registry.o sc_name_gen.o \
- sc_object.o sc_object_manager.o sc_process_int.o sc_runnable.o \
- sc_sensitive.o sc_simcontext.o sc_time.o sc_ver.o sc_wait.o \
- sc_wait_cthread.o || die "archiving kernel failed"
- cd "${S}"/src/systemc/qt
- ar cru ../../../src/libsystemc.a qt.o qtmdc.o qtmds.o \
- || die "archiving qt failed"
- cd "${S}"/src/systemc/communication
- ar cru ../../../src/libsystemc.a sc_clock.o sc_communication_ids.o \
- sc_event_finder.o sc_interface.o sc_mutex.o sc_port.o \
- sc_prim_channel.o sc_semaphore.o sc_signal.o sc_signal_ports.o \
- sc_signal_resolved.o sc_signal_resolved_ports.o \
- || die "archiving commmunication failed)"
- cd "${S}"/src/systemc/datatypes/bit
- ar cru ../../../../src/libsystemc.a sc_bit.o sc_bit_ids.o sc_bv_base.o \
- sc_logic.o sc_lv_base.o || die "archiving bit failed"
- cd "${S}"/src/systemc/datatypes/fx
- ar cru ../../../../src/libsystemc.a sc_fx_ids.o sc_fxcast_switch.o \
- sc_fxdefs.o sc_fxnum.o sc_fxnum_observer.o sc_fxtype_params.o \
- sc_fxval.o sc_fxval_observer.o scfx_mant.o scfx_pow10.o scfx_rep.o \
- scfx_utils.o || die "archiving fx failed"
- cd "${S}"/src/systemc/datatypes/int
- ar cru ../../../../src/libsystemc.a sc_int_base.o sc_int32_mask.o \
- sc_int64_io.o sc_int64_mask.o sc_int_ids.o sc_length_param.o \
- sc_nbdefs.o sc_nbexterns.o sc_nbutils.o sc_signed.o sc_uint_base.o \
- sc_unsigned.o || die "archiving int failed"
- cd "${S}"/src/systemc/tracing
- ar cru ../../../src/libsystemc.a sc_isdb_trace.o sc_trace.o \
- sc_vcd_trace.o sc_wif_trace.o || die "archiving tracing failed"
- cd "${S}"/src/systemc/utils
- ar cru ../../../src/libsystemc.a sc_exception.o sc_hash.o sc_list.o \
- sc_mempool.o sc_pq.o sc_report.o sc_report_handler.o sc_stop_here.o \
- sc_string.o sc_utils_ids.o sc_vector.o || die "archiving utils failed"
-}
-
-src_install() {
- cd "${S}"/src
- dolib.a libsystemc.a
- dodir /usr/include/systemc
- find . -name "*.h" -exec treecopy {} "${D}"/usr/include/ \;
- cd "${S}"
- dodoc AUTHORS NEWS README RELEASENOTES
- dodir /usr/share/doc/${PF}/examples
- cp docs/*.pdf "${D}"/usr/share/doc/${PF}
- cp -r examples/systemc/* "${D}"/usr/share/doc/${PF}/examples
- cd "${D}"/usr/share/doc/${PF}/examples
- rm Makefile Makefile.am Makefile.in
- sed -e "s:LIBDIR =:#LIBDIR =:g" -e "s:\$(EXE).*:\$(EXE)\: \$(OBJS):g" \
- -i Makefile.defs
-}
diff --git a/sci-electronics/systemc/systemc-2.0.1.ebuild b/sci-electronics/systemc/systemc-2.0.1.ebuild
deleted file mode 100644
index e054bfdf8b05..000000000000
--- a/sci-electronics/systemc/systemc-2.0.1.ebuild
+++ /dev/null
@@ -1,68 +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/systemc/systemc-2.0.1.ebuild,v 1.2 2006/07/07 17:30:32 calchan Exp $
-
-IUSE=""
-
-DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://www.systemc.org/"
-SRC_URI="systemc-2.0.1.tgz"
-
-SLOT="0"
-LICENSE="SOPLA-2.4"
-KEYWORDS="x86"
-
-DEPEND="virtual/libc"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- elog "${PN} developers require end-users to accept their license agreement"
- elog "by registering on their site (http://www.systemc.org)"
- elog "Please download ${A} manually and place it in ${DISTDIR}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e "s:OPT_CXXFLAGS=\"-O3\":OPT_CXXFLAGS=\"${CXXFLAGS}\":g" configure.orig > configure
- chmod +x configure
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die
- cd ${S}/src/systemc/kernel
- ar cru ../../../src/libsystemc.a sc_attribute.o sc_cor_fiber.o sc_cor_qt.o sc_event.o sc_kernel_ids.o sc_lambda.o sc_main.o sc_module.o sc_module_name.o sc_module_registry.o sc_name_gen.o sc_object.o sc_object_manager.o sc_process_int.o sc_runnable.o sc_sensitive.o sc_simcontext.o sc_time.o sc_ver.o sc_wait.o sc_wait_cthread.o
- cd ${S}/src/systemc/qt
- ar cru ../../../src/libsystemc.a qt.o qtmdc.o qtmds.o
- cd ${S}/src/systemc/communication
- ar cru ../../../src/libsystemc.a sc_clock.o sc_communication_ids.o sc_event_finder.o sc_interface.o sc_mutex.o sc_port.o sc_prim_channel.o sc_semaphore.o sc_signal.o sc_signal_ports.o sc_signal_resolved.o sc_signal_resolved_ports.o
- cd ${S}/src/systemc/datatypes/bit
- ar cru ../../../../src/libsystemc.a sc_bit.o sc_bit_ids.o sc_bv_base.o sc_logic.o sc_lv_base.o
- cd ${S}/src/systemc/datatypes/fx
- ar cru ../../../../src/libsystemc.a sc_fx_ids.o sc_fxcast_switch.o sc_fxdefs.o sc_fxnum.o sc_fxnum_observer.o sc_fxtype_params.o sc_fxval.o sc_fxval_observer.o scfx_mant.o scfx_pow10.o scfx_rep.o scfx_utils.o
- cd ${S}/src/systemc/datatypes/int
- ar cru ../../../../src/libsystemc.a sc_int_base.o sc_int32_mask.o sc_int64_io.o sc_int64_mask.o sc_int_ids.o sc_length_param.o sc_nbdefs.o sc_nbexterns.o sc_nbutils.o sc_signed.o sc_uint_base.o sc_unsigned.o
- cd ${S}/src/systemc/tracing
- ar cru ../../../src/libsystemc.a sc_isdb_trace.o sc_trace.o sc_vcd_trace.o sc_wif_trace.o
- cd ${S}/src/systemc/utils
- ar cru ../../../src/libsystemc.a sc_exception.o sc_hash.o sc_list.o sc_mempool.o sc_pq.o sc_report.o sc_report_handler.o sc_stop_here.o sc_string.o sc_utils_ids.o sc_vector.o
-}
-
-src_install() {
- cd ${S}/src
- dolib.a libsystemc.a
- dodir /usr/include/systemc
- find . -name "*.h" -exec cp --parents {} ${D}/usr/include/ \;
- cd ${S}
- dodoc AUTHORS NEWS README RELEASENOTES
- dodir /usr/share/doc/${PF}/examples
- cp docs/*.pdf ${D}/usr/share/doc/${PF}
- cp -r examples/systemc/* ${D}/usr/share/doc/${PF}/examples
- cd ${D}/usr/share/doc/${PF}/examples
- rm Makefile Makefile.am Makefile.in
- cp Makefile.defs Makefile.defs.orig
- sed -e "s:LIBDIR =:#LIBDIR =:g" Makefile.defs.orig > Makefile.defs.1
- sed -e "s:\$(EXE).*:\$(EXE)\: \$(OBJS):g" Makefile.defs.1 > Makefile.defs
-}