diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-07-12 17:24:34 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-07-12 17:24:34 +0000 |
commit | 32781b6ca1ff413f99a7298046228010f8dc2a45 (patch) | |
tree | 6df3d73d78829323243ec75e3e697bb15f86839d /games-arcade | |
parent | Stable on alpha, bug #276423 (diff) | |
download | gentoo-2-32781b6ca1ff413f99a7298046228010f8dc2a45.tar.gz gentoo-2-32781b6ca1ff413f99a7298046228010f8dc2a45.tar.bz2 gentoo-2-32781b6ca1ff413f99a7298046228010f8dc2a45.zip |
Updating HOMEPAGE. Bug #277499
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/amphetamine/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/amphetamine/amphetamine-0.8.10.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-arcade/amphetamine/ChangeLog b/games-arcade/amphetamine/ChangeLog index a77a7ca451e4..89a5562de0fd 100644 --- a/games-arcade/amphetamine/ChangeLog +++ b/games-arcade/amphetamine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/amphetamine -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.4 2007/11/02 21:23:52 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.5 2009/07/12 17:24:34 tupone Exp $ + + 12 Jul 2009; Tupone Alfredo <tupone@gentoo.org> amphetamine-0.8.10.ebuild: + Updating HOMEPAGE. Bug #277499 by Pacho Ramos 02 Nov 2007; Samuli Suominen <drac@gentoo.org> +files/020_assumed_sizeof_long.diff, amphetamine-0.8.10.ebuild: diff --git a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild index 34954beafa17..dc443b0dd70a 100644 --- a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild +++ b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.5 2007/11/02 21:57:14 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.6 2009/07/12 17:24:34 tupone Exp $ inherit eutils toolchain-funcs games DESCRIPTION="a cool Jump'n Run game offering some unique visual effects" -HOMEPAGE="http://n.ethz.ch/student/loehrerl/amph/amph.html" -SRC_URI="http://n.ethz.ch/student/loehrerl/amph/files/${P}.tar.bz2 - http://n.ethz.ch/student/loehrerl/amph/files/${PN}-data-0.8.6.tar.bz2" +HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html" +SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2 + http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -16,6 +16,7 @@ IUSE="" DEPEND="media-libs/libsdl x11-libs/libXpm" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |