summaryrefslogtreecommitdiff
path: root/app-misc/fmawk
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/fmawk
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-misc/fmawk')
-rw-r--r--app-misc/fmawk/Manifest1
-rw-r--r--app-misc/fmawk/fmawk-1.3.ebuild38
-rw-r--r--app-misc/fmawk/fmawk-9999.ebuild38
-rw-r--r--app-misc/fmawk/metadata.xml19
4 files changed, 0 insertions, 96 deletions
diff --git a/app-misc/fmawk/Manifest b/app-misc/fmawk/Manifest
deleted file mode 100644
index e07314a8e2e5..000000000000
--- a/app-misc/fmawk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fmawk-1.3.tar.gz 25628 BLAKE2B e9b591941c5dbfa96414cc494b91eebfc19e9153cad7066afe216a6e1a177de5c3f3e04f09fec62bbd0adf0b3330bfc9471fcecc23b568e966e8185b7a298c39 SHA512 b1ca40c71b219cd59009c96692e1297cec75d2a61b28c330e4b80b55bde6dc6dfb071fec9dc4ae4f3e8aa7be7bbb51d444687f9500c82dba440388d41369e157
diff --git a/app-misc/fmawk/fmawk-1.3.ebuild b/app-misc/fmawk/fmawk-1.3.ebuild
deleted file mode 100644
index 1401e88a7e30..000000000000
--- a/app-misc/fmawk/fmawk-1.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="File manager written in awk"
-HOMEPAGE="https://github.com/huijunchen9260/fm.awk/"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/huijunchen9260/fm.awk.git"
-else
- SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/fm.awk-${PV}"
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="app-alternatives/awk"
-
-src_compile() {
- :
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}
-
-pkg_postinst() {
- optfeature "PDFs preview" app-text/poppler
- optfeature "images preview" media-gfx/chafa
- optfeature "videos preview" media-video/ffmpegthumbnailer
-}
diff --git a/app-misc/fmawk/fmawk-9999.ebuild b/app-misc/fmawk/fmawk-9999.ebuild
deleted file mode 100644
index 57d3dbc7f79e..000000000000
--- a/app-misc/fmawk/fmawk-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="File manager written in awk"
-HOMEPAGE="https://github.com/huijunchen9260/fm.awk/"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/huijunchen9260/fm.awk.git"
-else
- SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/fm.awk-${PV}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="app-alternatives/awk"
-
-src_compile() {
- :
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}
-
-pkg_postinst() {
- optfeature "PDFs preview" app-text/poppler
- optfeature "images preview" media-gfx/chafa
- optfeature "videos preview" media-video/ffmpegthumbnailer
-}
diff --git a/app-misc/fmawk/metadata.xml b/app-misc/fmawk/metadata.xml
deleted file mode 100644
index 210d6b4a9b9a..000000000000
--- a/app-misc/fmawk/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@gentoo.org</email>
- <name>Maciej Barć</name>
- </maintainer>
- <longdescription>
- FMAWK is a experimental file manager written almost entirely in the awk
- programming language. Though written in awk, in terms of features it is
- comparable to other terminal file managers such as fff, nnn or ranger.
- </longdescription>
- <upstream>
- <changelog>https://github.com/huijunchen9260/fm.awk/releases/</changelog>
- <bugs-to>https://github.com/huijunchen9260/fm.awk/issues</bugs-to>
- <remote-id type="github">huijunchen9260/fm.awk</remote-id>
- </upstream>
-</pkgmetadata>