From a87ec190a570e6af6e2d32a1d2f812119c37fc38 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Sun, 12 Aug 2012 21:06:16 +0000 Subject: Version bump, drop old. Capitalize description. (Portage version: 2.2.0_alpha121/cvs/Linux x86_64) --- app-emulation/winetricks/ChangeLog | 11 +++++- app-emulation/winetricks/winetricks-696.ebuild | 44 ---------------------- app-emulation/winetricks/winetricks-744.ebuild | 6 +-- app-emulation/winetricks/winetricks-881.ebuild | 44 ++++++++++++++++++++++ .../winetricks/winetricks-99999999.ebuild | 6 +-- 5 files changed, 59 insertions(+), 52 deletions(-) delete mode 100644 app-emulation/winetricks/winetricks-696.ebuild create mode 100644 app-emulation/winetricks/winetricks-881.ebuild (limited to 'app-emulation/winetricks') diff --git a/app-emulation/winetricks/ChangeLog b/app-emulation/winetricks/ChangeLog index c342d1e0cf73..105e6c81c760 100644 --- a/app-emulation/winetricks/ChangeLog +++ b/app-emulation/winetricks/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/winetricks -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.4 2011/12/05 18:20:25 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.5 2012/08/12 21:06:16 tetromino Exp $ + +*winetricks-881 (12 Aug 2012) + + 12 Aug 2012; Alexandre Rostovtsev + -winetricks-696.ebuild, winetricks-744.ebuild, +winetricks-881.ebuild, + winetricks-99999999.ebuild: + Version bump, drop old. Capitalize description. *winetricks-744 (05 Dec 2011) diff --git a/app-emulation/winetricks/winetricks-696.ebuild b/app-emulation/winetricks/winetricks-696.ebuild deleted file mode 100644 index 8cd817464c92..000000000000 --- a/app-emulation/winetricks/winetricks-696.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-696.ebuild,v 1.1 2011/09/22 12:48:28 scarabeus Exp $ - -EAPI=4 - -if [[ ${PV} == "99999999" ]] ; then - ESVN_REPO_URI="http://winetricks.googlecode.com/svn/trunk" - inherit subversion -else - SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks -> ${P} - http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks.1 -> ${P}.1" - KEYWORDS="~amd64 ~x86" -fi - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="gtk kde" - -DEPEND="" -RDEPEND="app-emulation/wine - gtk? ( gnome-extra/zenity ) - kde? ( kde-base/kdialog )" - -S="${WORKDIR}" - -src_unpack() { - if [[ ${PV} == "99999999" ]] ; then - subversion_src_unpack - else - mkdir src - cp "${DISTDIR}"/${P} src/${PN} || die - cp "${DISTDIR}"/${P}.1 src/${PN}.1 || die - fi -} - -src_install() { - cd src - dobin ${PN} - doman ${PN}.1 -} diff --git a/app-emulation/winetricks/winetricks-744.ebuild b/app-emulation/winetricks/winetricks-744.ebuild index 2270bb5fdb74..a61cf20c7d7c 100644 --- a/app-emulation/winetricks/winetricks-744.ebuild +++ b/app-emulation/winetricks/winetricks-744.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-744.ebuild,v 1.1 2011/12/05 18:20:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-744.ebuild,v 1.2 2012/08/12 21:06:16 tetromino Exp $ EAPI=4 @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="easy way to install DLLs needed to work around problems in Wine" +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" LICENSE="LGPL-2.1" diff --git a/app-emulation/winetricks/winetricks-881.ebuild b/app-emulation/winetricks/winetricks-881.ebuild new file mode 100644 index 000000000000..ece7cabf20c7 --- /dev/null +++ b/app-emulation/winetricks/winetricks-881.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-881.ebuild,v 1.1 2012/08/12 21:06:16 tetromino Exp $ + +EAPI=4 + +if [[ ${PV} == "99999999" ]] ; then + ESVN_REPO_URI="http://winetricks.googlecode.com/svn/trunk" + inherit subversion +else + SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks -> ${P} + http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks.1 -> ${P}.1" + KEYWORDS="~amd64 ~x86" +fi + +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" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="gtk kde" + +DEPEND="" +RDEPEND="app-emulation/wine + gtk? ( gnome-extra/zenity ) + kde? ( kde-base/kdialog )" + +S="${WORKDIR}" + +src_unpack() { + if [[ ${PV} == "99999999" ]] ; then + subversion_src_unpack + else + mkdir src + cp "${DISTDIR}"/${P} src/${PN} || die + cp "${DISTDIR}"/${P}.1 src/${PN}.1 || die + fi +} + +src_install() { + cd src + dobin ${PN} + doman ${PN}.1 +} diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index 5825a09f2de1..649557da66c7 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.2 2011/09/22 12:48:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild,v 1.3 2012/08/12 21:06:16 tetromino Exp $ EAPI=4 @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="easy way to install DLLs needed to work around problems in Wine" +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" LICENSE="LGPL-2.1" -- cgit v1.2.3-65-gdbad