public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
@ 2017-11-22  6:55 NP-Hardass
  2017-11-22  7:55 ` Michał Górny
  0 siblings, 1 reply; 7+ messages in thread
From: NP-Hardass @ 2017-11-22  6:55 UTC (permalink / raw
  To: gentoo-dev


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

Would like to get this out within the next day if no-one sees any issues.

Thanks!
Title: Old Wine versions moving to wine-overlay
Author: NP-Hardass <NP-Hardass@gentoo.org>
Content-Type: text/plain
Posted: 2017-11-21
Revision: 1
News-Item-Format: 2.0
Display-If-Installed: app-emulation/wine:0
Display-If-Installed: app-emulation/wine-vanilla
Display-If-Installed: app-emulation/wine-staging
Display-If-Installed: app-emulation/wine-d3d9
Display-If-Installed: app-emulation/wine-any

To reduce the burden on main Gentoo repository, older versions of Wine
will be available only in the wine overlay. These ebuilds will still be
fully supported by the Gentoo Wine Project.  This will result in
upstream stable releases and the several most recent upstream devel
releases being the only versions in ::gentoo; all versions meeting the
criteria for support within Gentoo [1] will be available in ::wine.

To install the overlay you can either add the repos.conf file to your
portage configuration directory or add the repository via layman.

* To add the repos.conf file:
# wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O \
    /etc/portage/repos.conf/wine.conf

Edit the /etc/portage/repos.conf/wine.conf file so that "location"
points to your desired folder to install the overlay.
# emaint sync --repo wine

* To install the overlay via layman:
# layman -a wine

[1]
https://wiki.gentoo.org/wiki/Project:Wine/Policies_and_Procedures#Supported_versions
-- 
NP-Hardass


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

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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-22  6:55 [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay NP-Hardass
@ 2017-11-22  7:55 ` Michał Górny
  2017-11-28 17:17   ` NP-Hardass
  0 siblings, 1 reply; 7+ messages in thread
From: Michał Górny @ 2017-11-22  7:55 UTC (permalink / raw
  To: gentoo-dev

W dniu śro, 22.11.2017 o godzinie 01∶55 -0500, użytkownik NP-Hardass
napisał:
> Would like to get this out within the next day if no-one sees any issues.
> 
> Thanks!
> Title: Old Wine versions moving to wine-overlay
> Author: NP-Hardass <NP-Hardass@gentoo.org>
> Content-Type: text/plain
> Posted: 2017-11-21
> Revision: 1
> News-Item-Format: 2.0
> Display-If-Installed: app-emulation/wine:0
> Display-If-Installed: app-emulation/wine-vanilla
> Display-If-Installed: app-emulation/wine-staging
> Display-If-Installed: app-emulation/wine-d3d9
> Display-If-Installed: app-emulation/wine-any
> 
> To reduce the burden on main Gentoo repository, older versions of Wine
> will be available only in the wine overlay. These ebuilds will still be
> fully supported by the Gentoo Wine Project.  This will result in
> upstream stable releases and the several most recent upstream devel
> releases being the only versions in ::gentoo; all versions meeting the
> criteria for support within Gentoo [1] will be available in ::wine.
> 
> To install the overlay you can either add the repos.conf file to your
> portage configuration directory or add the repository via layman.

What about eselect-repository? ;-P

> * To add the repos.conf file:
> # wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O \

Infra strongly discourages fetching straight from cgit. This is not
guaranteed to be stable.

>     /etc/portage/repos.conf/wine.conf
> 
> Edit the /etc/portage/repos.conf/wine.conf file so that "location"
> points to your desired folder to install the overlay.
> # emaint sync --repo wine
> 
> * To install the overlay via layman:
> # layman -a wine

It's kinda surprising to see this after the repos.conf solution since it
was mentioned first.

> 
> [1]
> https://wiki.gentoo.org/wiki/Project:Wine/Policies_and_Procedures#Supported_versions

-- 
Best regards,
Michał Górny



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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-22  7:55 ` Michał Górny
@ 2017-11-28 17:17   ` NP-Hardass
  2017-11-28 17:36     ` Ulrich Mueller
  0 siblings, 1 reply; 7+ messages in thread
