diff options
author | 2010-06-15 10:11:10 +0000 | |
---|---|---|
committer | 2010-06-15 10:11:10 +0000 | |
commit | 8c40ca2c6a1ee378c1fa42a589613c10fcbcf822 (patch) | |
tree | 09cdf330b1751a7b2827c0196910d0d9f84ec4e9 | |
parent | x86 stable wrt bug #322689 (diff) | |
download | historical-8c40ca2c6a1ee378c1fa42a589613c10fcbcf822.tar.gz historical-8c40ca2c6a1ee378c1fa42a589613c10fcbcf822.tar.bz2 historical-8c40ca2c6a1ee378c1fa42a589613c10fcbcf822.zip |
Fix directory path in elog messages. Raised on bug #174742
Package-Manager: portage-2.1.8.3/cvs/Linux i686
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/Manifest | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.4.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index aba3670cc3e7..c564155c16bc 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.42 2010/06/11 19:57:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.43 2010/06/15 10:11:10 tupone Exp $ + + 15 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild: + Fix directory path in elog messages. Raised on bug #174742 by Guido *crystalspace-1.4.0 (11 Jun 2010) diff --git a/dev-games/crystalspace/Manifest b/dev-games/crystalspace/Manifest index 55c39199d6eb..8aefa68f0b6d 100644 --- a/dev-games/crystalspace/Manifest +++ b/dev-games/crystalspace/Manifest @@ -2,6 +2,6 @@ AUX crystalspace-1.2.1-libpng14.patch 450 RMD160 f9fe8361b5b3f01d03f6b0b15dae277 DIST crystalspace-src-1.2.1.tar.bz2 47313388 RMD160 0f6582a9c68694189811a574bc63b5ce1a6a1166 SHA1 0f1b5604b217dfd9f65f54caeef5362d0ab92203 SHA256 23312a5a0330b281f517555207fed151e3d08c1096bb0cc9dd72dcabdced1b10 DIST crystalspace-src-1.4.0.tar.bz2 45670477 RMD160 af89e74a96bac7f55079a6cdad7fd938a38af602 SHA1 10f4dd50c654ad9292602a91189a0ee78a8fe353 SHA256 a8e1bfc9328470121bfbc6cf98f2c310a34f6998978065aa2f6df7e02a0101ba EBUILD crystalspace-1.2.1.ebuild 3403 RMD160 1269f0e0b83fbb5abad0594854e414f051c66e16 SHA1 1e7d3a10e630ed6858e29cbd26281bb61d9f1a91 SHA256 62a51af9706cd00625406917e73bd0f73a22e0e2855183c1852779f19ace357f -EBUILD crystalspace-1.4.0.ebuild 3269 RMD160 e02c529f20f095ed8136595e257490b10656f491 SHA1 1361f237e57f060e4f6602720364242c4a70d363 SHA256 9ba9bce6f5326f3dbba38a441a291c77f789b31aee5edb45633da916a6bb1e68 -MISC ChangeLog 6618 RMD160 7c68083712d742dc9a78a159584eeba4e150a5b7 SHA1 06ad035ad977a75502fbb7a46f8bfc96f4bd473f SHA256 8ce098b6946e9d837f7625f0b36e30c04dbb1a5ad845bbb96954de6d3afc3d76 +EBUILD crystalspace-1.4.0.ebuild 3268 RMD160 50dcf58c43386b73f760b451d2ed7294415c35a0 SHA1 f7d9ab35e556ec955f7d2d2c4e4360ad05932f01 SHA256 3086329e7d1a3d9ad1176ff209378473617576811dec131dd84274d5e6171343 +MISC ChangeLog 6766 RMD160 8043024c7aa8dfa30534f106eaf60fe760005279 SHA1 e36a99a93ebbb3521c49a236dd756289eace76a5 SHA256 71ed8444781e4147d067c7744b6f249bbe74b5041d9bc6be7f778c81395d6357 MISC metadata.xml 1243 RMD160 1f23863f3940b9349b19a701d80f0888cc7b2242 SHA1 71931e463e50c1ab0af385a3c4d10d6ad5ed960a SHA256 f7125504551e256f5ceb9385b20e945f3717a1cda3dcf6f3ff5e9f88850025b0 diff --git a/dev-games/crystalspace/crystalspace-1.4.0.ebuild b/dev-games/crystalspace/crystalspace-1.4.0.ebuild index fe519353442a..7d4ca5ad62a3 100644 --- a/dev-games/crystalspace/crystalspace-1.4.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.1 2010/06/11 19:57:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.2 2010/06/15 10:11:10 tupone Exp $ EAPI=2 inherit eutils flag-o-matic multilib wxwidgets @@ -121,6 +121,6 @@ pkg_postinst() { for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \ terrain terrainf; do - elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}" + elog "cslight -video=null /usr/share/${P}/data/maps/${dir}" done } |