summaryrefslogtreecommitdiff
path: root/games-misc/nyancat
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 /games-misc/nyancat
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'games-misc/nyancat')
-rw-r--r--games-misc/nyancat/Manifest1
-rw-r--r--games-misc/nyancat/metadata.xml9
-rw-r--r--games-misc/nyancat/nyancat-1.5.2.ebuild25
3 files changed, 0 insertions, 35 deletions
diff --git a/games-misc/nyancat/Manifest b/games-misc/nyancat/Manifest
deleted file mode 100644
index 24045adfba90..000000000000
--- a/games-misc/nyancat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nyancat-1.5.2.tar.gz 15126 BLAKE2B 4c197c7d630edc7184b57fd2b33fb422a69120e2db2994bc326e772278bca9fa1cc8a837da747bc7a9114090d43133ad48e22ed3319fc92485f82c1e7b5e67b9 SHA512 8eee5da8afacdbe8b6b5f66686c101d42da26ef6c172e6b43b6042e1bacf7dfb5668e006cbbe675aca523b567eea57404af5b5bb6d654d137951e06c9a75463a
diff --git a/games-misc/nyancat/metadata.xml b/games-misc/nyancat/metadata.xml
deleted file mode 100644
index 183ecc5ceeeb..000000000000
--- a/games-misc/nyancat/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/games-misc/nyancat/nyancat-1.5.2.ebuild b/games-misc/nyancat/nyancat-1.5.2.ebuild
deleted file mode 100644
index 5f2040d4740f..000000000000
--- a/games-misc/nyancat/nyancat-1.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Nyancat in your terminal, rendered through ANSI escape sequences"
-HOMEPAGE="https://nyancat.dakko.us/"
-SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin src/${PN}
- doman ${PN}.1
- einstalldocs
- systemd_dounit systemd/${PN}{.socket,@.service}
-}