summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-10-23 16:02:46 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-10-23 16:02:46 +0000
commitad3a9aa4faed0786a25c92daf79f8033af6028a6 (patch)
tree11b9ccba5297121bbb84c165d9acf5926d3190da /app-arch/hdup
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-ad3a9aa4faed0786a25c92daf79f8033af6028a6.tar.gz
gentoo-2-ad3a9aa4faed0786a25c92daf79f8033af6028a6.tar.bz2
gentoo-2-ad3a9aa4faed0786a25c92daf79f8033af6028a6.zip
cleanup
Diffstat (limited to 'app-arch/hdup')
-rw-r--r--app-arch/hdup/files/digest-hdup-1.6.321
-rw-r--r--app-arch/hdup/files/digest-hdup-1.6.331
-rw-r--r--app-arch/hdup/files/digest-hdup-1.6.341
-rw-r--r--app-arch/hdup/hdup-1.6.32.ebuild43
-rw-r--r--app-arch/hdup/hdup-1.6.33.ebuild43
-rw-r--r--app-arch/hdup/hdup-1.6.34.ebuild43
6 files changed, 0 insertions, 132 deletions
diff --git a/app-arch/hdup/files/digest-hdup-1.6.32 b/app-arch/hdup/files/digest-hdup-1.6.32
deleted file mode 100644
index 7b63876c1a02..000000000000
--- a/app-arch/hdup/files/digest-hdup-1.6.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2634f4bfce819c255a135036f7e63bad hdup-1.6.32.tar.gz 103916
diff --git a/app-arch/hdup/files/digest-hdup-1.6.33 b/app-arch/hdup/files/digest-hdup-1.6.33
deleted file mode 100644
index fef4b0eb99e6..000000000000
--- a/app-arch/hdup/files/digest-hdup-1.6.33
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d6db786f70a90b3f28485545456b839 hdup-1.6.33.tar.gz 104273
diff --git a/app-arch/hdup/files/digest-hdup-1.6.34 b/app-arch/hdup/files/digest-hdup-1.6.34
deleted file mode 100644
index bd0da423bc86..000000000000
--- a/app-arch/hdup/files/digest-hdup-1.6.34
+++ /dev/null
@@ -1 +0,0 @@
-MD5 879dc0b50f8547e3c2bd67718d6c703a hdup-1.6.34.tar.gz 104074
diff --git a/app-arch/hdup/hdup-1.6.32.ebuild b/app-arch/hdup/hdup-1.6.32.ebuild
deleted file mode 100644
index e64e9ed9252c..000000000000
--- a/app-arch/hdup/hdup-1.6.32.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/hdup/hdup-1.6.32.ebuild,v 1.2 2004/07/07 21:12:29 slarti Exp $
-
-DESCRIPTION="Hdup is backup program using tar,find,gzip/bzip2,mcrypt and ssh."
-HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
-SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="app-arch/tar
- sys-apps/findutils
- app-arch/gzip
- app-arch/bzip2
- net-misc/openssh
- sys-apps/coreutils"
-
-S=${WORKDIR}/${PN}16
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dodir /usr/sbin
- make prefix=${D}/usr mandir=${D}/usr/share/man sysconfdir=${D}/etc \
- install || die
-
- dohtml doc/FAQ.html
- dodoc ChangeLog INSTALL Credits
- dodoc examples/hdup.cron examples/no-history-post-run.sh
- dodoc contrib/cleanup.pl contrib/backup.pl
-}
-
-pkg_postinst() {
- einfo "now edit your /etc/hdup/${PN}.conf"
- einfo "you can also check included examples, see:"
- einfo "\t/usr/share/doc/${P}/"
-}
diff --git a/app-arch/hdup/hdup-1.6.33.ebuild b/app-arch/hdup/hdup-1.6.33.ebuild
deleted file mode 100644
index 44185a7957b2..000000000000
--- a/app-arch/hdup/hdup-1.6.33.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/hdup/hdup-1.6.33.ebuild,v 1.1 2004/07/20 17:02:09 mholzer Exp $
-
-DESCRIPTION="Hdup is backup program using tar,find,gzip/bzip2,mcrypt and ssh."
-HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
-SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="app-arch/tar
- sys-apps/findutils
- app-arch/gzip
- app-arch/bzip2
- net-misc/openssh
- sys-apps/coreutils"
-
-S=${WORKDIR}/${PN}16
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dodir /usr/sbin
- make prefix=${D}/usr mandir=${D}/usr/share/man sysconfdir=${D}/etc \
- install || die
-
- dohtml doc/FAQ.html
- dodoc ChangeLog INSTALL Credits
- dodoc examples/hdup.cron examples/no-history-post-run.sh
- dodoc contrib/cleanup.pl contrib/backup.pl
-}
-
-pkg_postinst() {
- einfo "now edit your /etc/hdup/${PN}.conf"
- einfo "you can also check included examples, see:"
- einfo "\t/usr/share/doc/${P}/"
-}
diff --git a/app-arch/hdup/hdup-1.6.34.ebuild b/app-arch/hdup/hdup-1.6.34.ebuild
deleted file mode 100644
index 823c2aada9dc..000000000000
--- a/app-arch/hdup/hdup-1.6.34.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/hdup/hdup-1.6.34.ebuild,v 1.1 2004/08/08 14:24:09 mholzer Exp $
-
-DESCRIPTION="Hdup is backup program using tar,find,gzip/bzip2,mcrypt and ssh."
-HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
-SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="app-arch/tar
- sys-apps/findutils
- app-arch/gzip
- app-arch/bzip2
- net-misc/openssh
- sys-apps/coreutils"
-
-S=${WORKDIR}/${PN}16
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dodir /usr/sbin
- make prefix=${D}/usr mandir=${D}/usr/share/man sysconfdir=${D}/etc \
- install || die
-
- dohtml doc/FAQ.html
- dodoc ChangeLog INSTALL Credits
- dodoc examples/hdup.cron examples/no-history-post-run.sh
- dodoc contrib/cleanup.pl contrib/backup.pl
-}
-
-pkg_postinst() {
- einfo "now edit your /etc/hdup/${PN}.conf"
- einfo "you can also check included examples, see:"
- einfo "\t/usr/share/doc/${P}/"
-}