summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-27 11:41:32 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-27 11:41:32 +0000
commit96a1e25f2a45903d7c92242e9301731f573005f9 (patch)
treedcd4cd9df71bae7ee75c45956c7bec6b51b59112 /app-emulation
parentRemoving glitz dependency on cairo, fixes bug 273939. (diff)
downloadgentoo-2-96a1e25f2a45903d7c92242e9301731f573005f9.tar.gz
gentoo-2-96a1e25f2a45903d7c92242e9301731f573005f9.tar.bz2
gentoo-2-96a1e25f2a45903d7c92242e9301731f573005f9.zip
Only build tests when USE=test by Andrew Church #248103 by Rafał Muzyło.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.1.28.ebuild5
-rw-r--r--app-emulation/wine/wine-9999.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index e9705df729f8..5f7271b6da38 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.273 2009/08/26 21:57:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.274 2009/08/27 11:41:32 vapier Exp $
+
+ 27 Aug 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.28.ebuild,
+ wine-9999.ebuild:
+ Only build tests when USE=test by Andrew Church #248103 by Rafał Muzyło.
26 Aug 2009; Mike Frysinger <vapier@gentoo.org> wine-1.0.ebuild,
wine-1.0.1.ebuild, wine-1.1.0.ebuild, wine-1.1.1.ebuild,
diff --git a/app-emulation/wine/wine-1.1.28.ebuild b/app-emulation/wine/wine-1.1.28.ebuild
index b300f493698e..c95b0f41b26b 100644
--- a/app-emulation/wine/wine-1.1.28.ebuild
+++ b/app-emulation/wine/wine-1.1.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v 1.2 2009/08/26 21:57:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v 1.3 2009/08/27 11:41:32 vapier Exp $
EAPI="2"
@@ -26,7 +26,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml"
+IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
@@ -117,6 +117,7 @@ src_configure() {
$(use_with png) \
$(use_with scanner sane) \
$(use_with ssl openssl) \
+ $(use_enable test tests) \
$(use_enable win64) \
$(use_with X x) \
$(use_with xcomposite) \
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 6dd6f823be9a..218a29a508cc 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.40 2009/08/26 21:57:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.41 2009/08/27 11:41:32 vapier Exp $
EAPI="2"
@@ -26,7 +26,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml"
+IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl test win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
@@ -116,6 +116,7 @@ src_configure() {
$(use_with png) \
$(use_with scanner sane) \
$(use_with ssl openssl) \
+ $(use_enable test tests) \
$(use_enable win64) \
$(use_with X x) \
$(use_with xcomposite) \