summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-16 09:39:57 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-16 09:55:31 +0100
commitdf3a6555ff76b6720d6b9848eeb3035ff13747f8 (patch)
tree1ccd76dc97e19b1d75599d6b20b4db148b1e6027 /net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
parentapp-portage/porticron: Drop old (diff)
downloadgentoo-df3a6555ff76b6720d6b9848eeb3035ff13747f8.tar.gz
gentoo-df3a6555ff76b6720d6b9848eeb3035ff13747f8.tar.bz2
gentoo-df3a6555ff76b6720d6b9848eeb3035ff13747f8.zip
net-nds/yp-tools: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild')
-rw-r--r--net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild40
1 files changed, 0 insertions, 40 deletions
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
deleted file mode 100644
index 1e03726249cd..000000000000
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit systemd
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="nls"
-
-DEPEND="
- net-libs/libtirpc
- >=net-libs/libnsl-1.2.0:0=
-"
-RDEPEND=${DEPEND}
-# uses always libtirpc if present
-
-RESTRICT=test # do not compile
-
-src_configure () {
- econf \
- --disable-static \
- --sysconfdir=/etc/yp \
- $(use_enable nls)
-}
-
-src_install() {
- default
-
- insinto /etc/yp
- doins etc/nicknames
-
- systemd_dounit "${FILESDIR}/domainname.service"
- systemd_install_serviced "${FILESDIR}"/domainname.service.conf
-}