From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DD42138359 for ; Fri, 20 Nov 2020 22:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC398E070D; Fri, 20 Nov 2020 22:16:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7201E070D for ; Fri, 20 Nov 2020 22:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E2BA340EA8 for ; Fri, 20 Nov 2020 22:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03C6451 for ; Fri, 20 Nov 2020 22:16:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1605910557.f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/unscd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/unscd/Manifest sys-apps/unscd/unscd-0.53.ebuild X-VCS-Directories: sys-apps/unscd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd X-VCS-Branch: master Date: Fri, 20 Nov 2020 22:16:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a9e8b3a-fabe-4afb-b330-3507ccdff1c4 X-Archives-Hash: bf29d3e00481b156dcd146a257c28531 commit: f38cd933b1a9b72ad0ab8c2549e09f1dce1e29bd Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Nov 20 22:15:26 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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 -}