summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-05 00:46:55 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-05 00:46:55 +0000
commit01ac9c0e39564caa517a84e722d4acd1ddc0f1b9 (patch)
tree27ef46a232ea4a2651a763a7cf8512fb2b11c466 /app-emulation/wine
parentBump to 2.34.0 (diff)
downloadgentoo-2-01ac9c0e39564caa517a84e722d4acd1ddc0f1b9.tar.gz
gentoo-2-01ac9c0e39564caa517a84e722d4acd1ddc0f1b9.tar.bz2
gentoo-2-01ac9c0e39564caa517a84e722d4acd1ddc0f1b9.zip
Update gecko pkg #361973 by Alphat-PC.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.3.16.ebuild12
-rw-r--r--app-emulation/wine/wine-1.3.17.ebuild12
-rw-r--r--app-emulation/wine/wine-9999.ebuild12
4 files changed, 23 insertions, 19 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index bcf98008ea09..a779d956db5f 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.356 2011/04/04 04:35:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.357 2011/04/05 00:46:55 vapier Exp $
+
+ 05 Apr 2011; Mike Frysinger <vapier@gentoo.org> wine-1.3.16.ebuild,
+ wine-1.3.17.ebuild, wine-9999.ebuild:
+ Update gecko pkg #361973 by Alphat-PC.
*wine-1.3.17 (04 Apr 2011)
*wine-1.3.16 (04 Apr 2011)
diff --git a/app-emulation/wine/wine-1.3.16.ebuild b/app-emulation/wine/wine-1.3.16.ebuild
index 0621b64a9d65..828611369406 100644
--- a/app-emulation/wine/wine-1.3.16.ebuild
+++ b/app-emulation/wine/wine-1.3.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.1 2011/04/04 04:35:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.2 2011/04/05 00:46:55 vapier Exp $
EAPI="2"
@@ -21,13 +21,13 @@ else
fi
pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; }
-GV="1.1.0"
+GV="1.2.0"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
- mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab
- win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab )
+ mirror://sourceforge/wine/wine_gecko-${GV}-x86.msi
+ win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi )
)
pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )"
@@ -202,8 +202,8 @@ src_install() {
dodoc ANNOUNCE AUTHORS README
if use gecko ; then
insinto /usr/share/wine/gecko
- doins "${DISTDIR}"/wine_gecko-${GV}-x86.cab || die
- use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.cab || die ; }
+ doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi || die
+ use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi || die ; }
fi
if ! use perl ; then
rm "${D}"/usr/bin/{wine{dump,maker},function_grep.pl} "${D}"/usr/share/man/man1/wine{dump,maker}.1 || die
diff --git a/app-emulation/wine/wine-1.3.17.ebuild b/app-emulation/wine/wine-1.3.17.ebuild
index cb23462a43c9..fc9e094a23df 100644
--- a/app-emulation/wine/wine-1.3.17.ebuild
+++ b/app-emulation/wine/wine-1.3.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.1 2011/04/04 04:35:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.2 2011/04/05 00:46:55 vapier Exp $
EAPI="2"
@@ -21,13 +21,13 @@ else
fi
pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; }
-GV="1.1.0"
+GV="1.2.0"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
- mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab
- win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab )
+ mirror://sourceforge/wine/wine_gecko-${GV}-x86.msi
+ win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi )
)
pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )"
@@ -202,8 +202,8 @@ src_install() {
dodoc ANNOUNCE AUTHORS README
if use gecko ; then
insinto /usr/share/wine/gecko
- doins "${DISTDIR}"/wine_gecko-${GV}-x86.cab || die
- use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.cab || die ; }
+ doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi || die
+ use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi || die ; }
fi
if ! use perl ; then
rm "${D}"/usr/bin/{wine{dump,maker},function_grep.pl} "${D}"/usr/share/man/man1/wine{dump,maker}.1 || die
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index eae6593b177a..40e1921ade35 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.74 2011/03/10 20:36:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.75 2011/04/05 00:46:55 vapier Exp $
EAPI="2"
@@ -21,13 +21,13 @@ else
fi
pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; }
-GV="1.1.0"
+GV="1.2.0"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
- mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab
- win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab )
+ mirror://sourceforge/wine/wine_gecko-${GV}-x86.msi
+ win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi )
)
pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )"
@@ -202,8 +202,8 @@ src_install() {
dodoc ANNOUNCE AUTHORS README
if use gecko ; then
insinto /usr/share/wine/gecko
- doins "${DISTDIR}"/wine_gecko-${GV}-x86.cab || die
- use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.cab || die ; }
+ doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi || die
+ use win64 && { doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi || die ; }
fi
if ! use perl ; then
rm "${D}"/usr/bin/{wine{dump,maker},function_grep.pl} "${D}"/usr/share/man/man1/wine{dump,maker}.1 || die