diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-01 05:19:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-01 05:19:39 +0000 |
commit | 2adc4563c48cd3e6c15657c52f0ad1150eef8c0e (patch) | |
tree | 0f21e9c0de89ee4a5043c79d72af354b07cfda5a | |
parent | any mod support will do (diff) | |
download | gentoo-2-2adc4563c48cd3e6c15657c52f0ad1150eef8c0e.tar.gz gentoo-2-2adc4563c48cd3e6c15657c52f0ad1150eef8c0e.tar.bz2 gentoo-2-2adc4563c48cd3e6c15657c52f0ad1150eef8c0e.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r-- | games-simulation/gl117/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.3.2.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-simulation/gl117/ChangeLog b/games-simulation/gl117/ChangeLog index 9079d1aea12c..4063c8f4ed22 100644 --- a/games-simulation/gl117/ChangeLog +++ b/games-simulation/gl117/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/gl117 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.23 2011/10/15 20:14:04 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.24 2012/09/01 05:19:39 mr_bones_ Exp $ + + 01 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild: + any mod support will do 15 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild, +files/gl117-1.3.2-mode.patch: @@ -91,4 +94,3 @@ 07 Jul 2003; Michael Sterrett <msterret@gentoo.org> gl117-0.9.ebuild: Initial commit. (bug 23315 - user submitted ebuild wasn't used) - diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild index a85a2a8c43e7..bf0b382b5a93 100644 --- a/games-simulation/gl117/gl117-1.3.2.ebuild +++ b/games-simulation/gl117/gl117-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.11 2011/10/15 20:14:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.12 2012/09/01 05:19:39 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="media-libs/libsdl[audio,joystick,opengl,video] - media-libs/sdl-mixer[mikmod] + media-libs/sdl-mixer[mod] virtual/opengl virtual/glu media-libs/freeglut" @@ -26,7 +26,7 @@ S=${WORKDIR}/${MY_P} PATCHES=( "${FILESDIR}"/${P}-mode.patch ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die newicon doc/src/falcon.jpg ${PN}.jpg make_desktop_entry gl-117 GL-117 /usr/share/pixmaps/${PN}.jpg doman doc/gl-117.6 |