summaryrefslogtreecommitdiff
path: root/net-irc/senpai
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 /net-irc/senpai
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-irc/senpai')
-rw-r--r--net-irc/senpai/Manifest2
-rw-r--r--net-irc/senpai/metadata.xml15
-rw-r--r--net-irc/senpai/senpai-0.4.1.ebuild35
3 files changed, 0 insertions, 52 deletions
diff --git a/net-irc/senpai/Manifest b/net-irc/senpai/Manifest
deleted file mode 100644
index 7881c6faf759..000000000000
--- a/net-irc/senpai/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST senpai-0.4.1-deps.renamenextbump.tar.xz 7492464 BLAKE2B 74dd3f592e1a36f9956c20e375def4890a3615cd9e0d3f68e9f6e5990846ba9ba04dbb50c60954352d820f8967648371b9750dd2303125d8a7c3adf015f983c4 SHA512 e5711ff8aed5729472fcdc4c8ff2b9eabbdd1fff9ad8e953af8a5c049b41e3dc0067dcc6c90f4d57a6ffe85ba25210441d823f9fde942bf0950db40a311167ec
-DIST senpai-0.4.1.tar.gz 288605 BLAKE2B 478ee2fdf6b26ec327f9360534fec8b81154b2bb92d2882117bc3ad7e822cfabcf284c0e303cd4e2410687fb442cee09cb52a2c9188e2e6b86ce10972fa98686 SHA512 0f7085ec65e5e0d6866cd20f52d4882e9d42ceac0c220aba6cb5b6a55760baa3dbd9d63afac1f9a3722775e19085a1d3036449c857e769512f644452f83a2dff
diff --git a/net-irc/senpai/metadata.xml b/net-irc/senpai/metadata.xml
deleted file mode 100644
index 22d20b1d858f..000000000000
--- a/net-irc/senpai/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" proxied="yes">
- <email>cat@catcream.org</email>
- <name>Alfred Persson</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="sourcehut">~delthas/senpai</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-irc/senpai/senpai-0.4.1.ebuild b/net-irc/senpai/senpai-0.4.1.ebuild
deleted file mode 100644
index 7021360f5847..000000000000
--- a/net-irc/senpai/senpai-0.4.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Modern terminal IRC client. NOTICE me :senpai!"
-HOMEPAGE="https://sr.ht/~delthas/senpai/"
-SRC_URI="https://git.sr.ht/~delthas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/gentoo-golang-dist/senpai/releases/download/v${PV}/${P}-deps.tar.xz -> ${P}-deps.renamenextbump.tar.xz"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="
- app-text/scdoc
-"
-
-src_compile() {
- ego build ${GOFLAGS} ./cmd/senpai
-
- scdoc <doc/senpai.1.scd >doc/senpai.1 || die
- scdoc <doc/senpai.5.scd >doc/senpai.5 || die
-}
-
-src_install() {
- dobin senpai
-
- doman doc/senpai.{1,5}
- einstalldocs
-}