summaryrefslogtreecommitdiff
path: root/app-admin/antidot
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 /app-admin/antidot
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-admin/antidot')
-rw-r--r--app-admin/antidot/Manifest1
-rw-r--r--app-admin/antidot/antidot-0.6.3.ebuild30
-rw-r--r--app-admin/antidot/metadata.xml8
3 files changed, 0 insertions, 39 deletions
diff --git a/app-admin/antidot/Manifest b/app-admin/antidot/Manifest
deleted file mode 100644
index a406b3dc6748..000000000000
--- a/app-admin/antidot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST antidot-0.6.3.tar.gz 1729158 BLAKE2B 7855ed0832e9209b49106d6e35d692ff1fe5da31dac34d9cf24295308c2d6a9812b6344f721e34ef6b92762f0193e591efec78bff18f0db059269fada18c6368 SHA512 92bab411c7f3e30abf2989e83050f4e6a8644c9698af9846c6373254bd6e98816670ff7627016e333bb89bf5502a210eaad35c6ff20cef7044aee593b8db2276
diff --git a/app-admin/antidot/antidot-0.6.3.ebuild b/app-admin/antidot/antidot-0.6.3.ebuild
deleted file mode 100644
index 00604032b816..000000000000
--- a/app-admin/antidot/antidot-0.6.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Cleans up your \$HOME from those pesky dotfiles"
-HOMEPAGE="https://github.com/doron-cohen/antidot"
-SRC_URI="https://github.com/doron-cohen/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="MIT Apache-2.0 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-src_compile() {
- ego build -v -x -work -o ${PN}
-}
-
-src_install() {
- dobin ${PN}
- einstalldocs
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "To get started with antidot, first run 'antidot update'"
- elog "Then add the output of 'antidot init' to your .bash_profile or similar"
- fi
-}
diff --git a/app-admin/antidot/metadata.xml b/app-admin/antidot/metadata.xml
deleted file mode 100644
index c03cf365c4e4..000000000000
--- a/app-admin/antidot/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">doron-cohen/antidot</remote-id>
- </upstream>
-</pkgmetadata>