diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-16 15:17:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-16 15:17:08 +0000 |
commit | 8b3bd90768d7ca4f074191a01936c1e6ee7dc28c (patch) | |
tree | 0c477d197693844f33dca7b3f10509baceddce63 /games-roguelike/angband | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-8b3bd90768d7ca4f074191a01936c1e6ee7dc28c.tar.gz gentoo-2-8b3bd90768d7ca4f074191a01936c1e6ee7dc28c.tar.bz2 gentoo-2-8b3bd90768d7ca4f074191a01936c1e6ee7dc28c.zip |
upstream updated the tarball (bug #351842)
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.2.0.ebuild | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog index e17c100d8e2f..8c44cbf05467 100644 --- a/games-roguelike/angband/ChangeLog +++ b/games-roguelike/angband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/angband # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.35 2011/01/16 02:07:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.36 2011/01/16 15:17:08 mr_bones_ Exp $ + + 16 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org> angband-3.2.0.ebuild: + upstream updated the tarball (bug #351842) 16 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org> +angband-3.2.0.ebuild, +files/angband-3.2.0-array.patch: diff --git a/games-roguelike/angband/angband-3.2.0.ebuild b/games-roguelike/angband/angband-3.2.0.ebuild index 3f6ff2de7a8d..05b440f4a93d 100644 --- a/games-roguelike/angband/angband-3.2.0.ebuild +++ b/games-roguelike/angband/angband-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.2.0.ebuild,v 1.1 2011/01/16 02:07:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.2.0.ebuild,v 1.2 2011/01/16 15:17:08 mr_bones_ Exp $ EAPI=2 inherit autotools eutils versionator games @@ -34,14 +34,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_prepare() { - epatch "${FILESDIR}"/${P}-array.patch - # The 3.2.0 tarball as of writing is dirty and has object files - # in it that foul the build process. Find is quicker than configuring - # twice. - find "${S}" -name '*.o' -exec rm -f '{}' + - eautoreconf || die -} +PATCHES=( "${FILESDIR}"/${P}-array.patch ) src_configure() { local myconf |