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 8F5441382C5 for ; Sun, 28 Jun 2020 22:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AFBE09B8; Sun, 28 Jun 2020 22:43:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA59DE09B8 for ; Sun, 28 Jun 2020 22:43:39 +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 93B6634F2FF for ; Sun, 28 Jun 2020 22:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A5882C4 for ; Sun, 28 Jun 2020 22:43:35 +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: <1593384200.060cf4f710788bce62bf557a183e69f74dd97e8b.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.52-r2.ebuild X-VCS-Directories: sys-apps/unscd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 060cf4f710788bce62bf557a183e69f74dd97e8b X-VCS-Branch: master Date: Sun, 28 Jun 2020 22:43:35 +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: 7bc603f1-1edf-47cf-a162-2503654c694e X-Archives-Hash: 17730d6f27d909fb596ac5872fcda5cb commit: 060cf4f710788bce62bf557a183e69f74dd97e8b Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jun 28 22:32:03 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 28 22:43:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060cf4f7 sys-apps/unscd: drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> sys-apps/unscd/Manifest | 1 - sys-apps/unscd/unscd-0.52-r2.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/sys-apps/unscd/Manifest b/sys-apps/unscd/Manifest index d78436cd2f0..2ae1770b66d 100644 --- a/sys-apps/unscd/Manifest +++ b/sys-apps/unscd/Manifest @@ -1,2 +1 @@ -DIST nscd-0.52.c 73144 BLAKE2B 962c619044d54d3136ce2cd3f4766a0a5a11b0f341fb595238332ec4ef521854f6ef60c846ae0c8e3069774361366b6b53c1b48c8d21ebdf11b42bf05677852a SHA512 ba48410309fced9b8d9f929c52b39ca9a8caaf451fe73742bde7d4a4ab9980bc0f353551e19c846e96d6cb8a71e3c5edc7ddddf76cce0613282f0d01fde0612f DIST nscd-0.53.c 73206 BLAKE2B ce3b8e02ce8879664bde7ee7362ee0d920ad9e9cd24da08b02e83d49b2e0bef7fb1b3c6635bc4e8a26d901170943a78bae608903459e4447edf004e5ef716468 SHA512 d14362d21282d0ea919af3b353f7838d1514c293b49df084bc8df424392b4121dba3443a07118f4c8c1cfdca0cbf8ebddde24cf73459b06349e9d1a68801403c diff --git a/sys-apps/unscd/unscd-0.52-r2.ebuild b/sys-apps/unscd/unscd-0.52-r2.ebuild deleted file mode 100644 index f61fb7591b5..00000000000 --- a/sys-apps/unscd/unscd-0.52-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 -}