summaryrefslogtreecommitdiff
path: root/app-emulation/wine-desktop-common
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emulation/wine-desktop-common
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emulation/wine-desktop-common')
-rw-r--r--app-emulation/wine-desktop-common/Manifest1
-rw-r--r--app-emulation/wine-desktop-common/metadata.xml10
-rw-r--r--app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild36
3 files changed, 0 insertions, 47 deletions
diff --git a/app-emulation/wine-desktop-common/Manifest b/app-emulation/wine-desktop-common/Manifest
deleted file mode 100644
index 06c178be8d95..000000000000
--- a/app-emulation/wine-desktop-common/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wine-desktop-common-20150204.tar.gz 99491 BLAKE2B 7427c08d00a7ec11319908c908c5833e1a3fc297ec2ebfd942ccdf2adb9e657d1fd751da74bd67e7efb3d4b8ad769a11b1aa5e1a56e33e181f149f4f6245fac3 SHA512 1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688
diff --git a/app-emulation/wine-desktop-common/metadata.xml b/app-emulation/wine-desktop-common/metadata.xml
deleted file mode 100644
index fc72d132ecb0..000000000000
--- a/app-emulation/wine-desktop-common/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>wine@gentoo.org</email>
- <name>Wine</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild
deleted file mode 100644
index 2987d1694d5b..000000000000
--- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Various desktop menu items and icons for wine"
-HOMEPAGE="
- https://github.com/NP-Hardass/wine-desktop-common
- https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/
-"
-SRC_URI="
- https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz
- -> ${P}.tar.gz
-"
-S=${WORKDIR}/${PN}-${PV//./}
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-PDEPEND="app-eselect/eselect-wine"
-
-# These use a non-standard "Wine" category, which is provided by
-# /etc/xdg/applications-merged/wine.menu
-QA_DESKTOP_FILE="
- usr/share/applications/wine-browsedrive.desktop
- usr/share/applications/wine-notepad.desktop
- usr/share/applications/wine-uninstaller.desktop
- usr/share/applications/wine-winecfg.desktop
-"
-
-src_install() {
- emake install DESTDIR="${D}" EPREFIX="${EPREFIX}"
-}