diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-14 22:35:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-14 22:35:43 +0000 |
commit | 14c0ad490b697db8d191ca27f38e655cbf6b1afe (patch) | |
tree | 6a42401d05c43b8a952929df4b853ce9c0e64d19 /games-util | |
parent | EAPI=5 (diff) | |
download | gentoo-2-14c0ad490b697db8d191ca27f38e655cbf6b1afe.tar.gz gentoo-2-14c0ad490b697db8d191ca27f38e655cbf6b1afe.tar.bz2 gentoo-2-14c0ad490b697db8d191ca27f38e655cbf6b1afe.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/catcodec/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/catcodec/catcodec-1.0.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-util/catcodec/ChangeLog b/games-util/catcodec/ChangeLog index deec94c3e32d..e444f3b22af7 100644 --- a/games-util/catcodec/ChangeLog +++ b/games-util/catcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/catcodec -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.11 2013/01/22 18:08:31 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.12 2015/03/14 22:35:43 mr_bones_ Exp $ + + 14 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> catcodec-1.0.3.ebuild: + EAPI=5 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -catcodec-1.0.0.ebuild, -files/catcodec-1.0.0-build.patch: 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 } |