public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] New Virtual: virtual/wine
@ 2017-03-27 21:45 NP-Hardass
  2017-03-28  0:55 ` Ulrich Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: NP-Hardass @ 2017-03-27 21:45 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1.1: Type: text/plain, Size: 660 bytes --]

This is part of the usual for discussing new virtuals before addition.

I'm reaching the final stages of prep for migrating from
app-emulation/wine to several packages, one for each major patchset that
we support. This will enable us to get releases out quicker.  In
addition, with the new packaging, we'll be supporting slotting, so users
can choose to support specific apps with specific wine versions or
patchsets simultaneously.  More specifics on that to come in an email
about a news item.

I'm not planning on immediately switching over, but rather masking for
maybe a month or so before releasing to the public at large.

-- 
NP-Hardass

[-- Attachment #1.1.2: wine-0-r4.ebuild --]
[-- Type: text/plain, Size: 888 bytes --]

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Virtual for WINE that supports multiple variants and slotting"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="staging d3d9"

DEPEND=""
# Note, the ordering here is intentional, to take advantage of the short-circuit
# logic of portage, to enforce wine-vanilla as default for new users.  The idea
# behind this is that some USE flags may pull in 3rd-party patchsets, so default
# of vanilla prevents that.
RDEPEND="
	staging? ( || (
		app-emulation/wine-staging[staging]
		app-emulation/wine-any[staging]
	) )
	d3d9? ( || (
		app-emulation/wine-d3d9[d3d9]
		app-emulation/wine-any[d3d9]
	) )
	|| (
		app-emulation/wine-vanilla
		app-emulation/wine-staging
		app-emulation/wine-d3d9
		app-emulation/wine-any
	)
	!app-emulation/wine:0"

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] New Virtual: virtual/wine
  2017-03-27 21:45 [gentoo-dev] New Virtual: virtual/wine NP-Hardass
@ 2017-03-28  0:55 ` Ulrich Mueller
  2017-03-28  1:33   ` NP-Hardass
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Mueller @ 2017-03-28  0:55 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

>>>>> On Mon, 27 Mar 2017, NP-Hardass  wrote:

> This is part of the usual for discussing new virtuals before
> addition. I'm reaching the final stages of prep for migrating from
> app-emulation/wine to several packages, one for each major patchset
> that we support. This will enable us to get releases out quicker.
> In addition, with the new packaging, we'll be supporting slotting,
> so users can choose to support specific apps with specific wine
> versions or patchsets simultaneously. More specifics on that to come
> in an email about a news item.

The empty HOMEPAGE, SRC_URI, LICENSE, and DEPEND assignments should be
omitted.

Ulrich

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] New Virtual: virtual/wine
  2017-03-28  0:55 ` Ulrich Mueller
@ 2017-03-28  1:33   ` NP-Hardass
  0 siblings, 0 replies; 3+ messages in thread
From: NP-Hardass @ 2017-03-28  1:33 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 835 bytes --]

On 03/27/2017 08:55 PM, Ulrich Mueller wrote:
>>>>>> On Mon, 27 Mar 2017, NP-Hardass  wrote:
> 
>> This is part of the usual for discussing new virtuals before
>> addition. I'm reaching the final stages of prep for migrating from
>> app-emulation/wine to several packages, one for each major patchset
>> that we support. This will enable us to get releases out quicker.
>> In addition, with the new packaging, we'll be supporting slotting,
>> so users can choose to support specific apps with specific wine
>> versions or patchsets simultaneously. More specifics on that to come
>> in an email about a news item.
> 
> The empty HOMEPAGE, SRC_URI, LICENSE, and DEPEND assignments should be
> omitted.
> 
> Ulrich
> 

Updated on the wine-a-holics overlay where we are testing it all out.
Thanks.

-- 
NP-Hardass


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-28  1:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-27 21:45 [gentoo-dev] New Virtual: virtual/wine NP-Hardass
2017-03-28  0:55 ` Ulrich Mueller
2017-03-28  1:33   ` NP-Hardass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox