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 583A11396D0 for ; Thu, 5 Oct 2017 21:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2BCE0D90; Thu, 5 Oct 2017 21:11:38 +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 77E79E0D77 for ; Thu, 5 Oct 2017 21:11:38 +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 66481341780 for ; Thu, 5 Oct 2017 21:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F9289098 for ; Thu, 5 Oct 2017 21:11:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507237851.84db9af53abcfc1c79938330d0a80b20bbb33f74.monsieurp@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-r1.ebuild X-VCS-Directories: app-backup/mirdir/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 84db9af53abcfc1c79938330d0a80b20bbb33f74 X-VCS-Branch: master Date: Thu, 5 Oct 2017 21:11: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-Archives-Salt: ae6c80ec-ae74-47ef-b4e3-9f9d25763268 X-Archives-Hash: aabcd9c7c8c1a975c454897143af24ca commit: 84db9af53abcfc1c79938330d0a80b20bbb33f74 Author: charIes17 arcor de> AuthorDate: Tue Aug 15 12:03:07 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Oct 5 21:10:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db9af5 app-backup/mirdir: clean up old. Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5428 app-backup/mirdir/mirdir-2.1-r1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app-backup/mirdir/mirdir-2.1-r1.ebuild b/app-backup/mirdir/mirdir-2.1-r1.ebuild deleted file mode 100644 index 0347dc5f92a..00000000000 --- a/app-backup/mirdir/mirdir-2.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -DESCRIPTION="Mirdir allows to synchronize two directory trees in a fast way" -HOMEPAGE="http://sf.net/projects/mirdir" -SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}-UNIX" - -src_prepare() { - # Disable stripping, bug 239939 - sed -i -e 's:strip .*::' Makefile.in || die -} - -src_install() { - dobin bin/mirdir || die - doman mirdir.1 - dodoc AUTHORS -}