]> Pileus Git - ~andy/sunrise/commitdiff
net-misc/autoupnp: New ebuild for bug #322057.
authorMichał Górny <mgorny@gentoo.org>
Sun, 30 May 2010 12:28:31 +0000 (12:28 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 May 2010 12:28:31 +0000 (12:28 +0000)
svn path=/sunrise/; revision=10621

net-misc/autoupnp/ChangeLog [new file with mode: 0644]
net-misc/autoupnp/Manifest [new file with mode: 0644]
net-misc/autoupnp/autoupnp-0.3.ebuild [new file with mode: 0644]
net-misc/autoupnp/metadata.xml [new file with mode: 0644]

diff --git a/net-misc/autoupnp/ChangeLog b/net-misc/autoupnp/ChangeLog
new file mode 100644 (file)
index 0000000..188f72b
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-misc/autoupnp
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  30 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  +autoupnp-0.3.ebuild, +metadata.xml:
+  New ebuild for bug #322057.
+
diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
new file mode 100644 (file)
index 0000000..ab6dde6
--- /dev/null
@@ -0,0 +1,4 @@
+DIST autoupnp-0.3.sh.bz2 2087 RMD160 dab909a81a35220e6e7c75a32f0b19a9ab095f17 SHA1 4055037fd030140e83cec87ad801c8d1fc82600e SHA256 ba4090cde1fc4adb409141d06f50cbcbe929e4b6282ad9778531d9872cb5c8ef
+EBUILD autoupnp-0.3.ebuild 462 RMD160 1ae97d7489d45c57bf65240aacc98fe3dcb5aa17 SHA1 24e1923da57455f6d2a041e3b596b4e6db10b962 SHA256 fe58193802f160f098df08d9f50dea57b628e026fd0955d6576ce25b9d77bd24
+MISC ChangeLog 252 RMD160 9720ef47c07e5cd0497ef79edd0dc0126491322b SHA1 775fdc21b420ad36833b653b08183a9aa11f340f SHA256 39d5d119d16411a967c810047e8edd0394d773e0283dc4e0c3d9894206ea33ab
+MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/net-misc/autoupnp/autoupnp-0.3.ebuild b/net-misc/autoupnp/autoupnp-0.3.ebuild
new file mode 100644 (file)
index 0000000..85442ac
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Automatic open port forwarder using UPnP"
+HOMEPAGE="http://proj.mgorny.alt.pl/misc/#autoupnp"
+SRC_URI="http://dl.mgorny.alt.pl/misc/${P}.sh.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="net-misc/miniupnpc
+       sys-apps/diffutils
+       sys-apps/net-tools"
+
+src_install() {
+       newbin ${P}.sh ${PN} || die
+}
diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.xml
new file mode 100644 (file)
index 0000000..c6be580
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>no-herd</herd>
+       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>