summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-29 16:20:23 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-29 16:20:23 +0000
commit7bd13cfbd8c1a92f4182d2f0289d533453735935 (patch)
tree2d9c685dbfafbaae20e1e87182cbcb4e169490f6 /games-puzzle/xye
parentFixed binaries being pre-stripped. Thanks to Tristan Heaven <tristanheaven@g... (diff)
downloadgentoo-2-7bd13cfbd8c1a92f4182d2f0289d533453735935.tar.gz
gentoo-2-7bd13cfbd8c1a92f4182d2f0289d533453735935.tar.bz2
gentoo-2-7bd13cfbd8c1a92f4182d2f0289d533453735935.zip
Fixed binaries being pre-stripped. Thanks to Tristan Heaven <tristanheaven@gmail.com> for the patch. Closing bug #137739.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-puzzle/xye')
-rw-r--r--games-puzzle/xye/ChangeLog6
-rw-r--r--games-puzzle/xye/xye-0.7.6.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/games-puzzle/xye/ChangeLog b/games-puzzle/xye/ChangeLog
index 9a9b2f72e3f6..84f45bc35a1c 100644
--- a/games-puzzle/xye/ChangeLog
+++ b/games-puzzle/xye/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/xye
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.2 2006/05/20 08:59:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.3 2006/06/29 16:20:23 wolf31o2 Exp $
+
+ 29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> xye-0.7.6.ebuild:
+ Fixed binaries being pre-stripped. Thanks to Tristan Heaven
+ <tristanheaven@gmail.com> for the patch. Closing bug #137739.
*xye-0.7.6 (20 May 2006)
diff --git a/games-puzzle/xye/xye-0.7.6.ebuild b/games-puzzle/xye/xye-0.7.6.ebuild
index 0e0c12bea77e..8e4d678b3263 100644
--- a/games-puzzle/xye/xye-0.7.6.ebuild
+++ b/games-puzzle/xye/xye-0.7.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.7.6.ebuild,v 1.2 2006/05/20 09:25:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.7.6.ebuild,v 1.3 2006/06/29 16:20:23 wolf31o2 Exp $
-inherit eutils games
+inherit autotools eutils games
DESCRIPTION="Free version of the classic game Kye"
HOMEPAGE="http://xye.sourceforge.net/"
@@ -28,7 +28,8 @@ pkg_setup() {
src_unpack() {
unpack ${A}
cd "${S}"
- aclocal && automake -a -c && autoconf || die "autotools failed"
+ sed -i '/^xye_LDFLAGS/d' Makefile.am || die "sed failed"
+ eautoreconf
}
src_install() {