summaryrefslogtreecommitdiff
path: root/app-backup/hdup/hdup-2.0.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-11 23:47:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-11 23:47:37 +0100
commit02930d1eb5af78d32b1597af6af24163895d9e0f (patch)
tree7908188ca5a80d7ff557ebc70fe3bdcbf2875832 /app-backup/hdup/hdup-2.0.14.ebuild
parent54654470d999265b5a0010be7190e8a9993b1840 (diff)
gentoo auto-resync : 11:05:2023 - 23:47:37
Diffstat (limited to 'app-backup/hdup/hdup-2.0.14.ebuild')
-rw-r--r--app-backup/hdup/hdup-2.0.14.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-backup/hdup/hdup-2.0.14.ebuild b/app-backup/hdup/hdup-2.0.14.ebuild
deleted file mode 100644
index 87d941b00336..000000000000
--- a/app-backup/hdup/hdup-2.0.14.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh"
-HOMEPAGE="http://www.miek.nl/projects/hdup2/index.html"
-SRC_URI="http://www.miek.nl/projects/${PN}2/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="crypt"
-
-CDEPEND="
- app-arch/bzip2
- app-arch/gzip
- app-arch/tar
- >=dev-libs/glib-2.0"
-RDEPEND="
- ${CDEPEND}
- net-misc/openssh
- sys-apps/coreutils
- sys-apps/findutils
- crypt? ( app-crypt/mcrypt )"
-DEPEND="
- ${CDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0.14-fix-build-system.patch )
-
-src_install() {
- HTML_DOCS=( doc/FAQ.html )
- default
- dodoc Credits
-
- insinto /usr/share/${PN}
- doins -r contrib examples
-}
-
-pkg_postinst() {
- elog "Now edit your /etc/hdup/${PN}.conf to configure your backups."
- elog "You can also check included examples and contrib, see /usr/share/${PN}/."
-}