]> Pileus Git - ~andy/sunrise/commitdiff
app-emulation/ dynamips: In gentoo-x86
authorThomas Sachau <tommy@gentoo.org>
Wed, 12 Aug 2009 20:58:41 +0000 (20:58 +0000)
committerThomas Sachau <tommy@gentoo.org>
Wed, 12 Aug 2009 20:58:41 +0000 (20:58 +0000)
svn path=/sunrise/; revision=9004

app-emulation/dynamips/ChangeLog [deleted file]
app-emulation/dynamips/Manifest [deleted file]
app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild [deleted file]
app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch [deleted file]
app-emulation/dynamips/metadata.xml [deleted file]

diff --git a/app-emulation/dynamips/ChangeLog b/app-emulation/dynamips/ChangeLog
deleted file mode 100644 (file)
index b449605..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for app-emulation/dynamips
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  11 Jul 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  -dynamips-0.2.7.ebuild, dynamips-0.2.8_rc2.ebuild:
-  Whitespace, drop old version
-
-  19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  dynamips-0.2.7.ebuild:
-  Add suggested RDEPEND=${DEPEND}, add some die statements
-
-  16 Jan 2009; Duncan Lockwood (dunc) <dunc@lemonia.org>
-  +dynamips-0.2.8_rc2.ebuild,
-  +files/dynamips-0.2.8_rc2-parallel_build.patch:
-  New Ebuild for version 0.2.8_rc2 bug 154491. Includes Makefile patch to fix
-  parallel make. Thanks to everyone in #gentoo-sunrise for help
-
-  02 Sep 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
-  +dynamips-0.2.7.ebuild, +metadata.xml:
-  New ebuild for bug 154491 thanks to Sergey Khalavchuck for the RC ebuild and
-  scarabeus for help and Tommy for the dev review
-
diff --git a/app-emulation/dynamips/Manifest b/app-emulation/dynamips/Manifest
deleted file mode 100644 (file)
index da25ce5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX dynamips-0.2.8_rc2-parallel_build.patch 624 RMD160 de33a8996fc5b51a0be63552fcecbbfe6e3d4c09 SHA1 e343b84b171fa14ff43d6bbdd101db9c225be4f0 SHA256 7a4aa2e56c933199799296335ebfc64f7f74ac10f934eaaf39faabe869b9d907
-DIST dynamips-0.2.8-RC2.tar.gz 578935 RMD160 0447a4c0cf516bd2b63259881c7625e26d0d838f SHA1 349270690996a1e260b3eceb51ea90f94c25a59e SHA256 a8b377ce631119e285c401fdb7cb4d0bcc600a15508bdffcf337546957e252de
-EBUILD dynamips-0.2.8_rc2.ebuild 949 RMD160 ae72b38ba8021dc0421365137e3cde10bbbeedb3 SHA1 e785a0268098805c47c7f6e63258dd8f362e5c4e SHA256 e2f8d0c6e8dfd6dfd30672b76d18de4db77d46de6448119405abfeca6fc8f7da
-MISC ChangeLog 933 RMD160 50b43b422a4e1ec0c2513bf37e8a2e99bef40a4b SHA1 3871761939fe60af5f229d5aefdf9d33ebf3b5dd SHA256 4d08ea4678ec386ed90c73a7f8374959c93dda8164838f6addfc0e67b94a8df6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild b/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild
deleted file mode 100644 (file)
index 4362783..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-MY_P="${P/_rc/-RC}"
-
-DESCRIPTION="Cisco 7200/3600 Simulator"
-HOMEPAGE="http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator"
-SRC_URI="http://www.ipflow.utc.fr/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT=0
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=net-libs/libpcap-0.9.4
-       dev-libs/elfutils"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/${P}-parallel_build.patch"
-
-       if use amd64; then
-               sed -i \
-                       -e 's:DYNAMIPS_ARCH?=x86:DYNAMIPS_ARCH?=amd64:g' \
-                       Makefile || die "sed failed"
-       fi
-}
-
-src_install () {
-       dobin dynamips nvram_export \
-               || die "Installing binaries failed"
-       doman dynamips.1 hypervisor_mode.7 nvram_export.1 \
-               || die "Installing man pages failed"
-       dodoc ChangeLog TODO README README.hypervisor \
-               || die "Installing docs failed"
-}
diff --git a/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch b/app-emulation/dynamips/files/dynamips-0.2.8_rc2-parallel_build.patch
deleted file mode 100644 (file)
index a0e7798..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig      2009-01-16 14:45:30.000000000 +0000
-+++ Makefile           2009-01-16 15:02:47.000000000 +0000
-@@ -215,8 +215,7 @@
- .PHONY: all
- all: $(PROG) nvram_export
--$(PROG): mips64_microcode_dump.inc ppc32_microcode_dump.inc \
--      $(LEX_C) $(C_OBJS) $(A_OBJS)
-+$(PROG): $(LEX_C) $(C_OBJS) $(A_OBJS)
-       @echo "Linking $@"
-       @$(CC) -o $@ $(C_OBJS) $(A_OBJS) $(LIBS)
-@@ -246,6 +245,8 @@
-       @echo "Building assembly definitions header file"
-       @./asmdefs
-+dev_rom.o: mips64_microcode_dump.inc ppc32_microcode_dump.inc
-+
- nvram_export$(BIN_EXT): nvram_export.c
-       @echo "Linking $@"
-       @$(CC) -Wall $(CFLAGS) -o $@ nvram_export.c
diff --git a/app-emulation/dynamips/metadata.xml b/app-emulation/dynamips/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>