Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
Date: Sun, 13 Aug 2017 18:15:23
Message-Id: 1502648112.d1923971effa270346d435cc7a3073fbb96117ce.mjo@gentoo
1 commit: d1923971effa270346d435cc7a3073fbb96117ce
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 13 18:14:52 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 18:15:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1923971
7
8 net-dns/updatedd: remove unused version 2.6-r4.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-dns/updatedd/updatedd-2.6-r4.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/net-dns/updatedd/updatedd-2.6-r4.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild
16 deleted file mode 100644
17 index ff62882f4ad..00000000000
18 --- a/net-dns/updatedd/updatedd-2.6-r4.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
27 -HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
28 -SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -RDEPEND="dev-lang/perl"
37 -
38 -PATCHES=(
39 - "${FILESDIR}/${P}-options.patch"
40 - "${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
41 - "${FILESDIR}/respect-docdir.patch"
42 -)
43 -
44 -src_configure() {
45 - econf --disable-static --docdir="/usr/share/doc/${PF}"
46 -}