From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-backup/holland-backup-example/Manifest | 3 -- .../holland-backup-example-1.0.10.ebuild | 39 ---------------------- app-backup/holland-backup-example/metadata.xml | 5 --- 3 files changed, 47 deletions(-) delete mode 100644 app-backup/holland-backup-example/Manifest delete mode 100644 app-backup/holland-backup-example/holland-backup-example-1.0.10.ebuild delete mode 100644 app-backup/holland-backup-example/metadata.xml (limited to 'app-backup/holland-backup-example') diff --git a/app-backup/holland-backup-example/Manifest b/app-backup/holland-backup-example/Manifest deleted file mode 100644 index 80b6b875cbe7..000000000000 --- a/app-backup/holland-backup-example/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST holland-1.0.10.tar.gz 449334 BLAKE2B 0b0290b916448be1865ff2b5c2f0e78de9c4640418fc049b999f5dd171d8fa54c63411b5b8972c843d98f77e6b9726dbc849cb73d3771244e871bb9fea67652a SHA512 5183ec73012edcaba50ef5cc9b892480d5f60301d01d17bd96c5490bd8e6ae42bd21abb6084e6665317b8025489981a02293cd583964f01e86459609b93e918f -EBUILD holland-backup-example-1.0.10.ebuild 889 BLAKE2B 0dea10cf383013019f2044fa58daa72f0af1f029379387b1c21500d02d47b999e7cc708787d4a4a8f46c3411b318f02efbff2ee75f93471f84938e24fd5cf660 SHA512 8b40e08af7c36e67674a34237c4d4c07b92bcce2d0633d9097bc6adffac967c6c69f4e21bd74136a948d2bdb1e2d91471d1c3e83be728c83667783b83efce76c -MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/app-backup/holland-backup-example/holland-backup-example-1.0.10.ebuild b/app-backup/holland-backup-example/holland-backup-example-1.0.10.ebuild deleted file mode 100644 index 381e70da2771..000000000000 --- a/app-backup/holland-backup-example/holland-backup-example-1.0.10.ebuild +++ /dev/null @@ -1,39 +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 Example 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="" -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/backupsets - keepdir /etc/holland/providers - - insinto /etc/holland/backupsets - doins "${S}"/../../config/backupsets/examples/${PN##*-}.conf - - insinto /etc/holland/providers - doins "${S}"/../../config/providers/${PN##*-}.conf -} diff --git a/app-backup/holland-backup-example/metadata.xml b/app-backup/holland-backup-example/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/app-backup/holland-backup-example/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- cgit v1.2.3