diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emulation/wine-desktop-common | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'app-emulation/wine-desktop-common')
| -rw-r--r-- | app-emulation/wine-desktop-common/Manifest | 1 | ||||
| -rw-r--r-- | app-emulation/wine-desktop-common/metadata.xml | 12 | ||||
| -rw-r--r-- | app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild | 36 |
3 files changed, 0 insertions, 49 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 658a15528880..000000000000 --- a/app-emulation/wine-desktop-common/metadata.xml +++ /dev/null @@ -1,12 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="github">np-hardass/wine-desktop-common</remote-id> - </upstream> -</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}" -} |
