diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-01 00:00:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-01 00:00:03 +0000 |
commit | bfc1672951ece8c76fca9cde157a38364a58f977 (patch) | |
tree | 61a7aedc3002c68d2eb3eb09ea57283b2031735b /games-action/accelerator3d | |
parent | convert to python-single-r1; EAPI=5 (diff) | |
download | gentoo-2-bfc1672951ece8c76fca9cde157a38364a58f977.tar.gz gentoo-2-bfc1672951ece8c76fca9cde157a38364a58f977.tar.bz2 gentoo-2-bfc1672951ece8c76fca9cde157a38364a58f977.zip |
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/accelerator3d')
-rw-r--r-- | games-action/accelerator3d/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/accelerator3d/ChangeLog b/games-action/accelerator3d/ChangeLog index 7d8d3ca342c3..3a6339ff40c4 100644 --- a/games-action/accelerator3d/ChangeLog +++ b/games-action/accelerator3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/accelerator3d -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.11 2013/12/01 17:32:45 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.12 2015/01/01 00:00:03 mr_bones_ Exp $ + + 31 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> + accelerator3d-0.1.1-r2.ebuild: + tidy 01 Dec 2013; Julian Ospald <hasufell@gentoo.org> accelerator3d-0.1.1-r2.ebuild: diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild index 3ca48453119f..93d229669eb9 100644 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.3 2013/12/01 17:32:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.4 2015/01/01 00:00:03 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -37,7 +37,7 @@ src_install() { python_scriptinto "${GAMES_BINDIR}" python_foreach_impl python_newscript accelerator.py accelerator insinto "${GAMES_DATADIR}"/${PN} - doins gfx/* snd/* || die "doins failed" + doins gfx/* snd/* dodoc CHANGELOG README make_desktop_entry accelerator |