summaryrefslogtreecommitdiff
path: root/games-board/openyahtzee
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /games-board/openyahtzee
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'games-board/openyahtzee')
-rw-r--r--games-board/openyahtzee/Manifest1
-rw-r--r--games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch11
-rw-r--r--games-board/openyahtzee/metadata.xml11
-rw-r--r--games-board/openyahtzee/openyahtzee-1.9.3-r3.ebuild29
4 files changed, 0 insertions, 52 deletions
diff --git a/games-board/openyahtzee/Manifest b/games-board/openyahtzee/Manifest
deleted file mode 100644
index 3a89d066be50..000000000000
--- a/games-board/openyahtzee/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openyahtzee-1.9.3.tar.xz 178868 BLAKE2B 0cb5b87f8d4f9cdfbc81918f937ec783fef2488146f5497de0d01d6b50eeeef2edc308ca4230f1103b5770a03ccb74740e5c42b2ea01bd67705ed2aff6667d99 SHA512 7e696141d8f567247300c7f4924889b0a2f88866c70a10ad7619709990cacb726ec0af28bcee62a9f0d607d7f83ca5bb62d7275b2cc6e0343004f9125e4fb506
diff --git a/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch b/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
deleted file mode 100644
index 0ac1d300bd0b..000000000000
--- a/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/about.cpp
-+++ b/src/about.cpp
-@@ -40,7 +40,7 @@ void AboutDialog::addControlsAndLayout()
-
- wxStaticText* app_label = new wxStaticText(this,wxID_ANY,wxT("Open Yahtzee ") wxT(VERSION));
- app_label->SetFont(wxFont(14, wxDEFAULT, wxNORMAL, wxBOLD, false));
-- title_sizer->Add(app_label, 0, wxALL|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE, 10);
-+ title_sizer->Add(app_label, 0, wxALL|wxALIGN_CENTER_VERTICAL, 10);
-
- wxNotebook* notebook_main = new wxNotebook(this, wxID_ANY);
- notebookAboutTab(notebook_main);
diff --git a/games-board/openyahtzee/metadata.xml b/games-board/openyahtzee/metadata.xml
deleted file mode 100644
index 882063f7af80..000000000000
--- a/games-board/openyahtzee/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">openyahtzee</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-board/openyahtzee/openyahtzee-1.9.3-r3.ebuild b/games-board/openyahtzee/openyahtzee-1.9.3-r3.ebuild
deleted file mode 100644
index f2f5753b0fd2..000000000000
--- a/games-board/openyahtzee/openyahtzee-1.9.3-r3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.2-gtk3"
-inherit flag-o-matic wxwidgets
-
-DESCRIPTION="Full-featured wxWidgets version of the classic dice game Yahtzee"
-HOMEPAGE="https://openyahtzee.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/openyahtzee/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}=[X]"
-DEPEND="
- ${RDEPEND}
- dev-libs/boost
-"
-
-PATCHES=( "${FILESDIR}"/${P}-wx32.patch )
-
-src_configure() {
- append-cxxflags -std=c++11
- setup-wxwidgets
- econf --datadir=/usr/share
-}