diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-14 21:05:56 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-14 21:05:56 +0000 |
commit | ffae18888298d5bf6717438bbf099310c4963acb (patch) | |
tree | c9bf88bfd56ecdec2101ce16410af583533772ea /games-strategy | |
parent | Version bump (diff) | |
download | gentoo-2-ffae18888298d5bf6717438bbf099310c4963acb.tar.gz gentoo-2-ffae18888298d5bf6717438bbf099310c4963acb.tar.bz2 gentoo-2-ffae18888298d5bf6717438bbf099310c4963acb.zip |
we messed up, use right automake-version
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/dunelegacy/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-strategy/dunelegacy/ChangeLog b/games-strategy/dunelegacy/ChangeLog index 95baa338347d..8a0af6996b55 100644 --- a/games-strategy/dunelegacy/ChangeLog +++ b/games-strategy/dunelegacy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/dunelegacy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.9 2013/05/14 18:56:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.10 2013/05/14 21:05:56 hasufell Exp $ + + 14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild: + we messed up, use right automake-version 14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild: remove all autotools stuff like autoreconf to fix bug #469798 @@ -37,4 +40,3 @@ 09 Aug 2012; Julian Ospald <hasufell@gentoo.org> +dunelegacy-0.96.2.ebuild, +files/dunelegacy-0.96.2-build.patch, +metadata.xml: initial commit - diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild index 6ee3d343169d..dc3338f4b4e1 100644 --- a/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild +++ b/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.2 2013/05/14 18:56:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.3 2013/05/14 21:05:56 hasufell Exp $ # do not use autotools related stuff in stable ebuilds # unless you like random breakage: 469796, 469798, 424041 @@ -12,7 +12,7 @@ inherit eutils gnome2-utils games # STABLE ARCH DESCRIPTION="Updated clone of Westood Studios' Dune2" HOMEPAGE="http://dunelegacy.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2" -SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-avoid-autoreconf.patch.xz" # STABLE ARCH +SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf.patch.xz" # STABLE ARCH LICENSE="GPL-2" SLOT="0" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( alsa pulseaudio )" src_prepare() { - epatch "${DISTDIR}"/${P}-avoid-autoreconf.patch.xz # STABLE ARCH + epatch "${DISTDIR}"/${P}-no-autoreconf.patch.xz # STABLE ARCH # epatch "${FILESDIR}"/${P}-build.patch # UNSTABLE ARCH # eautoreconf # UNSTABLE ARCH } |