diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-06 04:56:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-06 04:56:57 +0000 |
commit | 513e95ae472e02a8709d8794adae7e2943e7551c (patch) | |
tree | 9443c6d79b534c3b8a54b7c589b92e292df7518a | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-513e95ae472e02a8709d8794adae7e2943e7551c.tar.gz gentoo-2-513e95ae472e02a8709d8794adae7e2943e7551c.tar.bz2 gentoo-2-513e95ae472e02a8709d8794adae7e2943e7551c.zip |
version bump
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/0.8.5-conf.patch | 38 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.8.5 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.8.5.ebuild | 54 |
5 files changed, 102 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index fcfc1a4bcbec..b0fda1af8835 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.38 2004/09/12 21:37:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.39 2004/10/06 04:56:57 mr_bones_ Exp $ + +*wesnoth-0.8.5 (05 Oct 2004) + + 05 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> + +files/0.8.5-conf.patch, +wesnoth-0.8.5.ebuild: + version bump 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.8.4.ebuild: use mirror: in SRC_URI; tidy diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index d5e6e66356f2..ac9ac9e079c7 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -4,8 +4,10 @@ MD5 c5e7ccbf600f0d84e2a88329de6ddd9a ChangeLog 5188 MD5 a20d489d39fdf52c8303f30ee2284b84 wesnoth-0.8.1.ebuild 1117 MD5 b28e4eb180684bc352b4835100ad800a wesnoth-0.8.2.ebuild 1156 MD5 86c8e3d2d11112a6e293cbb39d5a32c3 wesnoth-0.8.4.ebuild 1237 +MD5 211b7cea16c9ca282fbc4a6ea03539e4 wesnoth-0.8.5.ebuild 1120 MD5 c62eaa95b5f21678b071c39ae5b60f0c files/digest-wesnoth-0.8 65 MD5 2bc8f6215be5ce7f59d5e7969ad042d1 files/digest-wesnoth-0.8.1 67 MD5 b97ec5f679625aad3505bc806419bdf7 files/digest-wesnoth-0.8.2 67 MD5 7d789dd240ad3d907a8bda0efc0394ef files/digest-wesnoth-0.8.4 67 MD5 69f93bd070c20b79508a17d466ae01fe files/0.8.4-conf.patch 1707 +MD5 5e435c79415e081c1f29e639fe8565a5 files/digest-wesnoth-0.8.5 67 diff --git a/games-strategy/wesnoth/files/0.8.5-conf.patch b/games-strategy/wesnoth/files/0.8.5-conf.patch new file mode 100644 index 000000000000..8f6bae00395c --- /dev/null +++ b/games-strategy/wesnoth/files/0.8.5-conf.patch @@ -0,0 +1,38 @@ +--- configure.ac.orig 2004-09-11 16:40:17.000000000 -0700 ++++ configure.ac 2004-09-11 16:41:54.000000000 -0700 +@@ -97,13 +97,13 @@ + AC_ARG_ENABLE([kde],,[AC_MSG_ERROR([Please use --with-kde instead of obsolete --enable-kde])]) + AC_ARG_WITH([kde], + [ --with-kde enable installation of icon and KDE menu entry], +- [kde=$enableval], ++ [kde=$withval], + [kde=no]) + + AC_ARG_ENABLE([gnome],,[AC_MSG_ERROR([Please use --with-gnome instead of obsolete --enable-gnome])]) + AC_ARG_WITH([gnome], + [ --with-gnome enable installation of icon and GNOME menu entry], +- [gnome=$enableval], ++ [gnome=$withval], + [gnome=no]) + + AC_ARG_ENABLE([wzip], +@@ -115,9 +115,6 @@ + AM_CONDITIONAL([SERVER], [test x$server = xyes]) + AM_CONDITIONAL([EDITOR], [test x$editor = xyes]) + AM_CONDITIONAL([TOOLS], [test x$tools = xyes]) +-AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes]) +-AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes]) +-AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno]) + AM_CONDITIONAL([GCC], [test x$GXX = xyes]) + AM_CONDITIONAL([WZIP], [test x$wzip = xyes]) + AM_CONDITIONAL([INCLUDEDINTL], [test x$nls_cv_use_gnu_gettext = xyes]) +@@ -303,6 +300,9 @@ + AC_SUBST([KDE_DESKTOP]) + AC_SUBST([KDE_ICON]) + ++AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes]) ++AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes]) ++AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno]) + + ####################################################################### + # Checks for types. # diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 new file mode 100644 index 000000000000..ad8f5b2ebad2 --- /dev/null +++ b/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 @@ -0,0 +1 @@ +MD5 2b7cee60a6a37662f628e8971f18b5fc wesnoth-0.8.5.tar.gz 31763952 diff --git a/games-strategy/wesnoth/wesnoth-0.8.5.ebuild b/games-strategy/wesnoth/wesnoth-0.8.5.ebuild new file mode 100644 index 000000000000..371d932ef222 --- /dev/null +++ b/games-strategy/wesnoth/wesnoth-0.8.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.5.ebuild,v 1.1 2004/10/06 04:56:57 mr_bones_ Exp $ + +inherit eutils flag-o-matic gcc games + +DESCRIPTION="A fantasy turn-based strategy game" +HOMEPAGE="http://www.wesnoth.org/" +SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc amd64" +IUSE="nls server editor tools gnome kde nomusic" + +DEPEND=">=media-libs/libsdl-1.2.7 + >=media-libs/sdl-image-1.2 + >=media-libs/sdl-mixer-1.2 + >=media-libs/sdl-ttf-2.0 + media-libs/sdl-net + virtual/x11" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PV}-conf.patch" + sed -i \ + -e 's/--expandvars//' configure.ac \ + || die "sed failed" + autoconf -o configure configure.ac +} + +src_compile() { + filter-flags -ftracer + egamesconf \ + --disable-dependency-tracking \ + $(use_enable nomusic lite) \ + $(use_enable server) \ + $(use_enable server campaign-server) \ + $(use_enable editor) \ + $(use_enable tools) \ + $(use_enable nls) \ + $(use_with gnome) \ + $(use_with kde) \ + || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + mv "${D}${GAMES_DATADIR}/"{icons,applnk} "${D}/usr/share/" + dodoc MANUAL changelog || die "dodoc failed" + prepgamesdirs +} |