app-misc/mvcase: remove old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 19 May 2018 06:54:14 +0000 (08:54 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 20 May 2018 00:31:16 +0000 (20:31 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8467

app-misc/mvcase/mvcase-0.1-r1.ebuild [deleted file]

diff --git a/app-misc/mvcase/mvcase-0.1-r1.ebuild b/app-misc/mvcase/mvcase-0.1-r1.ebuild
deleted file mode 100644 (file)
index 817386e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A modified version of mv, used to convert filenames to lower/upper case"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/utils/file"
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-libs/shhopt"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-includes.patch \
-               "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
-       tc-export CC
-       emake || die
-}
-
-src_install() {
-       dobin mvcase || die
-       doman mvcase.1
-       dodoc INSTALL
-}