diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 01:35:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-02 01:35:11 +0000 |
commit | bcacfc930397ebab516128efde076ce6df7ef1d2 (patch) | |
tree | 52fa754f33955657e9499dd1f879a0896b44c806 /games-strategy/wesnoth | |
parent | sepolgen: new upstream release. (diff) | |
download | historical-bcacfc930397ebab516128efde076ce6df7ef1d2.tar.gz historical-bcacfc930397ebab516128efde076ce6df7ef1d2.tar.bz2 historical-bcacfc930397ebab516128efde076ce6df7ef1d2.zip |
revert quotes
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/Manifest | 12 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.6.4.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index be726a3fc7f5..010a6720b6f9 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX wesnothd.rc 619 RMD160 b3d7a303f27ce3cc1886fd7791ab58f58356ac39 SHA1 8ba6dad055ea943485c0a1cf324e39a340c89b00 SHA256 23e250272768e1fb540104b96c96a24da09fedc9f89a6867adcae046160c0065 DIST wesnoth-1.6.2.tar.bz2 229434527 RMD160 4f4391408e064172b39682a8ca34f8221faf672d SHA1 973b3b7e1556ec50ac09c198605c3215072618d4 SHA256 08adf0f2f5ec20f783456b2eabe3ba656cc6f8afcdcc00d1f8f3ae6cca1ebbc0 DIST wesnoth-1.6.4.tar.bz2 229852077 RMD160 300b6c89af6260628a404bf77607d3782ff83e9c SHA1 653c3797d1d3a4cd72addcea7dfc63216b30ffe0 SHA256 496a1a9b2b9f05e400a60466ae0644cd376902439436b0ab1ef3e9a67105a1b3 EBUILD wesnoth-1.6.2.ebuild 2717 RMD160 d4c154a6bd517f6a88d9fc88892d26dc26930be1 SHA1 8306af6c67b7cee40251ed407c690d8e618d5927 SHA256 53559906e4b06ebb5b1dc96d0eda9d6b9235660d8045b19bc07b024155949900 -EBUILD wesnoth-1.6.4.ebuild 2603 RMD160 70021935b3a4447fc5eb8a189c8e44e7c6f915c6 SHA1 099a9c9e902e5e512c703aa2cdc1c0d450c2df1a SHA256 c5ab2ea73712441909646813da9ea3af1ffbb822e1361b91537eb2c252834484 +EBUILD wesnoth-1.6.4.ebuild 2600 RMD160 27db15834941294fe21573acc3a18d6b7a9ac127 SHA1 e6611cd9dda5b84071bd6f8fe9461c6a1168eeb0 SHA256 2fb1ee62e70f07276f501c1bc364eec69e4ef322a76d6d89d7f0c4f5010e9da9 MISC ChangeLog 20191 RMD160 d74fd339a43b46210dfe1f2df782a822bafe663a SHA1 72f473ccc27e28eebcfc35be634a88db0a1264cd SHA256 5d6b99a144523cec2acee491d32a9635b3f32121672b03cd99eb86cda86b7bfa MISC metadata.xml 330 RMD160 27f21d82f0524f02ac36acfd6116ffd979c930fd SHA1 c2ff910e780424aae4bd9d41eea083824bcdb073 SHA256 286df39ac36cc888d57c6c471a1742218ffe4b1448d410e1dba461c061841ca5 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkp036QACgkQp5vW4rUFj5oB1wCgqSvii0jOu+gl79GpXrJFSRSY -gcIAn28Px48qVN1EF+rxmWWSz0be2ILJ -=759T ------END PGP SIGNATURE----- diff --git a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild index 553dbe8b196c..bdcd1947b781 100644 --- a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.2 2009/08/02 00:36:19 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.3 2009/08/02 01:35:11 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -70,8 +70,8 @@ src_configure() { -DENABLE_FRIBIDI=FALSE -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DPREFERENCES_DIR=.wesnoth - -DDATAROOTDIR="${GAMES_DATADIR}" - -DBINDIR="${GAMES_BINDIR}" + -DDATAROOTDIR=${GAMES_DATADIR} + -DBINDIR=${GAMES_BINDIR} -DICONDIR=/usr/share/pixmaps -DDESKTOPDIR=/usr/share/applications -DMANDIR=/usr/share/man |