summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-19 08:54:14 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-19 20:31:16 -0400
commit7b3107f4fc9b60b0d78a0e56513f900870f3b9d5 (patch)
tree05660da6cc46115be9997f46beb745371e9f2818 /app-misc/mvcase
parentmedia-libs/portaudio: remove old (diff)
downloadgentoo-7b3107f4fc9b60b0d78a0e56513f900870f3b9d5.tar.gz
gentoo-7b3107f4fc9b60b0d78a0e56513f900870f3b9d5.tar.bz2
gentoo-7b3107f4fc9b60b0d78a0e56513f900870f3b9d5.zip
app-misc/mvcase: remove old
Closes: https://github.com/gentoo/gentoo/pull/8467
Diffstat (limited to 'app-misc/mvcase')
-rw-r--r--app-misc/mvcase/mvcase-0.1-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/mvcase/mvcase-0.1-r1.ebuild b/app-misc/mvcase/mvcase-0.1-r1.ebuild
deleted file mode 100644
index 817386ef3781..000000000000
--- a/app-misc/mvcase/mvcase-0.1-r1.ebuild
+++ /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
-}