diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-20 22:19:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-20 22:19:32 +0000 |
commit | 29088a1437b6a3852fbe85dcfd445c2ddd665c54 (patch) | |
tree | 46bb2c11355daf3db59b761e1e1c549dc0f91e03 /games-simulation | |
parent | Security fixes - bugs #74384, #74392, #74464, #74465. (diff) | |
download | historical-29088a1437b6a3852fbe85dcfd445c2ddd665c54.tar.gz historical-29088a1437b6a3852fbe85dcfd445c2ddd665c54.tar.bz2 historical-29088a1437b6a3852fbe85dcfd445c2ddd665c54.zip |
version bump - bug #71350
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/gl117/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/gl117/Manifest | 10 | ||||
-rw-r--r-- | games-simulation/gl117/files/digest-gl117-1.3.1 | 1 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.3.1.ebuild | 30 |
4 files changed, 43 insertions, 5 deletions
diff --git a/games-simulation/gl117/ChangeLog b/games-simulation/gl117/ChangeLog index 72bebc0a2244..93f657ffb102 100644 --- a/games-simulation/gl117/ChangeLog +++ b/games-simulation/gl117/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-simulation/gl117 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.11 2004/09/11 09:47:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.12 2004/12/20 22:19:32 mr_bones_ Exp $ + +*gl117-1.3.1 (20 Dec 2004) + + 20 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +gl117-1.3.1.ebuild: + version bump - bug #71350 11 Sep 2004; <blubb@gentoo.org> gl117-1.3.ebuild: added ~amd64 diff --git a/games-simulation/gl117/Manifest b/games-simulation/gl117/Manifest index f7581017c589..4741985e4968 100644 --- a/games-simulation/gl117/Manifest +++ b/games-simulation/gl117/Manifest @@ -1,7 +1,9 @@ -MD5 a4f92c1a1aa2acd12a2a0f0e3e18f18f ChangeLog 1534 -MD5 c29d052b39ddd7a298b256afc1abb8e7 gl117-1.2.ebuild 766 +MD5 ccd0c05458d4daebbeac48543c2ffb91 ChangeLog 1671 MD5 b97f296065214e7c86228774df7d967d gl117-1.3.ebuild 832 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 dbc181b31b75b84a681b2d278a214165 files/1.3-gcc-3.4-gentoo.patch 1388 -MD5 945f07eb6f434e41cfcb6dd284717073 files/digest-gl117-1.2 67 +MD5 c29d052b39ddd7a298b256afc1abb8e7 gl117-1.2.ebuild 766 +MD5 fa8fc24023d3d198ec2f1e9b74a782cb gl117-1.3.1.ebuild 751 MD5 b71cc371a34ed8325ca96ab27964f748 files/digest-gl117-1.3 68 +MD5 740021d7a24b2fea8872736b7e081ae9 files/digest-gl117-1.3.1 70 +MD5 945f07eb6f434e41cfcb6dd284717073 files/digest-gl117-1.2 67 +MD5 dbc181b31b75b84a681b2d278a214165 files/1.3-gcc-3.4-gentoo.patch 1388 diff --git a/games-simulation/gl117/files/digest-gl117-1.3.1 b/games-simulation/gl117/files/digest-gl117-1.3.1 new file mode 100644 index 000000000000..0813d0f89778 --- /dev/null +++ b/games-simulation/gl117/files/digest-gl117-1.3.1 @@ -0,0 +1 @@ +MD5 c9bf8573ebb60fd77dc18de7eda006ec gl-117-1.3.1-src.tar.bz2 2365938 diff --git a/games-simulation/gl117/gl117-1.3.1.ebuild b/games-simulation/gl117/gl117-1.3.1.ebuild new file mode 100644 index 000000000000..b8746fcb8969 --- /dev/null +++ b/games-simulation/gl117/gl117-1.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.1.ebuild,v 1.1 2004/12/20 22:19:32 mr_bones_ Exp $ + +inherit games eutils + +MY_P="gl-117-${PV}-src" +DESCRIPTION="An action flight simulator" +HOMEPAGE="http://home.t-online.de/home/primetime./gl-117/" +SRC_URI="mirror://sourceforge/gl-117/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~amd64" +IUSE="" + +DEPEND="virtual/x11 + media-libs/libsdl + media-libs/sdl-mixer + virtual/opengl + virtual/glu + virtual/glut" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog FAQ NEWS README + prepgamesdirs +} |