app-backup/mirdir: clean up old.
authorcharIes17 <charles17@arcor.de>
Tue, 15 Aug 2017 12:03:07 +0000 (14:03 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 5 Oct 2017 21:10:51 +0000 (23:10 +0200)
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 [deleted file]

diff --git a/app-backup/mirdir/mirdir-2.1-r1.ebuild b/app-backup/mirdir/mirdir-2.1-r1.ebuild
deleted file mode 100644 (file)
index 0347dc5..0000000
+++ /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
-}