aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tartarus
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/tartarus
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/tartarus')
-rw-r--r--testing/tartarus/APKBUILD39
-rw-r--r--testing/tartarus/tartarus.post-install7
2 files changed, 0 insertions, 46 deletions
diff --git a/testing/tartarus/APKBUILD b/testing/tartarus/APKBUILD
deleted file mode 100644
index 432929b64f..0000000000
--- a/testing/tartarus/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Leslie P. Polzer <polzer@port-zero.com>
-# Maintainer: Leslie P. Polzer <polzer@port-zero.com>
-pkgname=tartarus
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="A flexible script based backup system"
-url="http://wertarbyte.de/tartarus.shtml"
-arch="noarch"
-license="GPL3+"
-depends="perl"
-makedepends="perl"
-subpackages="$pkgname-doc"
-install="$pkgname.post-install"
-source="http://wertarbyte.de/tartarus/tartarus-$pkgver.tar.bz2"
-
-_builddir="$srcdir/tartarus-$pkgver"
-build() {
- cd "$_builddir"
- make || return 1
-}
-
-package() {
- cd "$_builddir"
-
- mkdir -p "$pkgdir"/usr/bin
- install -m755 bin/* "$pkgdir"/usr/bin
-
- mkdir -p "$pkgdir"/usr/lib/perl5/vendor_perl
- cp -rv lib/Tartarus "$pkgdir"/usr/lib/perl5/vendor_perl/
-
- mkdir -p "$pkgdir"/usr/share/man/man1
- install -m644 man/*.1 "$pkgdir"/usr/share/man/man1
-
- chown -R 0:0 "$pkgdir"
-}
-
-md5sums="4aa1cc8b550ded1c77fc50aeef146310 tartarus-0.9.8.tar.bz2"
-sha256sums="cfd3158974e4c331bebf5b9fbf51eb3f884a71d60eaf2c82e8856a150691bcef tartarus-0.9.8.tar.bz2"
-sha512sums="b879e214924643664e45165b227ceda9723be919854bd867fe11a2c474c1ae3cc9c2206992cb3a75ad02683c8feb44c21f884eb6f354caa398ca0ea9ce9f82d4 tartarus-0.9.8.tar.bz2"
diff --git a/testing/tartarus/tartarus.post-install b/testing/tartarus/tartarus.post-install
deleted file mode 100644
index ddf64f851e..0000000000
--- a/testing/tartarus/tartarus.post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo "Optional packages for Tartarus:"
-echo " * afio: for using afio as archive format"
-echo " * curl: for storing backups on FTP sites"
-echo " * lvm2: for snapshot support"
-echo " * gnupg: for encryption support"