summaryrefslogtreecommitdiff
path: root/app-backup/simplebackup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-backup/simplebackup
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-backup/simplebackup')
-rw-r--r--app-backup/simplebackup/Manifest3
-rw-r--r--app-backup/simplebackup/metadata.xml8
-rw-r--r--app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild28
3 files changed, 39 insertions, 0 deletions
diff --git a/app-backup/simplebackup/Manifest b/app-backup/simplebackup/Manifest
new file mode 100644
index 000000000000..7ef5a4acdc7d
--- /dev/null
+++ b/app-backup/simplebackup/Manifest
@@ -0,0 +1,3 @@
+DIST simplebackup-1.8.1.tar.gz 9630257 BLAKE2B bd6dde849ee2a72b6345993a4018d7d5a502960ba65c5802598ef5dca602df8a6404c18781d17aef084863b777ffe1807cbbeb9d76bc80d4b3060d0ba012faa7 SHA512 0c6c6fad99817b794c557f1d55420211b3e58de004b239b2be4c21cd88ab04ffc9a793fb55eae3bddb6b84eb7e53f0b19d3932d17579d0f3f68f024214eeb71d
+EBUILD simplebackup-1.8.1-r1.ebuild 530 BLAKE2B 2edee2b9a20a4854861e124a5edc60e7da28a72aebff59e73e15593464e1b5cbd3c895b22bc764a7341c9a9b7dfea885239e5c05b96b80a9ca40050e3569f428 SHA512 24eabe3700b1215116e3214593d98bc63f1d32eaa57af13bca326fb2ba58c0d92f4b8c0addf636dbf5289adbf25ebf640aa31bf821ac70a792db721465a0fa6e
+MISC metadata.xml 250 BLAKE2B ba248d38dfc24150932db7cc5f3208fcc6778f8dd533b058ef351ad0f4073d833c86e2089efa1ea955aa345eaa33e3b455f4133bb9572a05daaff08d12c3762b SHA512 59c453803c29ef3837b19d5da16e6ed122f8a15e4099bcd12deedb209e4d873037a7c92f281a326e4265044eaf08279ce2e0c6a0e11d65b4b3969624e3c9341c
diff --git a/app-backup/simplebackup/metadata.xml b/app-backup/simplebackup/metadata.xml
new file mode 100644
index 000000000000..59179617779e
--- /dev/null
+++ b/app-backup/simplebackup/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="sourceforge">migas-sbackup</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
new file mode 100644
index 000000000000..3c933c229773
--- /dev/null
+++ b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Cross-platform backup program"
+HOMEPAGE="http://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
+}