diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-22 21:50:51 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-22 21:50:51 +0000 |
commit | b14f28a882e8c273e6174d5d015b8ef70532c3d9 (patch) | |
tree | 094bfb7f144a3101fbb08df01a70910bfe901550 /app-emulation | |
parent | adding support for K_PREPATCHED. this will use for the patchset release, ie:... (diff) | |
download | historical-b14f28a882e8c273e6174d5d015b8ef70532c3d9.tar.gz historical-b14f28a882e8c273e6174d5d015b8ef70532c3d9.tar.bz2 historical-b14f28a882e8c273e6174d5d015b8ef70532c3d9.zip |
x86 stable
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-20031212.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index eb1c84d838a2..2da10af74464 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.63 2004/01/22 21:43:03 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.64 2004/01/22 21:50:51 mholzer Exp $ + + 22 Jan 2004; Martin Holzer <mholzer@gentoo.org> wine-20031212.ebuild: + x86 stable *wine-20040121 (22 Jan 2004) diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 3fd28a27a377..4faaf91fa328 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -1,8 +1,8 @@ MD5 6942a1e219487c4f270ef472f2ed4af5 wine-20040121.ebuild 3263 -MD5 c6c6cec8c96c05d2933e62f1772772a8 wine-20031212.ebuild 3265 +MD5 6fdf5aa621de320098b0b2c50a074f5a wine-20031212.ebuild 3262 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 dfb90e5e211bca76f4770a8e1c8f0415 wine-20031118-r1.ebuild 3398 -MD5 3964bdacfcd91c2fe42d04ffa738e28a ChangeLog 11452 +MD5 7e4860c6aa3709f684d241f80a1a9b65 ChangeLog 11538 MD5 b5307649654483532930907b0485eaf0 files/wine-alsa.patch 86359 MD5 70f57f0783539581a5444df64b0784c4 files/digest-wine-20031212 211 MD5 52cb259a2838a89b23a6f00ef4b98bd0 files/digest-wine-20040121 211 diff --git a/app-emulation/wine/wine-20031212.ebuild b/app-emulation/wine/wine-20031212.ebuild index 1724baca8059..5117c3aa0def 100644 --- a/app-emulation/wine/wine-20031212.ebuild +++ b/app-emulation/wine/wine-20031212.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20031212.ebuild,v 1.1 2003/12/15 09:00:40 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20031212.ebuild,v 1.2 2004/01/22 21:50:51 mholzer Exp $ inherit eutils base @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -ppc -sparc" +KEYWORDS="x86 -ppc -sparc" IUSE="nas arts cups opengl alsa tcltk nptl debug" DEPEND="sys-devel/gcc |