diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:14:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:14:56 +0000 |
commit | 084a5105949cc960e859bc87835c2dfab6909b93 (patch) | |
tree | 5e67ac903d49dfab3a956cae0dedd298e7919244 /games-arcade/stepmania | |
parent | Moved games_pkg_setup to the beginning of pkg_setup. (diff) | |
download | gentoo-2-084a5105949cc960e859bc87835c2dfab6909b93.tar.gz gentoo-2-084a5105949cc960e859bc87835c2dfab6909b93.tar.bz2 gentoo-2-084a5105949cc960e859bc87835c2dfab6909b93.zip |
Removed redundant pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-arcade/stepmania')
-rw-r--r-- | games-arcade/stepmania/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9_rc2.ebuild | 6 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9_rc3.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog index 3eb53b40838a..1496f4a041e3 100644 --- a/games-arcade/stepmania/ChangeLog +++ b/games-arcade/stepmania/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/stepmania # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.6 2006/03/24 21:30:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.7 2006/04/13 20:14:56 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + stepmania-3.9_rc2.ebuild, stepmania-3.9_rc3.ebuild: + Removed redundant pkg_setup. 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> stepmania-3.9_rc2.ebuild, stepmania-3.9_rc3.ebuild: diff --git a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild index d00f7eec01b3..a41185631119 100644 --- a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild +++ b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.4 2006/03/24 21:30:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.5 2006/04/13 20:14:56 wolf31o2 Exp $ inherit eutils games @@ -29,10 +29,6 @@ DEPEND="gtk? ( >=x11-libs/gtk+-2.0 ) vorbis? ( media-libs/libvorbis ) virtual/opengl" -pkg_setup() { - games_pkg_setup -} - src_unpack() { unpack ${A} epatch ${FILESDIR}/stepmania-${MY_PV}-gentoo.patch diff --git a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild index 175392bd15fe..1008138b14d3 100644 --- a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild +++ b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.4 2006/03/24 21:30:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.5 2006/04/13 20:14:56 wolf31o2 Exp $ inherit eutils games @@ -29,10 +29,6 @@ DEPEND="gtk? ( >=x11-libs/gtk+-2.0 ) vorbis? ( media-libs/libvorbis ) virtual/opengl" -pkg_setup() { - games_pkg_setup -} - src_unpack() { unpack ${A} epatch ${FILESDIR}/stepmania-${MY_PV}-gentoo.patch |