summaryrefslogtreecommitdiff
path: root/backup/mylvmbackup/mylvmbackup-0.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:13:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:13:51 +0100
commitcbc073f23b8454d83cbd824b0055b7dff57daa8a (patch)
treee5b4f9656d566a783f0fe5c120da68b5acbb4cd5 /backup/mylvmbackup/mylvmbackup-0.14.ebuild
parentc28410c5bf320b685dfdbe6b2db090582d3f9960 (diff)
this shouldn't be here
Diffstat (limited to 'backup/mylvmbackup/mylvmbackup-0.14.ebuild')
-rw-r--r--backup/mylvmbackup/mylvmbackup-0.14.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/backup/mylvmbackup/mylvmbackup-0.14.ebuild b/backup/mylvmbackup/mylvmbackup-0.14.ebuild
deleted file mode 100644
index 77f80942fdf2..000000000000
--- a/backup/mylvmbackup/mylvmbackup-0.14.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool for creating backups of MySQL server's data files using LVM snapshots"
-HOMEPAGE="http://lenzg.net/mylvmbackup/"
-SRC_URI="http://lenzg.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-perl/Config-IniFiles
- dev-perl/DBD-mysql
- dev-perl/TimeDate
- >=sys-fs/lvm2-2.02.06
- virtual/mysql"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.14-fix-build-system.patch
- "${FILESDIR}"/${PN}-0.14-fix-config.patch
-)
-
-src_install() {
- default
-
- keepdir /var/tmp/${PN}/{backup,mnt}
- fperms 0700 /var/tmp/${PN}/
-}