Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/winetricks: winetricks-99999999.ebuild ChangeLog winetricks-672.ebuild
Date: Tue, 05 Jul 2011 21:29:56
Message-Id: 20110705212945.3A49D2004B@flycatcher.gentoo.org
1 vapier 11/07/05 21:29:45
2
3 Modified: ChangeLog
4 Added: winetricks-99999999.ebuild winetricks-672.ebuild
5 Log:
6 Add live ebuild and version bump #358997 by Sven Eden.
7
8 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-emulation/winetricks/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 1 Mar 2011 02:35:56 -0000 1.1
24 +++ ChangeLog 5 Jul 2011 21:29:45 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emulation/winetricks
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.1 2011/03/01 02:35:56 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.2 2011/07/05 21:29:45 vapier Exp $
30 +
31 +*winetricks-99999999 (05 Jul 2011)
32 +*winetricks-672 (05 Jul 2011)
33 +
34 + 05 Jul 2011; Mike Frysinger <vapier@g.o> +winetricks-672.ebuild,
35 + +winetricks-99999999.ebuild:
36 + Add live ebuild and version bump #358997 by Sven Eden.
37
38 *winetricks-185 (01 Mar 2011)
39
40
41
42
43 1.1 app-emulation/winetricks/winetricks-99999999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild?rev=1.1&content-type=text/plain
47
48 Index: winetricks-99999999.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-99999999.ebuild,v 1.1 2011/07/05 21:29:44 vapier Exp $
53
54 EAPI="2"
55
56 if [[ ${PV} == "99999999" ]] ; then
57 ESVN_REPO_URI="http://winetricks.googlecode.com/svn/trunk"
58 inherit subversion
59 else
60 SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks -> ${P}
61 http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks.1 -> ${P}.1"
62 KEYWORDS="~amd64 ~x86"
63 fi
64
65 DESCRIPTION="easy way to install DLLs needed to work around problems in Wine"
66 HOMEPAGE="http://code.google.com/p/winetricks/ http://wiki.winehq.org/winetricks"
67
68 LICENSE="LGPL-2.1"
69 SLOT="0"
70 IUSE="gtk kde"
71
72 DEPEND=""
73 RDEPEND="app-emulation/wine
74 gtk? ( gnome-extra/zenity )
75 kde? ( kde-base/kdialog )"
76
77 src_unpack() {
78 if [[ ${PV} == "99999999" ]] ; then
79 subversion_src_unpack
80 else
81 mkdir src
82 cp "${DISTDIR}"/${P} src/${PN} || die
83 cp "${DISTDIR}"/${P}.1 src/${PN}.1 || die
84 fi
85 }
86
87 src_install() {
88 cd src
89 dobin ${PN} || die
90 doman ${PN}.1 || die
91 }
92
93
94
95 1.1 app-emulation/winetricks/winetricks-672.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-672.ebuild?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/winetricks/winetricks-672.ebuild?rev=1.1&content-type=text/plain
99
100 Index: winetricks-672.ebuild
101 ===================================================================
102 # Copyright 1999-2011 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 # $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-672.ebuild,v 1.1 2011/07/05 21:29:45 vapier Exp $
105
106 EAPI="2"
107
108 if [[ ${PV} == "99999999" ]] ; then
109 ESVN_REPO_URI="http://winetricks.googlecode.com/svn/trunk"
110 inherit subversion
111 else
112 SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks -> ${P}
113 http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks.1 -> ${P}.1"
114 KEYWORDS="~amd64 ~x86"
115 fi
116
117 DESCRIPTION="easy way to install DLLs needed to work around problems in Wine"
118 HOMEPAGE="http://code.google.com/p/winetricks/ http://wiki.winehq.org/winetricks"
119
120 LICENSE="LGPL-2.1"
121 SLOT="0"
122 IUSE="gtk kde"
123
124 DEPEND=""
125 RDEPEND="app-emulation/wine
126 gtk? ( gnome-extra/zenity )
127 kde? ( kde-base/kdialog )"
128
129 src_unpack() {
130 if [[ ${PV} == "99999999" ]] ; then
131 subversion_src_unpack
132 else
133 mkdir src
134 cp "${DISTDIR}"/${P} src/${PN} || die
135 cp "${DISTDIR}"/${P}.1 src/${PN}.1 || die
136 fi
137 }
138
139 src_install() {
140 cd src
141 dobin ${PN} || die
142 doman ${PN}.1 || die
143 }