diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /games-misc/wtf | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'games-misc/wtf')
| -rw-r--r-- | games-misc/wtf/Manifest | 2 | ||||
| -rw-r--r-- | games-misc/wtf/metadata.xml | 12 | ||||
| -rw-r--r-- | games-misc/wtf/wtf-20221208.ebuild | 28 | ||||
| -rw-r--r-- | games-misc/wtf/wtf-20230906.ebuild | 28 |
4 files changed, 0 insertions, 70 deletions
diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest deleted file mode 100644 index 23c15484cf5e..000000000000 --- a/games-misc/wtf/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST wtf-20221208.tar.gz 31069 BLAKE2B 70329b6fd2af707a8b1c99d28ceb5de482c8b9414214b624cbe0cad60a5d30aec28230d62251166c3084751af64accc3ee24079eb2c8034ca6d4647d8e39eabb SHA512 2381d352ddd82c34cc23e594452ab6afcb4f5b31ede6656a33ae235b3b32fc868c88a564d01d9eab995ac56e9fc3c9902506f8ad5399c26d3f0667a333991525 -DIST wtf-20230906.tar.gz 31564 BLAKE2B 5b89b0685ac1cb8269ce3e4fab567f65a008730002cf87d54ac63df056b17b4f40f524752837ddb5b52ec18e90450104162b677aa7cdde9e0c8ba7bbb24f04a9 SHA512 7cb6cfc9c0c111b8f9ecff4e893910bc630cb9bb8862ac43ecb55d76c6f34c26fa48a26dd9354abde15900f8c9a042f3583988e07f60c0607268dbb9bd61970e diff --git a/games-misc/wtf/metadata.xml b/games-misc/wtf/metadata.xml deleted file mode 100644 index 2b170f407d52..000000000000 --- a/games-misc/wtf/metadata.xml +++ /dev/null @@ -1,12 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="sourceforge">bsdwtf</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-misc/wtf/wtf-20221208.ebuild b/games-misc/wtf/wtf-20221208.ebuild deleted file mode 100644 index f43ad6d10c05..000000000000 --- a/games-misc/wtf/wtf-20221208.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit prefix - -DESCRIPTION="Translates acronyms for you" -HOMEPAGE="https://netbsd.org/" -SRC_URI="https://sourceforge.net/projects/bsd${PN}/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~s390 ~x86 ~arm64-macos ~x64-macos ~x64-solaris" - -RDEPEND="!<=games-misc/bsd-games-3" - -src_prepare() { - default - hprefixify wtf -} - -src_install() { - dobin wtf - doman wtf.6 - insinto /usr/share/misc - doins acronyms* -} diff --git a/games-misc/wtf/wtf-20230906.ebuild b/games-misc/wtf/wtf-20230906.ebuild deleted file mode 100644 index 3b45e2240680..000000000000 --- a/games-misc/wtf/wtf-20230906.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit prefix - -DESCRIPTION="Translates acronyms for you" -HOMEPAGE="https://netbsd.org/" -SRC_URI="https://sourceforge.net/projects/bsd${PN}/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~s390 ~x86 ~arm64-macos ~x64-macos ~x64-solaris" - -RDEPEND="!<=games-misc/bsd-games-3" - -src_prepare() { - default - hprefixify wtf -} - -src_install() { - dobin wtf - doman wtf.6 - insinto /usr/share/misc - doins acronyms* -} |
