diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:03:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:03:41 +0000 |
commit | d77ee8834c609a59b6ce5ca3bf4fb49aacf0a360 (patch) | |
tree | 3d8db876440fdcbf2c0bc3cc690f2d849f42ecf4 /app-arch/hdup | |
parent | Version bumped. Closes 56140 (Manifest recommit) (diff) | |
download | gentoo-2-d77ee8834c609a59b6ce5ca3bf4fb49aacf0a360.tar.gz gentoo-2-d77ee8834c609a59b6ce5ca3bf4fb49aacf0a360.tar.bz2 gentoo-2-d77ee8834c609a59b6ce5ca3bf4fb49aacf0a360.zip |
cleanup
Diffstat (limited to 'app-arch/hdup')
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.29 | 1 | ||||
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.29-r1 | 1 | ||||
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.30 | 1 | ||||
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.31 | 1 | ||||
-rw-r--r-- | app-arch/hdup/files/hdup-1.6.29-gentoo.patch | 11 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.29-r1.ebuild | 52 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.29.ebuild | 43 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.30.ebuild | 43 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.31.ebuild | 43 |
9 files changed, 0 insertions, 196 deletions
diff --git a/app-arch/hdup/files/digest-hdup-1.6.29 b/app-arch/hdup/files/digest-hdup-1.6.29 deleted file mode 100644 index e1f50a0c58b3..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.29 +++ /dev/null @@ -1 +0,0 @@ -MD5 2457a73a45633a266537fab51ad9782b hdup-1.6.29.tar.gz 99697 diff --git a/app-arch/hdup/files/digest-hdup-1.6.29-r1 b/app-arch/hdup/files/digest-hdup-1.6.29-r1 deleted file mode 100644 index e1f50a0c58b3..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.29-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2457a73a45633a266537fab51ad9782b hdup-1.6.29.tar.gz 99697 diff --git a/app-arch/hdup/files/digest-hdup-1.6.30 b/app-arch/hdup/files/digest-hdup-1.6.30 deleted file mode 100644 index 15eeba09c5ea..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 58deaff5fbe7feeb2183a9c7c00e1152 hdup-1.6.30.tar.gz 99925 diff --git a/app-arch/hdup/files/digest-hdup-1.6.31 b/app-arch/hdup/files/digest-hdup-1.6.31 deleted file mode 100644 index 5e3a4eb84017..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 33e6a108537c2ca554716cfe4c906666 hdup-1.6.31.tar.gz 102345 diff --git a/app-arch/hdup/files/hdup-1.6.29-gentoo.patch b/app-arch/hdup/files/hdup-1.6.29-gentoo.patch deleted file mode 100644 index 00eaf944b2cf..000000000000 --- a/app-arch/hdup/files/hdup-1.6.29-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hdup.h.in.org 2004-04-28 18:49:58.000000000 +0200 -+++ src/hdup.h.in 2004-04-28 18:50:22.000000000 +0200 -@@ -23,7 +23,7 @@ - #define LZOP_PROG "@lzop@" - #define SPLIT_PROG "@split@" - #define UNSPLIT_PROG "@cat@" --#define ETCFILE "@prefix@/etc/hdup/hdup.conf" -+#define ETCFILE "@sysconfdir@/etc/hdup/hdup.conf" - #define REMOTE_HDUP "/usr/local/bin/hdup" - #define REMOTE_HDUP_OPT "" /* default is empty */ - #define FILELIST "/filelist" diff --git a/app-arch/hdup/hdup-1.6.29-r1.ebuild b/app-arch/hdup/hdup-1.6.29-r1.ebuild deleted file mode 100644 index 4d596d02730b..000000000000 --- a/app-arch/hdup/hdup-1.6.29-r1.ebuild +++ /dev/null @@ -1,52 +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.29-r1.ebuild,v 1.3 2004/06/24 21:31:36 agriffis Exp $ - -inherit eutils - -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" -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_unpack() { - unpack ${A} - cd ${S} - # see bug 49183 for details - epatch ${FILESDIR}/${P}-gentoo.patch -} - -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 TODO 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.29.ebuild b/app-arch/hdup/hdup-1.6.29.ebuild deleted file mode 100644 index bd86943d0c28..000000000000 --- a/app-arch/hdup/hdup-1.6.29.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.29.ebuild,v 1.2 2004/06/24 21:31:36 agriffis 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" -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 TODO 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.30.ebuild b/app-arch/hdup/hdup-1.6.30.ebuild deleted file mode 100644 index e4a2c817f08d..000000000000 --- a/app-arch/hdup/hdup-1.6.30.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.30.ebuild,v 1.2 2004/06/24 21:31:36 agriffis 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" -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.31.ebuild b/app-arch/hdup/hdup-1.6.31.ebuild deleted file mode 100644 index 4f1d03b57433..000000000000 --- a/app-arch/hdup/hdup-1.6.31.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.31.ebuild,v 1.3 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}/" -} |