summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-11-09 12:58:15 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-11-09 12:58:15 +0000
commitd3a48b01f9c864676600106c3433ccc4b4feb0f3 (patch)
tree58b9819bbf7d8d9bfcef4cddf7474f97561903fa /net-misc
parentadd Pawel Stankowski as maintainer, granted by TomWij (diff)
downloadgentoo-2-d3a48b01f9c864676600106c3433ccc4b4feb0f3.tar.gz
gentoo-2-d3a48b01f9c864676600106c3433ccc4b4feb0f3.tar.bz2
gentoo-2-d3a48b01f9c864676600106c3433ccc4b4feb0f3.zip
Version bump
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/minissdpd/ChangeLog8
-rw-r--r--net-misc/minissdpd/minissdpd-1.2.20141108.ebuild36
2 files changed, 43 insertions, 1 deletions
diff --git a/net-misc/minissdpd/ChangeLog b/net-misc/minissdpd/ChangeLog
index 479da5f62d3a..dd03e9b55575 100644
--- a/net-misc/minissdpd/ChangeLog
+++ b/net-misc/minissdpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/minissdpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.13 2014/09/14 12:21:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.14 2014/11/09 12:58:15 blueness Exp $
+
+*minissdpd-1.2.20141108 (09 Nov 2014)
+
+ 09 Nov 2014; Anthony G. Basile <blueness@gentoo.org>
+ +minissdpd-1.2.20141108.ebuild:
+ Version bump
*minissdpd-1.2.20140906-r1 (14 Sep 2014)
diff --git a/net-misc/minissdpd/minissdpd-1.2.20141108.ebuild b/net-misc/minissdpd/minissdpd-1.2.20141108.ebuild
new file mode 100644
index 000000000000..2c55391edb0a
--- /dev/null
+++ b/net-misc/minissdpd/minissdpd-1.2.20141108.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/minissdpd-1.2.20141108.ebuild,v 1.1 2014/11/09 12:58:15 blueness Exp $
+
+EAPI="5"
+inherit eutils toolchain-funcs
+
+DESCRIPTION="MiniSSDP Daemon"
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
+HOMEPAGE="http://miniupnp.free.fr/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=sys-apps/net-tools-1.60_p20120127084908[-old-output]
+ || ( net-misc/miniupnpd net-libs/miniupnpc )"
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-1.2-respect-CC.patch"
+ epatch "${FILESDIR}/${PN}-1.2-remove-initd.patch"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install () {
+ einstall PREFIX="${D}"
+ newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
+ newconfd "${FILESDIR}/${PN}.confd" ${PN}
+ dodoc Changelog.txt README
+ doman minissdpd.1
+}