summaryrefslogtreecommitdiff
path: root/games-misc/cbonsai
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-misc/cbonsai
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'games-misc/cbonsai')
-rw-r--r--games-misc/cbonsai/Manifest1
-rw-r--r--games-misc/cbonsai/cbonsai-1.4.2.ebuild27
-rw-r--r--games-misc/cbonsai/files/cbonsai-respect-variables-1.4.2.patch13
-rw-r--r--games-misc/cbonsai/files/cbonsai-respect-variables.patch13
-rw-r--r--games-misc/cbonsai/metadata.xml15
5 files changed, 0 insertions, 69 deletions
diff --git a/games-misc/cbonsai/Manifest b/games-misc/cbonsai/Manifest
deleted file mode 100644
index 5317e3cdd405..000000000000
--- a/games-misc/cbonsai/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cbonsai-1.4.2.tar.bz2 22827 BLAKE2B 7796172d3f146d596e951e8db1e724e42139809cf142afc96d116176b05a103dab7bf1c99677e9a1ff7e27f9286f57a3ce8b30875a7f6e1e16669b8efa3dc5fc SHA512 47b9edffe3ca0a34e733d8fa1c61e96caacd4b18b303e5dc807f856a764bb47e0e55a45ddbd2bef2be8b1c3f2a0707e7ab521b8063c9b35186bea001bd4c11e0
diff --git a/games-misc/cbonsai/cbonsai-1.4.2.ebuild b/games-misc/cbonsai/cbonsai-1.4.2.ebuild
deleted file mode 100644
index 090e5921a02a..000000000000
--- a/games-misc/cbonsai/cbonsai-1.4.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="grow bonsai trees in your terminal"
-HOMEPAGE="https://gitlab.com/jallbrit/cbonsai"
-SRC_URI="https://gitlab.com/jallbrit/cbonsai/-/archive/v${PV}/cbonsai-v${PV}.tar.bz2 -> ${P}.tar.bz2"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-respect-variables-1.4.2.patch" )
-
-src_install() {
- PREFIX="${EPREFIX}/usr" DESTDIR="${D}" emake install
- dodoc README.md
-}
diff --git a/games-misc/cbonsai/files/cbonsai-respect-variables-1.4.2.patch b/games-misc/cbonsai/files/cbonsai-respect-variables-1.4.2.patch
deleted file mode 100644
index 065cd837ac59..000000000000
--- a/games-misc/cbonsai/files/cbonsai-respect-variables-1.4.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile 2025-06-20 03:28:16.000000000 +0100
-+++ b/Makefile 2026-03-29 14:36:43.324630218 +0100
-@@ -1,9 +1,7 @@
- .POSIX:
--CC = cc
- PKG_CONFIG ?= pkg-config
- CFLAGS += -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -pedantic $(shell $(PKG_CONFIG) --cflags ncursesw panelw)
--LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw")
--PREFIX = /usr/local
-+LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw") $(LDFLAGS)
- DATADIR = $(PREFIX)/share
- MANDIR = $(DATADIR)/man
- WITH_BASH = 1
diff --git a/games-misc/cbonsai/files/cbonsai-respect-variables.patch b/games-misc/cbonsai/files/cbonsai-respect-variables.patch
deleted file mode 100644
index 460e51693532..000000000000
--- a/games-misc/cbonsai/files/cbonsai-respect-variables.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,9 +1,7 @@
- .POSIX:
--CC = cc
- PKG_CONFIG ?= pkg-config
- CFLAGS += -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -pedantic $(shell $(PKG_CONFIG) --cflags ncursesw panelw)
--LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw")
--PREFIX = /usr/local
-+LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw") $(LDFLAGS)
- MANDIR = $(PREFIX)/share/man
-
- cbonsai: cbonsai.c
diff --git a/games-misc/cbonsai/metadata.xml b/games-misc/cbonsai/metadata.xml
deleted file mode 100644
index 5dc2ac831cf2..000000000000
--- a/games-misc/cbonsai/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ceres@ceressees.dev</email>
- <name>Ceres Milner</name>
- </maintainer>
- <longdescription lang="en">
-cbonsai is a bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options-- see usage. There are 2 modes of operation: static (see finished bonsai tree), and live (see growth step-by-step).
- </longdescription>
- <upstream>
- <bugs-to>https://gitlab.com/jallbrit/cbonsai/-/issues</bugs-to>
- <remote-id type="gitlab">jallbrit/cbonsai</remote-id>
- </upstream>
-</pkgmetadata>