mgorny 15/04/18 16:57:15 Modified: winetricks-99999999.ebuild ChangeLog Added: winetricks-20150416.ebuild Removed: winetricks-20141130.ebuild Log: Version bump. Update HOMEPAGE & SRC_URI. Drop old. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/102 by NP-Hardass. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.14 app-emulation/winetricks/winetricks-99999999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild?r1=1.13&r2=1.14 Index: winetricks-99999999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- winetricks-99999999.ebuild 23 Mar 2015 05:34:46 -0000 1.13 +++ winetricks-99999999.ebuild 18 Apr 2015 16:57:15 -0000 1.14 @@ -1,19 +1,18 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild,v 1.13 2015/03/23 05:34:46 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild,v 1.14 2015/04/18 16:57:15 mgorny Exp $ EAPI=5 inherit gnome2-utils eutils if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="https://github.com/Winetricks/winetricks.git" + EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git" inherit git-r3 SRC_URI="" else - SRC_URI="http://winetricks.org/download/releases/${P}.tar.gz" + SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}" fi wtg=winetricks-gentoo-2012.11.24 SRC_URI="${SRC_URI} @@ -21,7 +20,7 @@ kde? ( http://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="http://code.google.com/p/winetricks/ http://wiki.winehq.org/winetricks" +HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks" LICENSE="LGPL-2.1+" SLOT="0" 1.32 app-emulation/winetricks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 23 Mar 2015 05:34:46 -0000 1.31 +++ ChangeLog 18 Apr 2015 16:57:15 -0000 1.32 @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/winetricks # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.31 2015/03/23 05:34:46 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.32 2015/04/18 16:57:15 mgorny Exp $ + +*winetricks-20150416 (18 Apr 2015) + + 18 Apr 2015; Michał Górny <[email protected]> +winetricks-20150416.ebuild, + -winetricks-20141130.ebuild, winetricks-99999999.ebuild: + Version bump. Update HOMEPAGE & SRC_URI. Drop old. https://github.com/gentoo + /gentoo-portage-rsync-mirror/pull/102 by NP-Hardass. 23 Mar 2015; Alexandre Rostovtsev <[email protected]> winetricks-20141130.ebuild, winetricks-99999999.ebuild: @@ -188,4 +195,3 @@ 01 Mar 2011; Mike Frysinger <[email protected]> +winetricks-185.ebuild, +metadata.xml: Initial ebuild. - 1.1 app-emulation/winetricks/winetricks-20150416.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-20150416.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-20150416.ebuild?rev=1.1&content-type=text/plain Index: winetricks-20150416.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-20150416.ebuild,v 1.1 2015/04/18 16:57:15 mgorny Exp $ EAPI=5 inherit gnome2-utils eutils if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git" inherit git-r3 SRC_URI="" 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? ( http://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 ) kde? ( http://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks" LICENSE="LGPL-2.1+" SLOT="0" IUSE="gtk kde rar" DEPEND="" RDEPEND="app-arch/cabextract app-arch/p7zip app-arch/unzip app-emulation/wine net-misc/wget x11-misc/xdg-utils gtk? ( gnome-extra/zenity ) kde? ( kde-base/kdialog ) rar? ( app-arch/unrar )" # 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 RESTRICT="test" src_unpack() { if [[ ${PV} == "99999999" ]] ; then git-r3_src_unpack if use gtk || use kde; then unpack ${wtg}.tar.bz2 fi else default fi } src_install() { default if use gtk || use kde; then cd "${WORKDIR}/${wtg}" || die domenu winetricks.desktop insinto /usr/share/icons/hicolor/scalable/apps doins wine-winetricks.svg fi } pkg_preinst() { if use gtk || use kde; then gnome2_icon_savelist fi } pkg_postinst() { if use gtk || use kde; then gnome2_icon_cache_update fi } pkg_postrm() { if use gtk || use kde; then gnome2_icon_cache_update fi }
