summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-01-21 13:07:23 +0300
committerSergey Popov <pinkbyte@gentoo.org>2015-01-21 13:07:23 +0300
commitf48f8ba6964520a631f1e7f21b20fc0f6e19798c (patch)
tree8d95a47dc82f755cae948f0cbb5bec826b0095f7 /app-emulation/dynagen
parentnet-print/epson-inkjet-printer-escpr: Moved to the tree. (diff)
downloadsunrise-f48f8ba6964520a631f1e7f21b20fc0f6e19798c.tar.gz
sunrise-f48f8ba6964520a631f1e7f21b20fc0f6e19798c.tar.bz2
sunrise-f48f8ba6964520a631f1e7f21b20fc0f6e19798c.zip
app-emulation/dynagen: Unmaintained for a long time, upstream is dead. Distributed with net-misc/gns3, thus - removing
Diffstat (limited to 'app-emulation/dynagen')
-rw-r--r--app-emulation/dynagen/ChangeLog12
-rw-r--r--app-emulation/dynagen/Manifest4
-rw-r--r--app-emulation/dynagen/dynagen-0.11.0.ebuild45
-rw-r--r--app-emulation/dynagen/metadata.xml5
4 files changed, 0 insertions, 66 deletions
diff --git a/app-emulation/dynagen/ChangeLog b/app-emulation/dynagen/ChangeLog
deleted file mode 100644
index c592c3220..000000000
--- a/app-emulation/dynagen/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for app-emulation/dynagen
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 05 Sep 2008; Thomas Anderson <gentoofan23@gentoo.org>
- dynagen-0.11.0.ebuild:
- Inherit multilib
-
- 03 Sep 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
- +dynagen-0.11.0.ebuild, +metadata.xml:
- New ebuild for bug 170013 thanks to Tommy for the review
-
diff --git a/app-emulation/dynagen/Manifest b/app-emulation/dynagen/Manifest
deleted file mode 100644
index 19bd2e64c..000000000
--- a/app-emulation/dynagen/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST dynagen-0.11.0.tar.gz 1418846 RMD160 c68861cab9959a28338777dd89ebb9c5064c4459 SHA1 3e3c6e33bc781301c7abe24532a06bca72d328af SHA256 53523fe13e151c0476596315aa724d50c6523ab72bb64d0ffc8d3ea8ad4e9628
-EBUILD dynagen-0.11.0.ebuild 935 RMD160 2381b25e15bec3b182d457f87a30fce9bf592c27 SHA1 fe94d3ab26855de4111221dea556309fae6f0564 SHA256 550a7a964971fec487c25749c4594fceb59c7ac942eb7498a1feba32cef0c7ac
-MISC ChangeLog 395 RMD160 c29c040120a736b9f572b4d6d828668efc46a650 SHA1 ee764df9a57fc2dbb712ff9bdc0e453c05816944 SHA256 78878fcac364184283e9bec606e6b857252599f225e6067a641a58fd81d44c3e
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/app-emulation/dynagen/dynagen-0.11.0.ebuild b/app-emulation/dynagen/dynagen-0.11.0.ebuild
deleted file mode 100644
index 49d397fda..000000000
--- a/app-emulation/dynagen/dynagen-0.11.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit multilib python
-
-DESCRIPTION="Text-based frontend to Dynamips Cisco router emulator."
-HOMEPAGE="http://www.dynagen.org/"
-SRC_URI="mirror://sourceforge/dyna-gen/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-emulation/dynamips"
-
-src_install() {
- insinto $(python_get_sitedir)
- doins *.py || die "python files install failed"
-
- dobin ${PN} || die "failed install of /usr/bin/dynagen"
-
- insinto /etc
- doins ${PN}.ini || die "config file install failed"
-
- insinto /usr/share/${PN}
- doins configspec || die "failed configspec install"
-
- dodoc README.txt
-
- insinto /usr/share/doc/${P}
- doins -r sample_labs
- dohtml -r docs/*
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/app-emulation/dynagen/metadata.xml b/app-emulation/dynagen/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/app-emulation/dynagen/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>