diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 16:51:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 16:51:59 +0000 |
commit | 3feccc6729291c9d1c514ba46ae2d8b9eda00d87 (patch) | |
tree | c3e3479bbbf0ef6d1fdc31e6d1effc208fdee752 /games-strategy/wesnoth | |
parent | * scanelf options: -N matches a given lib. -T will print the cause of (diff) | |
download | historical-3feccc6729291c9d1c514ba46ae2d8b9eda00d87.tar.gz historical-3feccc6729291c9d1c514ba46ae2d8b9eda00d87.tar.bz2 historical-3feccc6729291c9d1c514ba46ae2d8b9eda00d87.zip |
Fix error in packaging (bug #95466)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.2.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index b8a5314e6b78..b3dbff4ec2d3 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.50 2005/06/07 05:08:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.51 2005/06/08 16:51:59 mr_bones_ Exp $ + + 08 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.9.2.ebuild: + Fix error in packaging (bug #95466) *wesnoth-0.9.2 (07 Jun 2005) diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 2895a30db684..0c79745c1c8f 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,6 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 7c47e4ea083a70208dbd3af0fd5762ea wesnoth-0.9.1.ebuild 1526 -MD5 4b93ddb0ca056a1a9aac88523df4d970 wesnoth-0.9.2.ebuild 1527 -MD5 09de40c312acfe7c996c4736e9b39c6e ChangeLog 6978 +MD5 8fb0482ca0c49d7e4ba90649ae6ba1a1 wesnoth-0.9.2.ebuild 1620 +MD5 8f84ea69f2bad97aa47496e3881d35fd ChangeLog 7094 MD5 d311e24bad645f1e02171305e415574c files/digest-wesnoth-0.9.1 139 MD5 c2e828026f26a0373ee5546086427c60 files/digest-wesnoth-0.9.2 139 diff --git a/games-strategy/wesnoth/wesnoth-0.9.2.ebuild b/games-strategy/wesnoth/wesnoth-0.9.2.ebuild index 9a124f52755c..5325f19b2a45 100644 --- a/games-strategy/wesnoth/wesnoth-0.9.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.2.ebuild,v 1.1 2005/06/07 05:08:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.2.ebuild,v 1.2 2005/06/08 16:51:59 mr_bones_ Exp $ inherit eutils flag-o-matic games @@ -29,6 +29,9 @@ src_unpack() { else unpack ${P}.tar.gz fi + # Fix error in packaging (bug #95466) + cd "${S}" + find . -name stamp-po -exec rm -f '{}' \; } src_compile() { |