diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-04-06 09:25:25 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-04-06 09:25:25 +0000 |
commit | 07d924f8dcc6bdcf7ab5c99ad62cfede61260df1 (patch) | |
tree | dac96070e11296d3280055d0ec9ddb44bdf7c288 /games-util | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-07d924f8dcc6bdcf7ab5c99ad62cfede61260df1.tar.gz gentoo-2-07d924f8dcc6bdcf7ab5c99ad62cfede61260df1.tar.bz2 gentoo-2-07d924f8dcc6bdcf7ab5c99ad62cfede61260df1.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/dzip/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/dzip/dzip-2.9-r3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-util/dzip/ChangeLog b/games-util/dzip/ChangeLog index 6c4f5549d995..8c6b515d1f67 100644 --- a/games-util/dzip/ChangeLog +++ b/games-util/dzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/dzip -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.14 2012/12/17 13:39:30 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.15 2015/04/06 09:25:25 tupone Exp $ + + 06 Apr 2015; Tupone Alfredo <tupone@gentoo.org> dzip-2.9-r3.ebuild: + EAPI 5 17 Dec 2012; Ulrich Müller <ulm@gentoo.org> dzip-2.9-r1.ebuild: Fix LICENSE. diff --git a/games-util/dzip/dzip-2.9-r3.ebuild b/games-util/dzip/dzip-2.9-r3.ebuild index 6b11624b27cd..024192d04892 100644 --- a/games-util/dzip/dzip-2.9-r3.ebuild +++ b/games-util/dzip/dzip-2.9-r3.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/dzip/dzip-2.9-r3.ebuild,v 1.2 2012/02/16 18:43:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r3.ebuild,v 1.3 2015/04/06 09:25:25 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" @@ -26,6 +26,6 @@ src_prepare() { } src_install () { - dobin dzip || die "dobin failed" - dodoc Readme || die "dodoc failed" + dobin dzip + dodoc Readme } |