diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-10-30 22:32:46 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-10-30 22:32:46 +0000 |
commit | 08a5f6943ea2d8c2c39f673ac033e5c4c7b5de87 (patch) | |
tree | e65d56fa3ce8b244508df5a2fa9b3047c63924ef | |
parent | Version bumped. Closes 66389 (Manifest recommit) (diff) | |
download | gentoo-2-08a5f6943ea2d8c2c39f673ac033e5c4c7b5de87.tar.gz gentoo-2-08a5f6943ea2d8c2c39f673ac033e5c4c7b5de87.tar.bz2 gentoo-2-08a5f6943ea2d8c2c39f673ac033e5c4c7b5de87.zip |
cleanup
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.35 | 1 | ||||
-rw-r--r-- | app-arch/hdup/files/digest-hdup-1.6.36 | 1 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.35.ebuild | 43 | ||||
-rw-r--r-- | app-arch/hdup/hdup-1.6.36.ebuild | 43 |
4 files changed, 0 insertions, 88 deletions
diff --git a/app-arch/hdup/files/digest-hdup-1.6.35 b/app-arch/hdup/files/digest-hdup-1.6.35 deleted file mode 100644 index 7ca151294c52..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 48eb6e6818c4f45825e4de5a4fd3ca24 hdup-1.6.35.tar.gz 104182 diff --git a/app-arch/hdup/files/digest-hdup-1.6.36 b/app-arch/hdup/files/digest-hdup-1.6.36 deleted file mode 100644 index d19060691f48..000000000000 --- a/app-arch/hdup/files/digest-hdup-1.6.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 66ba619fae4ad4ea562967d2a3c5003d hdup-1.6.36.tar.gz 111112 diff --git a/app-arch/hdup/hdup-1.6.35.ebuild b/app-arch/hdup/hdup-1.6.35.ebuild deleted file mode 100644 index 76a65d4e6eeb..000000000000 --- a/app-arch/hdup/hdup-1.6.35.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.35.ebuild,v 1.1 2004/09/10 14:59:20 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.36.ebuild b/app-arch/hdup/hdup-1.6.36.ebuild deleted file mode 100644 index 43c744bd0ca8..000000000000 --- a/app-arch/hdup/hdup-1.6.36.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.36.ebuild,v 1.1 2004/10/23 16:01:32 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}/" -} |