dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 04dac5f8251926f586b1e84a78d26fe720588d5b
parent c4b45db6686de53e2835a9575df66b76678bac75
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 25 Mar 2012 10:52:41 +1000

tarsnap: initial exheres

Diffstat:
Alicences/tarsnap | 21+++++++++++++++++++++
Apackages/app-backup/tarsnap/tarsnap-1.0.32.exheres-0 | 23+++++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/licences/tarsnap b/licences/tarsnap
@@ -0,0 +1,21 @@
+Unless specified otherwise in individual files, the contents of this
+package is covered by the following copyright, license, and disclaimer:
+
+Copyright 2006, 2007, 2008, 2009, 2010, 2011 Colin Percival
+All rights reserved.
+
+Redistribution and use in source and binary forms, without modification,
+is permitted for the sole purpose of using the "tarsnap" backup service
+provided by Colin Percival.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
diff --git a/packages/app-backup/tarsnap/tarsnap-1.0.32.exheres-0 b/packages/app-backup/tarsnap/tarsnap-1.0.32.exheres-0
@@ -0,0 +1,23 @@
+# Copyright 2012 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+SUMMARY="Client program for the Tarsnap backup service"
+HOMEPAGE="https://www.tarsnap.com/download.html"
+DOWNLOADS="https://www.tarsnap.com/download/tarsnap-autoconf-${PV}.tgz"
+
+LICENCES="tarsnap"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+MYOPTIONS=""
+
+DEPENDENCIES="
+    build+run:
+        dev-libs/openssl
+        sys-libs/zlib
+        sys-fs/e2fsprogs
+"
+
+BUGS_TO="djc@djc.id.au"
+
+WORK="${WORKBASE}/tarsnap-autoconf-${PV}"
+