diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:39:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:39:25 +0000 |
commit | d72f9109c071867920d49e61c8759e24deebc008 (patch) | |
tree | 8f3a1d62bb3322b15c5c4124b9ac8d7d0aee665d /app-emulation | |
parent | hppa stable for security #68436 (diff) | |
download | historical-d72f9109c071867920d49e61c8759e24deebc008.tar.gz historical-d72f9109c071867920d49e61c8759e24deebc008.tar.bz2 historical-d72f9109c071867920d49e61c8759e24deebc008.zip |
update STAMP names #69583
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/Manifest | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 2aa84ee7885f..5607b4868335 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -4,7 +4,7 @@ Hash: SHA1 MD5 e8943ca9d33cdcbfe321e8061b70514b ChangeLog 14665 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 56b0990c71158a55583c149383d8b652 wine-20041019.ebuild 3753 -MD5 08ee7f16711a8019d7d666f2ad1bf892 wine-20041019-r2.ebuild 4022 +MD5 9c1a18f2e75416c5de0eeba262eb8dff wine-20041019-r2.ebuild 4024 MD5 0b8a40b373bf8ab6c0368dd5a64f5449 wine-20040716.ebuild 3443 MD5 9dbf73d557110996f187b6ed6ae4f7ea files/20041019-load-wrappers.patch 1333 MD5 1668a758aa2007cb99a773b3c5c844c9 files/winearts-kdecvs-fix.patch 325 @@ -16,7 +16,7 @@ MD5 4ccbe6abe9eafe846714dd218bc6d2dd files/digest-wine-20041019-r2 212 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBhD3NHTu7gpaalycRAmmFAJ4lBaQZtii1pxRmogVhJHRWl9vQNgCg0iwn -AlbN/W5t9bnpzl9Y1owSkvc= -=7PGy +iD8DBQFBhKTbHTu7gpaalycRAuL4AKCSYXA6PDSzEOwZuS/hLSZesTiy1gCgonTl +m8dgLnVbRav6v2kbARNqbgo= +=axRw -----END PGP SIGNATURE----- diff --git a/app-emulation/wine/wine-20041019-r2.ebuild b/app-emulation/wine/wine-20041019-r2.ebuild index a74a2e1c755b..e3334e12a2f6 100644 --- a/app-emulation/wine/wine-20041019-r2.ebuild +++ b/app-emulation/wine/wine-20041019-r2.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/app-emulation/wine/wine-20041019-r2.ebuild,v 1.1 2004/10/31 01:19:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r2.ebuild,v 1.2 2004/10/31 08:39:25 vapier Exp $ inherit eutils flag-o-matic @@ -37,9 +37,9 @@ DEPEND="sys-devel/gcc src_unpack() { unpack Wine-${PV}.tar.gz - unpack ${PN}-${STAMP}-fake_windows.tar.bz2 + unpack ${PN}-${STAMP1}-fake_windows.tar.bz2 mkdir misc ; cd misc - unpack ${PN}-${STAMP}-misc.tar.bz2 + unpack ${PN}-${STAMP2}-misc.tar.bz2 cd ${S} epatch ${WORKDIR}/misc/config.patch |