summaryrefslogtreecommitdiff
path: root/app-backup/simplebackup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-12 22:22:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-12 22:22:01 +0000
commit9b799bc3e58ce4fb84738f6614e4250719c67b55 (patch)
treed41a10866a26bd9cee8385b36cf4037bcfc091e1 /app-backup/simplebackup
parent84685f125134bc8f4d6a523a861e8aeb26e301f9 (diff)
gentoo auto-resync : 12:11:2023 - 22:22:00
Diffstat (limited to 'app-backup/simplebackup')
-rw-r--r--app-backup/simplebackup/Manifest1
-rw-r--r--app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-backup/simplebackup/Manifest b/app-backup/simplebackup/Manifest
index 2cdc028bd13a..f6ac1aa103db 100644
--- a/app-backup/simplebackup/Manifest
+++ b/app-backup/simplebackup/Manifest
@@ -1,4 +1,3 @@
DIST simplebackup-1.8.1.tar.gz 9630257 BLAKE2B bd6dde849ee2a72b6345993a4018d7d5a502960ba65c5802598ef5dca602df8a6404c18781d17aef084863b777ffe1807cbbeb9d76bc80d4b3060d0ba012faa7 SHA512 0c6c6fad99817b794c557f1d55420211b3e58de004b239b2be4c21cd88ab04ffc9a793fb55eae3bddb6b84eb7e53f0b19d3932d17579d0f3f68f024214eeb71d
-EBUILD simplebackup-1.8.1-r1.ebuild 528 BLAKE2B 305ffc4a038a462690c2a68ef69554ddf8016bb69c75bfba7b862e75bec6f227b9b475e957104cf64967bdcdfb1f70ab6391d6b0ebcbc8458f89d13d46a19c92 SHA512 21da2d616832970838e371d94df91da7093fd9eb45d575110d8caa408d0cee3dd25ceebf4c3603b9663196a4d2bcc76a0a60fef6ee05ef9f485ada6dc01c5eb7
EBUILD simplebackup-1.8.1-r2.ebuild 559 BLAKE2B fef30710b2a6740d9c37f96acb13e7bb21bb96a4877304502c1b7049a6a8a5c762384b62a96c4fc2faaed5e081216d3f63805a071b6793b7ac880e20d1195695 SHA512 4eb86a8b7120a1334696461b4533fafdb26935930e7a129692ac282930ba12aa91c7ff8ac2c603b8dd0f75565e54edee66be1fb5bcdfa3ada48f71c268117893
MISC metadata.xml 251 BLAKE2B 7b6dc923341c2c9b2ad3b816417e342831a7884b11467525a874fde5b52e29d74f2b7e88bae99b914a8df5ef1907d630e3847e7b883d06b80fba5702eeafcc16 SHA512 3131df7bdb380cf1deb996eeaaf84e0ca3820b11f151614f4388b14e6fc126b91659355e6804d9c5996a5bed57e3ce234de93ba044db666db5e9175dbd41bd89
diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
deleted file mode 100644
index e0f3f72bf4f1..000000000000
--- a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Cross-platform backup program"
-HOMEPAGE="https://migas-sbackup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sasl"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- sasl? ( dev-perl/Authen-SASL )"
-
-S="${WORKDIR}/${P}/unix"
-
-src_compile() {
- return;
-}
-
-src_install() {
- newbin simplebackup.pl simplebackup
- dodoc ../unix_readme.txt
-}