From: NP-Hardass @ 2017-11-28 17:17 UTC (permalink / raw
  To: gentoo-dev


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

On 11/22/2017 02:55 AM, Michał Górny wrote:
> W dniu śro, 22.11.2017 o godzinie 01∶55 -0500, użytkownik NP-Hardass
> napisał:
>> Would like to get this out within the next day if no-one sees any issues.
>>
>> Thanks!
>> Title: Old Wine versions moving to wine-overlay
>> Author: NP-Hardass <NP-Hardass@gentoo.org>
>> Content-Type: text/plain
>> Posted: 2017-11-21
>> Revision: 1
>> News-Item-Format: 2.0
>> Display-If-Installed: app-emulation/wine:0
>> Display-If-Installed: app-emulation/wine-vanilla
>> Display-If-Installed: app-emulation/wine-staging
>> Display-If-Installed: app-emulation/wine-d3d9
>> Display-If-Installed: app-emulation/wine-any
>>
>> To reduce the burden on main Gentoo repository, older versions of Wine
>> will be available only in the wine overlay. These ebuilds will still be
>> fully supported by the Gentoo Wine Project.  This will result in
>> upstream stable releases and the several most recent upstream devel
>> releases being the only versions in ::gentoo; all versions meeting the
>> criteria for support within Gentoo [1] will be available in ::wine.
>>
>> To install the overlay you can either add the repos.conf file to your
>> portage configuration directory or add the repository via layman.
> 
> What about eselect-repository? ;-P
> 
>> * To add the repos.conf file:
>> # wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O \
> 
> Infra strongly discourages fetching straight from cgit. This is not
> guaranteed to be stable.
> 
>>     /etc/portage/repos.conf/wine.conf
>>
>> Edit the /etc/portage/repos.conf/wine.conf file so that "location"
>> points to your desired folder to install the overlay.
>> # emaint sync --repo wine
>>
>> * To install the overlay via layman:
>> # layman -a wine
> 
> It's kinda surprising to see this after the repos.conf solution since it
> was mentioned first.
> 
>>
>> [1]
>> https://wiki.gentoo.org/wiki/Project:Wine/Policies_and_Procedures#Supported_versions
> 

Committed with recommended changes

-- 
NP-Hardass


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

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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-28 17:17   ` NP-Hardass
@ 2017-11-28 17:36     ` Ulrich Mueller
  2017-11-28 17:44       ` NP-Hardass
  2017-11-28 17:44       ` Ulrich Mueller
  0 siblings, 2 replies; 7+ messages in thread
From: Ulrich Mueller @ 2017-11-28 17:36 UTC (permalink / raw
  To: gentoo-dev

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

>>>>> On Tue, 28 Nov 2017, NP-Hardass  wrote:

> Committed with recommended changes

It has a malformed signature:

$ gpg --verify 2017-11-21-old-wine-versions-moving-to-overlay.en.txt.asc
[...]
gpg: WARNING: not a detached signature; file '2017-11-21-old-wine-versions-moving-to-overlay.en.txt' was NOT verified!

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

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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-28 17:36     ` Ulrich Mueller
@ 2017-11-28 17:44       ` NP-Hardass
  2017-11-28 17:44       ` Ulrich Mueller
  1 sibling, 0 replies; 7+ messages in thread
From: NP-Hardass @ 2017-11-28 17:44 UTC (permalink / raw
  To: gentoo-dev


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

On 11/28/2017 12:36 PM, Ulrich Mueller wrote:
>>>>>> On Tue, 28 Nov 2017, NP-Hardass  wrote:
> 
>> Committed with recommended changes
> 
> It has a malformed signature:
> 
> $ gpg --verify 2017-11-21-old-wine-versions-moving-to-overlay.en.txt.asc
> [...]
> gpg: WARNING: not a detached signature; file '2017-11-21-old-wine-versions-moving-to-overlay.en.txt' was NOT verified!
> 
Fixed.  Sorry about that.

-- 
NP-Hardass


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

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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-28 17:36     ` Ulrich Mueller
  2017-11-28 17:44       ` NP-Hardass
@ 2017-11-28 17:44       ` Ulrich Mueller
  2017-11-28 17:47         ` NP-Hardass
  1 sibling, 1 reply; 7+ messages in thread
From: Ulrich Mueller @ 2017-11-28 17:44 UTC (permalink / raw
  To: gentoo-dev

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

>>>>> On Tue, 28 Nov 2017, Ulrich Mueller wrote:

> It has a malformed signature [...]

Also, in News-Item-Format 2.0 there is no "Content-Type:" header.
Sorry for not having noticed this during the review phase.

Ulrich

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

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

* Re: [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay
  2017-11-28 17:44       ` Ulrich Mueller
@ 2017-11-28 17:47         ` NP-Hardass
  0 siblings, 0 replies; 7+ messages in thread
From: NP-Hardass @ 2017-11-28 17:47 UTC (permalink / raw
  To: gentoo-dev


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

On 11/28/2017 12:44 PM, Ulrich Mueller wrote:
>>>>>> On Tue, 28 Nov 2017, Ulrich Mueller wrote:
> 
>> It has a malformed signature [...]
> 
> Also, in News-Item-Format 2.0 there is no "Content-Type:" header.
> Sorry for not having noticed this during the review phase.
> 
> Ulrich
> 

Fixed.

-- 
NP-Hardass


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

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

end of thread, other threads:[~2017-11-28 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22  6:55 [gentoo-dev] News Item: Old Wine Versions Moving to Wine Overlay NP-Hardass
2017-11-22  7:55 ` Michał Górny
2017-11-28 17:17   ` NP-Hardass
2017-11-28 17:36     ` Ulrich Mueller
2017-11-28 17:44       ` NP-Hardass
2017-11-28 17:44       ` Ulrich Mueller
2017-11-28 17:47         ` NP-Hardass

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