diff options
author | 2004-09-03 23:00:04 +0000 | |
---|---|---|
committer | 2004-09-03 23:00:04 +0000 | |
commit | 2ab807555ce0242349ec82886a655f46e46653cf (patch) | |
tree | 95867d305088fc61d75e43f63b86924fe2fb96f5 /games-engines/scummvm-tools | |
parent | Used keepdir instead of mkdir. Thanks to eradicator for pointing this out. (diff) | |
download | historical-2ab807555ce0242349ec82886a655f46e46653cf.tar.gz historical-2ab807555ce0242349ec82886a655f46e46653cf.tar.bz2 historical-2ab807555ce0242349ec82886a655f46e46653cf.zip |
Marked ~amd64, resolves #62314.
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/Manifest | 16 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild | 4 |
3 files changed, 20 insertions, 6 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index ad788cad5854..5f11a34627e0 100644 --- a/games-engines/scummvm-tools/ChangeLog +++ b/games-engines/scummvm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.4 2004/07/29 08:24:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.5 2004/09/03 23:00:04 slarti Exp $ + + 03 Sep 2004; Tom Martin <slarti@gentoo.org> scummvm-tools-0.6.1.ebuild: + Marked ~amd64, resolves bug 62314. Thanks to Adrian Frühwirth + <adrian.fruehwirth@gmx.at> for reporting. *scummvm-tools-0.6.1 (29 Jul 2004) diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest index 58ecc97f2b32..7c204fcf157f 100644 --- a/games-engines/scummvm-tools/Manifest +++ b/games-engines/scummvm-tools/Manifest @@ -1,8 +1,18 @@ -MD5 d66cfc2c2a43edc181daa211b804280b ChangeLog 726 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7c56b52dbed1b620f500c75ea0ae1aaa scummvm-tools-0.5.0.ebuild 705 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 94b800ffcb41868e4fd97e77b6ec6b98 scummvm-tools-0.6.0.ebuild 777 -MD5 6f8c709b928405fd77ce225be75d7b23 scummvm-tools-0.6.1.ebuild 817 +MD5 531277638c15592e3c469d05ced6fd30 ChangeLog 907 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 f0f7376330d2c97b2a958dc8d1002389 scummvm-tools-0.6.1.ebuild 821 MD5 6688802155504c977bbbc7b91c668af3 files/digest-scummvm-tools-0.5.0 71 MD5 62f2dbbaa22d40bd48bc58fadd9fb64b files/digest-scummvm-tools-0.6.0 71 MD5 5236ae9c4da539ccaecd67365fc21900 files/digest-scummvm-tools-0.6.1 75 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD4DBQFBOPfwCHk4+ZoBpvsRArmqAJdqf5BSHXeW2HvAbvDYengxawYcAJ0ZxOvb +19ZiHAWeCSDoYVqYPXPxAw== +=3gV+ +-----END PGP SIGNATURE----- diff --git a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild index 57ccb1142fc3..41179ed002b5 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild,v 1.1 2004/07/29 08:24:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild,v 1.2 2004/09/03 23:00:04 slarti Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/libc" |