Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
Date: Sat, 16 Feb 2019 08:55:55
Message-Id: 1550307331.df3a6555ff76b6720d6b9848eeb3035ff13747f8.pacho@gentoo
1 commit: df3a6555ff76b6720d6b9848eeb3035ff13747f8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 08:39:57 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 08:55:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3a6555
7
8 net-nds/yp-tools: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-nds/yp-tools/Manifest | 1 -
14 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 40 -------------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
18 index d6858d41f5a..8dd0677a751 100644
19 --- a/net-nds/yp-tools/Manifest
20 +++ b/net-nds/yp-tools/Manifest
21 @@ -1,2 +1 @@
22 -DIST yp-tools-4.2.2.tar.bz2 368673 BLAKE2B ddc0e6ff81042a632713afc201e8195f42346dd557e44770f8e0d48d2d510a5df1b51d9229912214cb6840a6cc97c6bbf8bbbfcac2eac5dbe06596a4fbd875be SHA512 e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9
23 DIST yp-tools-4.2.3.tar.gz 195247 BLAKE2B 5e068f6856876dbf55c25030730195222fd331a06b8d57aa8a797a42c90538289a61ea8de1a2fee2d173e3444f76f82d111fc1120c287f90b7dbad1a2be23313 SHA512 2fcdaaeb8af4c3f62aa571a488c04561356681fc18b919ef728cfc1941578870cce74b136959f49e4ab04f988a79252163c1abe30b357788cb0b5faca7b5d147
24
25 diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
26 deleted file mode 100644
27 index 1e03726249c..00000000000
28 --- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit systemd
36 -
37 -DESCRIPTION="Network Information Service tools"
38 -HOMEPAGE="http://www.linux-nis.org/nis/"
39 -SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
44 -IUSE="nls"
45 -
46 -DEPEND="
47 - net-libs/libtirpc
48 - >=net-libs/libnsl-1.2.0:0=
49 -"
50 -RDEPEND=${DEPEND}
51 -# uses always libtirpc if present
52 -
53 -RESTRICT=test # do not compile
54 -
55 -src_configure () {
56 - econf \
57 - --disable-static \
58 - --sysconfdir=/etc/yp \
59 - $(use_enable nls)
60 -}
61 -
62 -src_install() {
63 - default
64 -
65 - insinto /etc/yp
66 - doins etc/nicknames
67 -
68 - systemd_dounit "${FILESDIR}/domainname.service"
69 - systemd_install_serviced "${FILESDIR}"/domainname.service.conf
70 -}