commit: 9838a4bb2cc0b1dfb24f8d6be715643609ecff06
Author: Steven Stallion <sstallion <AT> gmail <DOT> com>
AuthorDate: Sun Nov 5 17:37:26 2023 +0000
Commit: Steven Stallion <sstallion <AT> gmail <DOT> com>
CommitDate: Sun Nov 5 17:46:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9838a4bb
app-admin/dotbot: new package, add 1.20.1
Signed-off-by: Steven Stallion <sstallion <AT> gmail.com>
app-admin/dotbot/Manifest | 1 +
app-admin/dotbot/dotbot-1.20.1.ebuild | 22 ++++++++++++++++++++++
app-admin/dotbot/metadata.xml | 18 ++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/app-admin/dotbot/Manifest b/app-admin/dotbot/Manifest
new file mode 100644
index 0000000000..3a3180c4c0
--- /dev/null
+++ b/app-admin/dotbot/Manifest
@@ -0,0 +1 @@
+DIST dotbot-1.20.1.tar.gz 31741 BLAKE2B
f87aed418cc74deeccbeb46843b8da7fe5477dfb76f78e758c8eddc74f9c7315c223fe022c38c298303095fcd7115fc66fafe5011eb8bb730d7b51b9f49094b5
SHA512
d2a9e8d4078cf884a2953dbeb0629d142bdcf8c8af38dfa9e481e5afeee4e0e116e8ed5366c06622287928f29aa8eb2e3dae4d3a77d59591f8ca723f11b8bfdd
diff --git a/app-admin/dotbot/dotbot-1.20.1.ebuild
b/app-admin/dotbot/dotbot-1.20.1.ebuild
new file mode 100644
index 0000000000..2c0ce9be8c
--- /dev/null
+++ b/app-admin/dotbot/dotbot-1.20.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool that bootstraps your dotfiles"
+HOMEPAGE="https://github.com/anishathalye/dotbot"
+SRC_URI="https://github.com/anishathalye/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/app-admin/dotbot/metadata.xml b/app-admin/dotbot/metadata.xml
new file mode 100644
index 0000000000..8d751065c7
--- /dev/null
+++ b/app-admin/dotbot/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Steven Stallion</name>
+ </maintainer>
+ <longdescription>
+ Dotbot is designed to be lightweight and self-contained, with no
+ external dependencies and no installation required. Dotbot can
also be
+ a drop-in replacement for any other tool you were using to
manage your
+ dotfiles, and Dotbot is VCS-agnostic -- it doesn't make any
attempt to
+ manage your dotfiles.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">anishathalye/dotbot</remote-id>
+ </upstream>
+</pkgmetadata>