summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2016-03-29 21:43:25 +0300
committerNP-Hardass <NP-Hardass@gentoo.org>2016-03-30 19:07:09 -0400
commit895387af46cae1c0010cf9dc651bdff35882b336 (patch)
tree2b181b47b3f607deb6460d7dbd5a8ad8ae173b27 /app-emulation/winetricks/winetricks-99999999.ebuild
parentdev-libs/boost: Add boost::graph patch (diff)
downloadgentoo-895387af46cae1c0010cf9dc651bdff35882b336.tar.gz
gentoo-895387af46cae1c0010cf9dc651bdff35882b336.tar.bz2
gentoo-895387af46cae1c0010cf9dc651bdff35882b336.zip
app-emulation/winetricks: Version bump to 20160329.
Also bump to EAPI 6 across versions, in addition to minor formatting/wording tweaks. Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/winetricks/winetricks-99999999.ebuild')
-rw-r--r--app-emulation/winetricks/winetricks-99999999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
index dba352c251d9..45214564b7f7 100644
--- a/app-emulation/winetricks/winetricks-99999999.ebuild
+++ b/app-emulation/winetricks/winetricks-99999999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit gnome2-utils eutils
@@ -14,7 +14,9 @@ else
SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
+
wtg=winetricks-gentoo-2012.11.24
+
SRC_URI="${SRC_URI}
gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )"
@@ -40,7 +42,7 @@ RDEPEND="app-arch/cabextract
# Uses non-standard "Wine" category, which is provided by app-emulation/wine; #451552
QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
-# Tests require network access and run wine, which is unreliable from a portage environment
+# Tests require network access and run Wine, which is unreliable from a portage environment.
RESTRICT="test"
src_unpack() {