diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-16 22:41:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 22:15:09 +0200 |
commit | a77f80881dbd0ed52857f62d6ea9b8c43ca82b81 (patch) | |
tree | 84fd7a206601a7c554968144e76013cf42293e87 /app-backup | |
parent | x11-plugins/gkrellm-mailwatch: drop 2.4.3-r2, EAPI-6-- (diff) | |
download | gentoo-a77f80881dbd0ed52857f62d6ea9b8c43ca82b81.tar.gz gentoo-a77f80881dbd0ed52857f62d6ea9b8c43ca82b81.tar.bz2 gentoo-a77f80881dbd0ed52857f62d6ea9b8c43ca82b81.zip |
app-backup/mirdir: drop 2.1-r2, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/mirdir/mirdir-2.1-r2.ebuild | 26 |
1 files changed, 0 insertions, 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 -} |