diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:13:51 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:13:51 +0100 |
commit | cbc073f23b8454d83cbd824b0055b7dff57daa8a (patch) | |
tree | e5b4f9656d566a783f0fe5c120da68b5acbb4cd5 /backup/holland-backup-pgdump | |
parent | c28410c5bf320b685dfdbe6b2db090582d3f9960 (diff) |
this shouldn't be here
Diffstat (limited to 'backup/holland-backup-pgdump')
-rw-r--r-- | backup/holland-backup-pgdump/Manifest | 3 | ||||
-rw-r--r-- | backup/holland-backup-pgdump/holland-backup-pgdump-1.0.10.ebuild | 38 | ||||
-rw-r--r-- | backup/holland-backup-pgdump/metadata.xml | 5 |
3 files changed, 0 insertions, 46 deletions
diff --git a/backup/holland-backup-pgdump/Manifest b/backup/holland-backup-pgdump/Manifest deleted file mode 100644 index e77005288c52..000000000000 --- a/backup/holland-backup-pgdump/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST holland-1.0.10.tar.gz 449334 BLAKE2B 0b0290b916448be1865ff2b5c2f0e78de9c4640418fc049b999f5dd171d8fa54c63411b5b8972c843d98f77e6b9726dbc849cb73d3771244e871bb9fea67652a SHA512 5183ec73012edcaba50ef5cc9b892480d5f60301d01d17bd96c5490bd8e6ae42bd21abb6084e6665317b8025489981a02293cd583964f01e86459609b93e918f -EBUILD holland-backup-pgdump-1.0.10.ebuild 854 BLAKE2B 7c4a04c39c38015cd03db694cf4c1c652f4a5a0c4e36f9571978a3a267c09c4e2716281773f72cefc6753676ab9f29aff752053a93b86500e4d3109b396ddd4b SHA512 6403157e9f8ccd422f1e035f48048989030108469379045dfce187974846db92d8181df4f3bc8b904a787c1b692f101d950edf305284285cc7e9e906bf38e4ba -MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/backup/holland-backup-pgdump/holland-backup-pgdump-1.0.10.ebuild b/backup/holland-backup-pgdump/holland-backup-pgdump-1.0.10.ebuild deleted file mode 100644 index 63609d1a9966..000000000000 --- a/backup/holland-backup-pgdump/holland-backup-pgdump-1.0.10.ebuild +++ /dev/null @@ -1,38 +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 pgdump Plugin" -HOMEPAGE="http://www.hollandbackup.org/" - -MY_P="${P%%-*}-${P##*-}" - -SRC_URI="http://hollandbackup.org/releases/stable/${PV%.*}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - ~app-backup/holland-lib-common-${PV}[${PYTHON_USEDEP}] - dev-python/psycopg[${PYTHON_USEDEP}] -" -PDEPEND="~app-backup/holland-${PV}[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}/plugins/${PN//-/.}" - -python_install_all() { - distutils-r1_python_install_all - - keepdir /etc/holland - keepdir /etc/holland/providers - - insinto /etc/holland/providers - doins "${S}"/../../config/providers/${PN##*-}.conf -} diff --git a/backup/holland-backup-pgdump/metadata.xml b/backup/holland-backup-pgdump/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/backup/holland-backup-pgdump/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> |