Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minissdpd/, net-misc/minissdpd/files/
Date: Thu, 06 Sep 2018 21:23:01
Message-Id: 1536268922.f8b35b78dda6403cca55827cb5c6ba8e5cdf953e.mgorny@gentoo
1 commit: f8b35b78dda6403cca55827cb5c6ba8e5cdf953e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 20:51:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:22:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b35b78
7
8 net-misc/minissdpd: Clean old up
9
10 net-misc/minissdpd/Manifest | 2 --
11 .../files/minissdpd-1.2-remove-initd.patch | 14 ---------
12 net-misc/minissdpd/minissdpd-1.5.20161216.ebuild | 33 ----------------------
13 net-misc/minissdpd/minissdpd-1.5.20180203.ebuild | 32 ---------------------
14 4 files changed, 81 deletions(-)
15
16 diff --git a/net-misc/minissdpd/Manifest b/net-misc/minissdpd/Manifest
17 index bb6a95e9158..23d0dbe679c 100644
18 --- a/net-misc/minissdpd/Manifest
19 +++ b/net-misc/minissdpd/Manifest
20 @@ -1,3 +1 @@
21 -DIST minissdpd-1.5.20161216.tar.gz 35078 BLAKE2B c8e681e812869ddc15cece499356e7852a4b2e86b661bd80d62a840c8a9a01f321d4616013fec49d4abd834c75378014b52e605ad3fa116c0dc863e5a389a9fc SHA512 4fe1dbc14a39a18bcc834c73cc0150cda656b2be7ffcc0a72dc2854dbd698f3528bfdcd80af741124546f916d914921ffc428bb4f19b34e7493f0cbf9ff54928
22 -DIST minissdpd-1.5.20180203.tar.gz 35848 BLAKE2B 2a784bf6c8cf2e656d86f60802d11823d15ad0d7ca4b941c4cf71ffb0433be81b1f12fc11eaa84585d0cc77f1710b24336962e4242a957c49e7ca957e38c0a55 SHA512 2ad8964cd9893b29318659d39adf006cb3df2b97260b6b93a9b71b8f318941fd569cd6de02d34347cab75d4f556e89aa1b3f727561d1b6805c22ed9a3183f6ce
23 DIST minissdpd-1.5.20180223.tar.gz 36179 BLAKE2B 0668862848e8d3f87b151e84e3fbea39a593556b4c9a3800ab7b534228a5af2c7cb20ad183e99f95d9616d306cc5aabdc379521bfb19a5e25a63fe0d81d816d7 SHA512 2564aa91ad54da392ca305a59b3eeab9b4c0a8504c674fc0c34d387560b239ea03c988e667fa3100b2b01e6916dc8e00ddc161fd6f652912a37b4b879b54dfbd
24
25 diff --git a/net-misc/minissdpd/files/minissdpd-1.2-remove-initd.patch b/net-misc/minissdpd/files/minissdpd-1.2-remove-initd.patch
26 deleted file mode 100644
27 index 9a5f5966e90..00000000000
28 --- a/net-misc/minissdpd/files/minissdpd-1.2-remove-initd.patch
29 +++ /dev/null
30 @@ -1,14 +0,0 @@
31 -diff -Naur minissdpd-1.1.20120121.orig//Makefile minissdpd-1.1.20120121/Makefile
32 ---- minissdpd-1.1.20120121.orig//Makefile 2012-01-02 05:46:24.000000000 -0500
33 -+++ minissdpd-1.1.20120121/Makefile 2012-01-22 07:01:54.000000000 -0500
34 -@@ -42,10 +42,6 @@
35 - $(INSTALL) minissdpd $(SBININSTALLDIR)
36 - $(INSTALL) -d $(MANINSTALLDIR)/man1
37 - $(INSTALL) minissdpd.1 $(MANINSTALLDIR)/man1/minissdpd.1
38 --ifneq ($(OS), Darwin)
39 -- $(INSTALL) -d $(PREFIX)/etc/init.d
40 -- $(INSTALL) minissdpd.init.d.script $(PREFIX)/etc/init.d/minissdpd
41 --endif
42 -
43 - minissdpd: $(MINISSDPDOBJS)
44 - $(CC) $(CFLAGS) -o $@ $(MINISSDPDOBJS)
45
46 diff --git a/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild b/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild
47 deleted file mode 100644
48 index 3feef3241d1..00000000000
49 --- a/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild
50 +++ /dev/null
51 @@ -1,33 +0,0 @@
52 -# Copyright 1999-2016 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI="6"
56 -inherit toolchain-funcs
57 -
58 -DESCRIPTION="MiniSSDP Daemon"
59 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
60 -HOMEPAGE="http://miniupnp.free.fr/"
61 -
62 -LICENSE="BSD"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE=""
66 -
67 -DEPEND="net-libs/libnfnetlink"
68 -
69 -RDEPEND="$DEPEND
70 - || ( net-misc/miniupnpd net-libs/miniupnpc )"
71 -
72 -PATCHES=( "${FILESDIR}/${PN}-1.2-remove-initd.patch" )
73 -
74 -src_compile() {
75 - emake CC="$(tc-getCC)"
76 -}
77 -
78 -src_install () {
79 - emake PREFIX="${D}" install
80 - newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
81 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
82 - dodoc Changelog.txt README
83 - doman minissdpd.1
84 -}
85
86 diff --git a/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild b/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild
87 deleted file mode 100644
88 index dea4e303461..00000000000
89 --- a/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild
90 +++ /dev/null
91 @@ -1,32 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI="6"
96 -inherit toolchain-funcs
97 -
98 -DESCRIPTION="MiniSSDP Daemon"
99 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
100 -HOMEPAGE="http://miniupnp.free.fr/"
101 -
102 -LICENSE="BSD"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE=""
106 -
107 -DEPEND="net-libs/libnfnetlink"
108 -
109 -RDEPEND="$DEPEND
110 - || ( net-misc/miniupnpd net-libs/miniupnpc )"
111 -
112 -src_compile() {
113 - emake CC="$(tc-getCC)"
114 -}
115 -
116 -src_install () {
117 - emake PREFIX="${ED}" install
118 - # note: we overwrite upstream's init.d
119 - newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
120 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
121 - dodoc Changelog.txt README
122 - doman minissdpd.1
123 -}