diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 19:02:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 19:02:59 +0000 |
commit | a970298eeeb25c4312f1e9bffd3f9676d07b0dcb (patch) | |
tree | d50f84f3b6add20b02b9bf5ce446cb80029b5752 /games-board | |
parent | Stable for x86, wrt bug #447932 (diff) | |
download | gentoo-2-a970298eeeb25c4312f1e9bffd3f9676d07b0dcb.tar.gz gentoo-2-a970298eeeb25c4312f1e9bffd3f9676d07b0dcb.tar.bz2 gentoo-2-a970298eeeb25c4312f1e9bffd3f9676d07b0dcb.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
4 files changed, 6 insertions, 63 deletions
diff --git a/games-board/openyahtzee/ChangeLog b/games-board/openyahtzee/ChangeLog index fb9fc614ef3e..46b4b8319e9c 100644 --- a/games-board/openyahtzee/ChangeLog +++ b/games-board/openyahtzee/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/openyahtzee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.20 2013/01/30 18:59:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.21 2013/01/30 19:02:59 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + -files/openyahtzee-1.9-gcc45.patch, -files/openyahtzee-1.9-underlink.patch, + -openyahtzee-1.9.ebuild: + old 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> openyahtzee-1.9.1.ebuild: Stable for x86, wrt bug #451468 diff --git a/games-board/openyahtzee/files/openyahtzee-1.9-gcc45.patch b/games-board/openyahtzee/files/openyahtzee-1.9-gcc45.patch deleted file mode 100644 index 4aa411bfec5a..000000000000 --- a/games-board/openyahtzee/files/openyahtzee-1.9-gcc45.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/DBwrapper.cpp.old 2010-05-18 09:47:25.000000000 +0200 -+++ src/DBwrapper.cpp 2010-05-18 09:47:50.000000000 +0200 -@@ -96,7 +96,7 @@ - cerr << "sqlite3_compile error:" <<endl; - cerr << sqlite3_errmsg( m_db ) <<endl; - cerr << "on insert: " << query <<endl; -- values = list<string>::list(); -+ values = list<string>(); - } else { - int busyCnt = 0; - int number = sqlite3_column_count( stmt ); -@@ -138,7 +138,7 @@ - cerr << "sqlite_step error.\n"; - cerr << sqlite3_errmsg( m_db ) << endl; - cerr << "on query: " << query << endl; -- values = list<string>::list(); -+ values = list<string>(); - } - } - diff --git a/games-board/openyahtzee/files/openyahtzee-1.9-underlink.patch b/games-board/openyahtzee/files/openyahtzee-1.9-underlink.patch deleted file mode 100644 index 9e49012d131a..000000000000 --- a/games-board/openyahtzee/files/openyahtzee-1.9-underlink.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- src/Makefile.am.old 2011-06-20 13:41:03.264848550 +0200 -+++ src/Makefile.am 2011-06-20 13:42:39.667245673 +0200 -@@ -42,4 +42,4 @@ - openyahtzee.rc - - AM_CXXFLAGS = @WX_CXXFLAGS@ --openyahtzee_LDFLAGS = @WX_LIBS@ -+openyahtzee_LDADD = @WX_LIBS@ -ldl diff --git a/games-board/openyahtzee/openyahtzee-1.9.ebuild b/games-board/openyahtzee/openyahtzee-1.9.ebuild deleted file mode 100644 index 41decff4e027..000000000000 --- a/games-board/openyahtzee/openyahtzee-1.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.ebuild,v 1.7 2011/06/20 11:48:11 tupone Exp $ - -EAPI=2 -WX_GTK_VER="2.8" -inherit eutils autotools wxwidgets games - -DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" -HOMEPAGE="http://openyahtzee.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="x11-libs/wxGTK:2.8[X]" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc45.patch \ - "${FILESDIR}"/${P}-underlink.patch - eautoreconf -} - -src_configure() { - egamesconf --datadir=/usr/share || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog TODO - prepgamesdirs -} |