diff options
author | 2015-03-14 22:35:50 +0000 | |
---|---|---|
committer | 2015-03-14 22:35:50 +0000 | |
commit | 7517fd44dd0baf92bcee71de2e33d3ebcdb5a157 (patch) | |
tree | 94d5f19402e65ac977ca25cc7312d2167f487650 /games-util/catcodec/catcodec-1.0.3.ebuild | |
parent | Unmask llvm 3.6 (diff) | |
download | historical-7517fd44dd0baf92bcee71de2e33d3ebcdb5a157.tar.gz historical-7517fd44dd0baf92bcee71de2e33d3ebcdb5a157.tar.bz2 historical-7517fd44dd0baf92bcee71de2e33d3ebcdb5a157.zip |
EAPI=5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'games-util/catcodec/catcodec-1.0.3.ebuild')
-rw-r--r-- | games-util/catcodec/catcodec-1.0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-util/catcodec/catcodec-1.0.3.ebuild b/games-util/catcodec/catcodec-1.0.3.ebuild index f91bc512fb97..fb7a09cdf9a8 100644 --- a/games-util/catcodec/catcodec-1.0.3.ebuild +++ b/games-util/catcodec/catcodec-1.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild,v 1.5 2012/05/19 20:27:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild,v 1.6 2015/03/14 22:35:43 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD" @@ -20,11 +20,11 @@ src_prepare() { } src_compile() { - emake VERBOSE=1 || die + emake VERBOSE=1 } src_install() { - dobin catcodec || die + dobin catcodec dodoc changelog.txt docs/readme.txt doman docs/catcodec.1 } |