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 /app-backup/timeshift-autosnap | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-backup/timeshift-autosnap')
4 files changed, 0 insertions, 84 deletions
diff --git a/app-backup/timeshift-autosnap/Manifest b/app-backup/timeshift-autosnap/Manifest deleted file mode 100644 index 77fc67a3cfd5..000000000000 --- a/app-backup/timeshift-autosnap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST timeshift-autosnap-0.9.tar.bz2 2916 BLAKE2B 7489596c3ce65bc1e5efb718118ab6a9b4913a988728c90f15403d72ff015017727a7c61691cad2f430c539f491e930dd035fdd743808caecac3d5db21b8aa7c SHA512 c24ba50ddd2f30ae375a12f485f8e61fdb628bfc4245cb9c1632b786ad4de0655b57c829451b3b093b88f5e2dcbe055131d21c9020491a7931da3b0812277700 diff --git a/app-backup/timeshift-autosnap/files/timeshift-autosnap-remove-arch-specific.patch b/app-backup/timeshift-autosnap/files/timeshift-autosnap-remove-arch-specific.patch deleted file mode 100644 index 127f880bbfcb..000000000000 --- a/app-backup/timeshift-autosnap/files/timeshift-autosnap-remove-arch-specific.patch +++ /dev/null @@ -1,23 +0,0 @@ -Partially backport 0f933eb5966848d96477b5148e40ac1c3e750e22 for distro-agnostic -detection of grub-btrfs snapshot functionality. - -Author: Lucio Sauer <watermanpaint@posteo.net> ---- a/timeshift-autosnap -+++ b/timeshift-autosnap -@@ -53,8 +53,12 @@ if $(get_property "deleteSnapshots" "boolean" "true") ; then - fi - fi; - --if $(get_property "updateGrub" "boolean" "true") && [ "$(pacman -Qs ^grub-btrfs$)" ]; then -- grub-mkconfig -o /boot/grub/grub.cfg --fi; -- -+if $(get_property "updateGrub" "boolean" "true") && [ -f /etc/grub.d/41_snapshots-btrfs ]; then -+ . /etc/default/grub-btrfs/config -+ if [ -s "${GRUB_BTRFS_GRUB_DIRNAME:-/boot/grub}/grub-btrfs.cfg" ]; then -+ /etc/grub.d/41_snapshots-btrfs -+ else -+ ${GRUB_BTRFS_MKCONFIG:-grub-mkconfig} -o ${GRUB_BTRFS_GRUB_DIRNAME:-/boot/grub}/grub.cfg -+ fi -+fi - exit 0 diff --git a/app-backup/timeshift-autosnap/metadata.xml b/app-backup/timeshift-autosnap/metadata.xml deleted file mode 100644 index 0d1e3e6b90f0..000000000000 --- a/app-backup/timeshift-autosnap/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>pascal.jaeger@leimstift.de</email> - <name>Pascal Jäger</name> - </maintainer> - <upstream> - <remote-id type="github">Antynea/grub-btrfs</remote-id> - <remote-id type="gitlab">gobonja/timeshift-autosnap</remote-id> - </upstream> - <longdescription lang="en"> - Improves Grub by adding "btrfs snapshots" to the Grub menu. - - You can boot your system on a "snapshot" from the Grub menu. - Supports manual snapshots, snapper, timeshift ... - </longdescription> -</pkgmetadata> diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9-r1.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9-r1.ebuild deleted file mode 100644 index 5f0c5c0f4463..000000000000 --- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature readme.gentoo-r1 - -DESCRIPTION="Automatically creates a timeshift-snapshot when executed" -HOMEPAGE="https://gitlab.com/gobonja/timeshift-autosnap" -SRC_URI="https://gitlab.com/gobonja/timeshift-autosnap/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-backup/timeshift" - -PATCHES=( "${FILESDIR}/${PN}-remove-arch-specific.patch" ) - -bashrc=/etc/portage/bashrc -DISABLE_AUTOFORMATTING=1 -DOC_CONTENTS="to run timeshift-autosnap everytime you emerge a package run: -# touch ${bashrc} - -# grep -q '#!/bin/' ${bashrc} || awk -i inplace 'BEGINFILE{print '#!/bin/sh'}{print}' ${bashrc} - -# grep -q timeshift-autosnap ${bashrc} || echo ' -function pre_pkg_setup() { - /usr/bin/timeshift-autosnap ; -}' >> ${bashrc}" - -src_install(){ - dobin timeshift-autosnap - insinto /etc - doins timeshift-autosnap.conf - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - optfeature "grub-btrfs snapshot support" app-backup/grub-btrfs -} |
