]> Pileus Git - ~andy/sunrise/commitdiff
app-emulation/dynagen: New ebuild for bug 170013 thanks to Tommy for the review
authorChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
Wed, 3 Sep 2008 19:38:10 +0000 (19:38 +0000)
committerChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
Wed, 3 Sep 2008 19:38:10 +0000 (19:38 +0000)
svn path=/sunrise/; revision=6978

app-emulation/dynagen/ChangeLog [new file with mode: 0644]
app-emulation/dynagen/Manifest [new file with mode: 0644]
app-emulation/dynagen/dynagen-0.11.0.ebuild [new file with mode: 0644]
app-emulation/dynagen/metadata.xml [new file with mode: 0644]

diff --git a/app-emulation/dynagen/ChangeLog b/app-emulation/dynagen/ChangeLog
new file mode 100644 (file)
index 0000000..4b11534
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-emulation/dynagen
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  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
new file mode 100644 (file)
index 0000000..edaac11
--- /dev/null
@@ -0,0 +1,4 @@
+DIST dynagen-0.11.0.tar.gz 1418846 RMD160 c68861cab9959a28338777dd89ebb9c5064c4459 SHA1 3e3c6e33bc781301c7abe24532a06bca72d328af SHA256 53523fe13e151c0476596315aa724d50c6523ab72bb64d0ffc8d3ea8ad4e9628
+EBUILD dynagen-0.11.0.ebuild 926 RMD160 f03b7fcb213d0069f6cb31deeffa5bafc5a6e106 SHA1 73a1298b5e6453241c3f0e98088b802645feeff0 SHA256 ceea0bee2c4f5aa272dec260616f32babf2885b2519af7d23975cdf7a5c6a821
+MISC ChangeLog 294 RMD160 9e666fd68b54553ca76bef76f7d38cda9e995a99 SHA1 1ff21b9e1836ae499499d1841e3004af124dee76 SHA256 6149720c986a3237bfed598904e7f06e17897cc0a2d05250093b7f4dc7cb8f53
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-emulation/dynagen/dynagen-0.11.0.ebuild b/app-emulation/dynagen/dynagen-0.11.0.ebuild
new file mode 100644 (file)
index 0000000..0eb1eba
--- /dev/null
@@ -0,0 +1,45 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit 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
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>