summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/dynagen/dynagen-0.11.0.ebuild')
-rw-r--r--app-emulation/dynagen/dynagen-0.11.0.ebuild45
1 files changed, 0 insertions, 45 deletions
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
-}