From a78e4d6cbe23bd31c2d5101ed063705c635bf31d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 20 Aug 2013 02:58:41 +0200 Subject: app-backup/duply: add ebuild --- app-backup/duply/Manifest | 3 +++ app-backup/duply/duply-1.5.11.ebuild | 23 +++++++++++++++++++++++ app-backup/duply/metadata.xml | 7 +++++++ metadata/md5-cache/app-backup/duply-1.5.11 | 10 ++++++++++ 4 files changed, 43 insertions(+) create mode 100644 app-backup/duply/Manifest create mode 100644 app-backup/duply/duply-1.5.11.ebuild create mode 100644 app-backup/duply/metadata.xml create mode 100644 metadata/md5-cache/app-backup/duply-1.5.11 diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest new file mode 100644 index 0000000..abcc881 --- /dev/null +++ b/app-backup/duply/Manifest @@ -0,0 +1,3 @@ +DIST duply_1.5.11.tgz 32328 SHA256 b356f300b31ee7bb512a2e6ad2bf2cea80719bbb82f19e3cda47885f0ee5e41f SHA512 f86008d4669792922c92eeace68c85cb4432cbb21b013f239cd7c9cbac7f37e604f13ca6ba304baf58249b021d83eb61b0fb3fb80a5031359d94e7d92f66ffe1 WHIRLPOOL f23495606bdb18206a54f55181ad470c47ff818ba415532883ad2eb4acc05fe5be432fec58ec9a59bb5eca5848be35806506731c9049288e09e6fd44bbf9754f +EBUILD duply-1.5.11.ebuild 434 SHA256 a23aa5bce69e31d03fc0d4168d87a83d2cb2c1c59293a47e921c8338ac9e16b7 SHA512 8bd82da01bbc7568728107eb9feeb2b43f76e8d746184f6fbf49c492d3d4582f94542219f093f6c2316c874defee9cc780392af2dc4441bf00a6bc405491b86d WHIRLPOOL 4c31a917c40cc3fa1edb536e9435b8b0731060b3e22c41805235dc835ebb4d486f707ca2a620029bf31e4977fcbbfebd70212ba4facf89bc1deb73f77a145d95 +MISC metadata.xml 214 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 SHA512 aeb2fb354a9ddf41c45a071091a58b91eaf8b25d6d2c49e3e3daa547b591a54530144de4533573160b48dc356289c909612c4e3c80e387f081f88cb39263e130 WHIRLPOOL 54d8861daedd18ca38e4ada0fb71026c612b63946d47a9b34de90d1d6d85c8ce05c0a4b97730f554ea637d73ccce8ed207d33e707c2b8c1dd28af24cf44dd186 diff --git a/app-backup/duply/duply-1.5.11.ebuild b/app-backup/duply/duply-1.5.11.ebuild new file mode 100644 index 0000000..a2c6970 --- /dev/null +++ b/app-backup/duply/duply-1.5.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Shell front end for the duplicity backup tool" +HOMEPAGE="http://duply.net/" +SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="app-backup/duplicity" + +S="${WORKDIR}"/${PN}_${PV} + +src_install() { + dobin duply +} diff --git a/app-backup/duply/metadata.xml b/app-backup/duply/metadata.xml new file mode 100644 index 0000000..cc3fe24 --- /dev/null +++ b/app-backup/duply/metadata.xml @@ -0,0 +1,7 @@ + + + + + maintainer-wanted@gentoo.org + + diff --git a/metadata/md5-cache/app-backup/duply-1.5.11 b/metadata/md5-cache/app-backup/duply-1.5.11 new file mode 100644 index 0000000..2bfde8b --- /dev/null +++ b/metadata/md5-cache/app-backup/duply-1.5.11 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DESCRIPTION=Shell front end for the duplicity backup tool +EAPI=4 +HOMEPAGE=http://duply.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=app-backup/duplicity +SLOT=0 +SRC_URI=mirror://sourceforge/ftplicity/duply_1.5.11.tgz +_md5_=8a0beae07404236bec3077de1a92ea22 -- cgit v1.2.3-1-g7c22