summaryrefslogtreecommitdiff
path: root/app-backup/holland
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-backup/holland
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-backup/holland')
-rw-r--r--app-backup/holland/Manifest3
-rw-r--r--app-backup/holland/holland-1.0.10.ebuild55
-rw-r--r--app-backup/holland/metadata.xml5
3 files changed, 0 insertions, 63 deletions
diff --git a/app-backup/holland/Manifest b/app-backup/holland/Manifest
deleted file mode 100644
index ec71f3cd2eec..000000000000
--- a/app-backup/holland/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST holland-1.0.10.tar.gz 449334 BLAKE2B 0b0290b916448be1865ff2b5c2f0e78de9c4640418fc049b999f5dd171d8fa54c63411b5b8972c843d98f77e6b9726dbc849cb73d3771244e871bb9fea67652a SHA512 5183ec73012edcaba50ef5cc9b892480d5f60301d01d17bd96c5490bd8e6ae42bd21abb6084e6665317b8025489981a02293cd583964f01e86459609b93e918f
-EBUILD holland-1.0.10.ebuild 1410 BLAKE2B 36043bafe9690314d43c2add28a61014e1324bff1029371d799d9cf32d9d4e2324d4fba4fdf82961cf88d6651ea96db01dfe9aa1e997f0b2821b087de881c1b3 SHA512 d1ed02610f3eb782014988467af619094a7c10856f20329d797ca19a06404f0ca3318439d3e6ba472991266c65fd329f5e458e88ccb18903e202a6615033f1b0
-MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
diff --git a/app-backup/holland/holland-1.0.10.ebuild b/app-backup/holland/holland-1.0.10.ebuild
deleted file mode 100644
index 93923b276ab7..000000000000
--- a/app-backup/holland/holland-1.0.10.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Holland Core Plugins"
-HOMEPAGE="http://www.hollandbackup.org/"
-SRC_URI="http://hollandbackup.org/releases/stable/${PV%.*}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples +mysql postgres sqlite"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-RDEPEND="
- mysql? ( ~app-backup/holland-backup-mysql-meta-${PV}[${PYTHON_USEDEP}] )
- postgres? ( ~app-backup/holland-backup-pgdump-${PV}[${PYTHON_USEDEP}] )
- sqlite? ( ~app-backup/holland-backup-sqlite-${PV}[${PYTHON_USEDEP}] )
- examples? (
- ~app-backup/holland-backup-example-${PV}[${PYTHON_USEDEP}]
- ~app-backup/holland-backup-random-${PV}[${PYTHON_USEDEP}]
- )
-"
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_install_all() {
- use doc && local DOCS=( README config/README config/providers/README docs/man/README docs/man/holland.rst )
- use doc && local HTML_DOCS=( docs/build/html/. )
-
- distutils-r1_python_install_all
-
- keepdir /var/log/holland
-
- keepdir /etc/holland
- keepdir /etc/holland/backupsets
- keepdir /etc/holland/providers
-
- insinto /etc/holland
- doins config/holland.conf
-
- insinto /etc/holland/backupsets
- doins config/backupsets/default.conf
-
- doman docs/man/holland.1
-}
diff --git a/app-backup/holland/metadata.xml b/app-backup/holland/metadata.xml
deleted file mode 100644
index 7a38bb900964..000000000000
--- a/app-backup/holland/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>