summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-11-20 22:15:26 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-11-20 22:15:57 +0000
commitf38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd (patch)
treedfbb890605d033fb8f7bd4644c7171babfb4c667 /sys-apps/unscd/unscd-0.53.ebuild
parentdev-lang/erlang: drop old (diff)
downloadgentoo-f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd.tar.gz
gentoo-f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd.tar.bz2
gentoo-f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd.zip
sys-apps/unscd: drop old
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/unscd/unscd-0.53.ebuild')
-rw-r--r--sys-apps/unscd/unscd-0.53.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/unscd/unscd-0.53.ebuild b/sys-apps/unscd/unscd-0.53.ebuild
deleted file mode 100644
index f3e81790194e..000000000000
--- a/sys-apps/unscd/unscd-0.53.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="simple & stable nscd replacement"
-HOMEPAGE="https://busybox.net/~vda/unscd/README"
-SRC_URI="https://busybox.net/~vda/unscd/nscd-${PV}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/glibc[nscd(+)]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}"/nscd-${PV}.c ${PN}.c || die
-}
-
-src_compile() {
- tc-export CC
- emake unscd
-}
-
-src_install() {
- newinitd "${FILESDIR}"/unscd.initd-r1 unscd
- systemd_newtmpfilesd "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf
- systemd_dounit "${FILESDIR}"/unscd.service
- dosbin unscd
-}