diff options
author | 2008-04-14 19:04:09 +0000 | |
---|---|---|
committer | 2008-04-14 19:04:09 +0000 | |
commit | c1410c25716deb4431904bdbde88bd49325df19c (patch) | |
tree | e334f5b2e05fbc3707b30832af183f17c1588f1f /games-strategy | |
parent | cryptsetup-luks -> cryptsetup (diff) | |
download | historical-c1410c25716deb4431904bdbde88bd49325df19c.tar.gz historical-c1410c25716deb4431904bdbde88bd49325df19c.tar.bz2 historical-c1410c25716deb4431904bdbde88bd49325df19c.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.4.ebuild | 115 |
2 files changed, 0 insertions, 117 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 3453d07052ae..c57bdc23877f 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,9 +1,7 @@ AUX wesnothd.rc 619 RMD160 b3d7a303f27ce3cc1886fd7791ab58f58356ac39 SHA1 8ba6dad055ea943485c0a1cf324e39a340c89b00 SHA256 23e250272768e1fb540104b96c96a24da09fedc9f89a6867adcae046160c0065 DIST wesnoth-1.2.8.tar.bz2 73123148 RMD160 f085684005dc02d4fbe7802bdb0844a5a531a5c4 SHA1 da02b2bf952d4e309e47ce332930c1509e9a4d2e SHA256 6abc75fbb28a2d506a4d152cf79703f3920a8d1021bab32b1583b004c2ab298c DIST wesnoth-1.4.1.tar.bz2 149037917 RMD160 1e645625c452554301f63300e83a697261289c67 SHA1 41999a9ff01bc307952b29620733ec943404cf14 SHA256 c5b7b478553dc8994d99024e14b48b3f64e2c328631bd5b05904509b499fa68c -DIST wesnoth-1.4.tar.bz2 147228238 RMD160 2d7943da9b03818995e0ffa510cc13c79a0c021b SHA1 5627ae01d13358622ff36a2f2444a1fb0bc9b8f4 SHA256 67ad0509567d9496f15f1a3888c9e2001776411ffdd7007bdb8f324cdce5895d EBUILD wesnoth-1.2.8.ebuild 2813 RMD160 41c7564c0a48778ec694af56bd4921006beb6d08 SHA1 84b569f9c08a74433dd2c3e2b2712f3ce985ca73 SHA256 1e60e367ba5c92f5f08e7d07067ffbfe4f6fddff2b0cec76c7e3dc760fb6e337 EBUILD wesnoth-1.4.1.ebuild 3207 RMD160 9c8ec5ac1c1922e8b29d5c69f1606fb7281426b1 SHA1 210c78421e2376a6082fd0405096ce6125c4adaa SHA256 da9e37bdc29e945529bc8e46334ccdbb00cecf707dfd29dbb39a3b4a50420ace -EBUILD wesnoth-1.4.ebuild 3205 RMD160 3a449b90e8869a605a3eff60e31f885e3406f7d0 SHA1 ff85d064c91581b569ba5f8d556f0f82ec216a4a SHA256 cf9dd73ebfa4217bc9a0f55f2114062293f7cf174c346d374f90b144299934dd MISC ChangeLog 15757 RMD160 59205328c850016181ab573dd08eb3b824887452 SHA1 385d7ca88f753edd45792419ff3bd9564e1e4b7d SHA256 e7019b57cc65cc4b0c68ccda2409dd3f5fab0152824bc2c60a907578ab563d46 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-strategy/wesnoth/wesnoth-1.4.ebuild b/games-strategy/wesnoth/wesnoth-1.4.ebuild deleted file mode 100644 index 7c3985067953..000000000000 --- a/games-strategy/wesnoth/wesnoth-1.4.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.4.ebuild,v 1.2 2008/03/12 23:33:38 mr_bones_ Exp $ - -inherit eutils toolchain-funcs flag-o-matic games - -MY_PV=${PV/_/} -DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="dedicated editor lite nls server static tools" - -RDEPEND=">=media-libs/libsdl-1.2.7 - media-libs/sdl-net - dev-libs/boost - !dedicated? ( - x11-libs/libX11 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - dev-lang/python - >=media-libs/freetype-2 ) - nls? ( virtual/libintl )" -# the configure script is broken and checks for freetype even if -# it won't be used. until it's either patched out or upstream fixes -# it, just make it a DEPEND. -# reported by Miika Linnapuomi -DEPEND="${RDEPEND} - dedicated? ( - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/freetype-2 ) - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/${PN}-${MY_PV} - -pkg_setup() { - if ! built_with_use media-libs/sdl-mixer vorbis ; then - die "Please emerge media-libs/sdl-mixer with USE=vorbis" - fi - if ! built_with_use media-libs/sdl-image png ; then - die "Please emerge media-libs/sdl-image with USE=png" - fi - if ! use dedicated && ! built_with_use media-libs/libsdl X ; then - die "Please emerge media-libs/libsdl with USE=X" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - if use dedicated || use server ; then - sed \ - -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \ - -e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \ - -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \ - -e "s/GAMES_GROUP/${GAMES_GROUP}/" "${FILESDIR}"/wesnothd.rc \ - > "${T}"/wesnothd \ - || die "sed failed" - fi - if ! use nls ; then - cd "${S}" - sed -i \ - -e '/^MAN_LANG/d' \ - doc/man/Makefile.in \ - || die "sed failed" - fi -} - -src_compile() { - local myconf - - filter-flags -ftracer -fomit-frame-pointer - if [[ $(gcc-major-version) -eq 3 ]] ; then - filter-flags -fstack-protector - append-flags -fno-stack-protector - fi - if use dedicated || use server ; then - myconf="${myconf} --enable-server" - myconf="${myconf} --enable-campaign-server" - myconf="${myconf} --with-server-uid=${GAMES_USER_DED}" - myconf="${myconf} --with-server-gid=${GAMES_GROUP}" - fi - egamesconf \ - --disable-dependency-tracking \ - --without-fribidi \ - --with-localedir=/usr/share/locale \ - --with-icondir=/usr/share/icons \ - --with-desktopdir=/usr/share/applications \ - --docdir=/usr/share/doc/${PF} \ - --enable-python-install \ - $(use_enable lite) \ - $(use_enable static) \ - $(use_enable editor) \ - $(use_enable tools) \ - $(use_enable nls) \ - $(use_enable nls dummy-locales) \ - $(use_enable !dedicated game) \ - ${myconf} \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc changelog - if use dedicated || use server; then - keepdir "${GAMES_STATEDIR}/run/wesnothd" - doinitd "${T}"/wesnothd || die "doinitd failed" - fi - prepgamesdirs -} |