commit:     f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 22:15:26 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 22:15:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38cd933

sys-apps/unscd: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-apps/unscd/Manifest          |  1 -
 sys-apps/unscd/unscd-0.53.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/sys-apps/unscd/Manifest b/sys-apps/unscd/Manifest
index 2c8fedc46f2..9e99f818833 100644
--- a/sys-apps/unscd/Manifest
+++ b/sys-apps/unscd/Manifest
@@ -1,2 +1 @@
-DIST nscd-0.53.c 73206 BLAKE2B 
ce3b8e02ce8879664bde7ee7362ee0d920ad9e9cd24da08b02e83d49b2e0bef7fb1b3c6635bc4e8a26d901170943a78bae608903459e4447edf004e5ef716468
 SHA512 
d14362d21282d0ea919af3b353f7838d1514c293b49df084bc8df424392b4121dba3443a07118f4c8c1cfdca0cbf8ebddde24cf73459b06349e9d1a68801403c
 DIST nscd-0.54-r1.c 73304 BLAKE2B 
5c35fec2f4f3447c5d6500a7fc50c97347923d62d084134ced5c412307e8db6079e01302b16ac3e1940ee9194a31ebec464e3bd838fd8b6a650b8c0bdc66349d
 SHA512 
88f40a10ff9ba0f46ef6f266a8ab610bf54c1d322d11df47e616e3cc007edaebdf673ec71a314b7c672d2aa7a2eac799abb0bdf87aaebd71fb8d2f7ef4e33ab6

diff --git a/sys-apps/unscd/unscd-0.53.ebuild b/sys-apps/unscd/unscd-0.53.ebuild
deleted file mode 100644
index f3e81790194..00000000000
--- 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
-}

Reply via email to