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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A8C51580FD for ; Sun, 22 Dec 2024 11:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A066E08A2; Sun, 22 Dec 2024 11:53:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42C40E08A2 for ; Sun, 22 Dec 2024 11:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C07733BEB9 for ; Sun, 22 Dec 2024 11:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D086F1732 for ; Sun, 22 Dec 2024 11:53:45 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1734868367.aac517867b42b45273535f897d35493aa6416359.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lockfile-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lockfile-progs/Manifest app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild X-VCS-Directories: app-misc/lockfile-progs/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: aac517867b42b45273535f897d35493aa6416359 X-VCS-Branch: master Date: Sun, 22 Dec 2024 11:53:45 +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: e5b5c943-7230-46b7-9c80-47b3aaf99b2c X-Archives-Hash: 3cb716aeae9363915e3d8b13732f381e commit: aac517867b42b45273535f897d35493aa6416359 Author: Petr Vaněk gentoo org> AuthorDate: Sun Dec 22 11:51:43 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Dec 22 11:52:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac51786 app-misc/lockfile-progs: drop 0.1.17 Signed-off-by: Petr Vaněk gentoo.org> app-misc/lockfile-progs/Manifest | 1 - .../lockfile-progs/lockfile-progs-0.1.17.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/app-misc/lockfile-progs/Manifest b/app-misc/lockfile-progs/Manifest index d885ece276d7..1609e4684813 100644 --- a/app-misc/lockfile-progs/Manifest +++ b/app-misc/lockfile-progs/Manifest @@ -1,2 +1 @@ -DIST lockfile-progs_0.1.17.tar.gz 14833 BLAKE2B 3e67aee40a8700c330eb8dd1f9ae3973d50f733333825a3e176434586357e9bbb3db9d480f6a778d383c5dbaca03d3cde90291c7668e3b9bc425b93a0b53fa2b SHA512 9d912e1a518fe9c02054beb25c4591df6db55cc2fe9b7049fb85368465bd9ced9660bb0a809ee60a7effbdc6524613c40fa69d9d27fc2cfc964f41b7486c3596 DIST lockfile-progs_0.1.19.tar.gz 104345 BLAKE2B 1ef1cc1d26c37b7dbe6e1e7245820f20e13fed995127ec7b17dc9464c379ac47e46beef765e4aa37379303a3c1baa3cfd9ec1fa0d272d4cf56132953d158e82b SHA512 7ec20466bee9278562ad764d07048fa5ed14003e18a0147f201020a3eb14e3d14aad5a3a89682ce358c80770dc2b944fc5b453d6afae2dbf2f58d1b756d80303 diff --git a/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild b/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild deleted file mode 100644 index 98f2ac3db112..000000000000 --- a/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Programs to safely lock/unlock files and mailboxes" -HOMEPAGE="https://packages.debian.org/sid/lockfile-progs" -SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86" - -DEPEND="net-libs/liblockfile" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - # Provide better Makefile, with clear separation between compilation - # and installation. - cp "${FILESDIR}/Makefile" . || die -} - -src_compile() { - tc-export CC - default -} - -src_install() { - # Makefile has no notion of PREFIX, bindir, and the like - emake DESTDIR="${ED}" install -}