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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFDE6158095 for ; Sun, 28 Aug 2022 20:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 046ACE0918; Sun, 28 Aug 2022 20:15:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D9042E0918 for ; Sun, 28 Aug 2022 20:15:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B50E5341011 for ; Sun, 28 Aug 2022 20:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 226B2588 for ; Sun, 28 Aug 2022 20:15:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1661717709.a77f80881dbd0ed52857f62d6ea9b8c43ca82b81.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/mirdir/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/mirdir/mirdir-2.1-r2.ebuild X-VCS-Directories: app-backup/mirdir/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a77f80881dbd0ed52857f62d6ea9b8c43ca82b81 X-VCS-Branch: master Date: Sun, 28 Aug 2022 20:15:34 +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: 3ab2aa3f-4d9f-4a26-8a1d-9026055dacdd X-Archives-Hash: 2bfcfab313633228b3c097618b4ceda8 commit: a77f80881dbd0ed52857f62d6ea9b8c43ca82b81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 16 20:41:09 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 28 20:15:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f8088 app-backup/mirdir: drop 2.1-r2, EAPI-6-- Signed-off-by: Andreas Sturmlechner gentoo.org> app-backup/mirdir/mirdir-2.1-r2.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-backup/mirdir/mirdir-2.1-r2.ebuild b/app-backup/mirdir/mirdir-2.1-r2.ebuild deleted file mode 100644 index 97c44d1b6321..000000000000 --- a/app-backup/mirdir/mirdir-2.1-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Synchronize two directory trees in a fast way" -HOMEPAGE="https://sourceforge.net/projects/mirdir/" -SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${P}-UNIX" - -src_prepare() { - default - # Disable stripping, bug 239939 - sed -i -e 's:strip .*::' Makefile.in || die -} - -src_install() { - dobin "bin/${PN}" - doman "${PN}.1" - einstalldocs -}