diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /games-misc/usolitaire | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'games-misc/usolitaire')
| -rw-r--r-- | games-misc/usolitaire/Manifest | 1 | ||||
| -rw-r--r-- | games-misc/usolitaire/metadata.xml | 13 | ||||
| -rw-r--r-- | games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild | 24 |
3 files changed, 0 insertions, 38 deletions
diff --git a/games-misc/usolitaire/Manifest b/games-misc/usolitaire/Manifest deleted file mode 100644 index 1d39f83de1ed..000000000000 --- a/games-misc/usolitaire/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST usolitaire-0.2.1.tar.gz 118199 BLAKE2B 99b828d8aeb91897f5d070250a20c1a5f9b49b3be889781dcc3f2348e8f4946fde3ad07d915d87cbd309b2fa6b87777ab8ecd1bfaf65d76bc6989e36a0263785 SHA512 5bd7b222643e2decfc6e1f7749b8632bb0b99f5af28d49088f28746b8ffbd07443855b557e969f40f427ca71f8d2ac9386d8d90c2121880eb8bce5e3b5d4f4f4 diff --git a/games-misc/usolitaire/metadata.xml b/games-misc/usolitaire/metadata.xml deleted file mode 100644 index 3b81d68c6245..000000000000 --- a/games-misc/usolitaire/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/eliasdorneles/usolitaire/issues</bugs-to> - </upstream> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild b/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild deleted file mode 100644 index 10ee4299a9dd..000000000000 --- a/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="solitaire in your terminal" -HOMEPAGE="https://github.com/eliasdorneles/usolitaire" -SRC_URI=" - https://github.com/eliasdorneles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/urwid[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |
