Skip to content

Commit

Permalink
app-misc/mvcase: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
monsieurp committed Oct 21, 2017
1 parent 047b2f2 commit 4a75129
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app-misc/mvcase/mvcase-0.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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"

DEPEND="dev-libs/shhopt"
RDEPEND="${DEPEND}"

PATCHES=(
"${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${P}-flags.patch"
)

src_compile() {
emake CC=$(tc-getCC)
}

src_install() {
dobin "${PN}"
doman "${PN}.1"
einstalldocs
}

0 comments on commit 4a75129

Please sign in to comment.