logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 00017f8ff3616cebeb7c31882aeab4fa43075bb4
parent 993ac15969edcaea0d2a6d10af1e7da3ed17500c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Aug 2024 04:51:34 +0200

virtual/wine: treeclean

Diffstat:

Dvirtual/wine/metadata.xml16----------------
Dvirtual/wine/wine-0-r8.ebuild28----------------------------
2 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/virtual/wine/metadata.xml b/virtual/wine/metadata.xml @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>wine@gentoo.org</email> - <name>Wine</name> - </maintainer> - <use> - <flag name="staging">Enable Wine-Staging's Patchset</flag> - </use> - <stabilize-allarches/> - <longdescription lang="en"> - Allows for any variant of Wine, regardless of slotting to fulfill the dependencies - traditionally fulfilled by the non-slotted, pre-variant, app-emulation/wine. - </longdescription> -</pkgmetadata> diff --git a/virtual/wine/wine-0-r8.ebuild b/virtual/wine/wine-0-r8.ebuild @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+abi_x86_32 +abi_x86_64 staging" - -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" - -# 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-vanilla[abi_x86_32=,abi_x86_64=] - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - app-emulation/wine-wayland[abi_x86_32=,abi_x86_64=] - ) - !app-emulation/wine:0 -"