summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-07-22 12:36:53 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-07-22 12:36:53 +0000
commit06f5a09a06a2652ad5e31b305831ac77d7e53a0e (patch)
tree2603ab7f8e0af5f5d97dcd0c1be805b94c70b620 /app-backup
parentDrop old version, removing amd64 and x86 stable keywords. See bug #141312. (diff)
downloadgentoo-2-06f5a09a06a2652ad5e31b305831ac77d7e53a0e.tar.gz
gentoo-2-06f5a09a06a2652ad5e31b305831ac77d7e53a0e.tar.bz2
gentoo-2-06f5a09a06a2652ad5e31b305831ac77d7e53a0e.zip
Cleanup 1.6 ebuild, add 2.0 ebuild (fixes bug #75419).
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/hdup/ChangeLog11
-rw-r--r--app-backup/hdup/files/digest-hdup-1.6.372
-rw-r--r--app-backup/hdup/files/digest-hdup-2.0.143
-rw-r--r--app-backup/hdup/hdup-1.6.37.ebuild37
-rw-r--r--app-backup/hdup/hdup-2.0.14.ebuild45
-rw-r--r--app-backup/hdup/metadata.xml4
6 files changed, 79 insertions, 23 deletions
diff --git a/app-backup/hdup/ChangeLog b/app-backup/hdup/ChangeLog
index 14d6833e5794..041416634a6a 100644
--- a/app-backup/hdup/ChangeLog
+++ b/app-backup/hdup/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-backup/hdup
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.3 2005/11/29 06:50:37 chriswhite Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.4 2006/07/22 12:36:53 chtekk Exp $
+
+*hdup-2.0.14 (22 Jul 2006)
+
+ 22 Jul 2006; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+ hdup-1.6.37.ebuild, +hdup-2.0.14.ebuild:
+ Cleanup 1.6 ebuild, add 2.0 ebuild (fixes bug #75419).
+ Take over maintainance.
29 Nov 2005; Chris White <chriswhite@gentoo.org> hdup-1.6.37.ebuild:
In order to make bug #82822 obtain a RESOLVED status, I am marking this
diff --git a/app-backup/hdup/files/digest-hdup-1.6.37 b/app-backup/hdup/files/digest-hdup-1.6.37
index 798e22e8ed2b..1a82ac1f14db 100644
--- a/app-backup/hdup/files/digest-hdup-1.6.37
+++ b/app-backup/hdup/files/digest-hdup-1.6.37
@@ -1 +1,3 @@
MD5 76efd137cace904934e7e7aea60b9144 hdup-1.6.37.tar.gz 111441
+RMD160 718facedd7072ba215a7510f15e337ac803b8eae hdup-1.6.37.tar.gz 111441
+SHA256 567551d77642ad7681aa86b806c1ca6ae4f5bf44724c2487a24a6491e25538b4 hdup-1.6.37.tar.gz 111441
diff --git a/app-backup/hdup/files/digest-hdup-2.0.14 b/app-backup/hdup/files/digest-hdup-2.0.14
new file mode 100644
index 000000000000..9e8a04f8b914
--- /dev/null
+++ b/app-backup/hdup/files/digest-hdup-2.0.14
@@ -0,0 +1,3 @@
+MD5 7795ac9dd5a1ae40d330a54b6a6e91a3 hdup-2.0.14.tar.bz2 87803
+RMD160 010d996a60a03945f8c067a67d22c04f1c923620 hdup-2.0.14.tar.bz2 87803
+SHA256 6781ec53a739c0ae15129bbbb4674cad012501b30b6652ab54d0b300de677609 hdup-2.0.14.tar.bz2 87803
diff --git a/app-backup/hdup/hdup-1.6.37.ebuild b/app-backup/hdup/hdup-1.6.37.ebuild
index ce47038899e4..788d0a7e5e40 100644
--- a/app-backup/hdup/hdup-1.6.37.ebuild
+++ b/app-backup/hdup/hdup-1.6.37.ebuild
@@ -1,43 +1,42 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v 1.2 2005/11/29 06:50:37 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v 1.3 2006/07/22 12:36:53 chtekk Exp $
-DESCRIPTION="Hdup is backup program using tar,find,gzip/bzip2,mcrypt and ssh."
+KEYWORDS="~amd64 ~ppc x86"
+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"
+ sys-apps/findutils
+ app-arch/gzip
+ app-arch/bzip2
+ net-misc/openssh
+ sys-apps/coreutils"
+
+RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}16
+S="${WORKDIR}/${PN}16"
src_compile() {
- econf || die
- emake || die
+ econf || die "conf failed"
+ emake || die "make failed"
}
src_install() {
dodir /usr/sbin
- make prefix=${D}/usr mandir=${D}/usr/share/man sysconfdir=${D}/etc \
- install || die
+ make prefix="${D}/usr" mandir="${D}/usr/share/man" sysconfdir="${D}/etc" install || die "install failed"
dohtml doc/FAQ.html
- dodoc ChangeLog INSTALL Credits
+ dodoc ChangeLog Credits INSTALL
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}/"
+ einfo "Now edit your /etc/hdup/${PN}.conf to configure your backups."
+ einfo "You can also check included examples and contrib, see /usr/share/doc/${P}/."
}
diff --git a/app-backup/hdup/hdup-2.0.14.ebuild b/app-backup/hdup/hdup-2.0.14.ebuild
new file mode 100644
index 000000000000..b3224822172a
--- /dev/null
+++ b/app-backup/hdup/hdup-2.0.14.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.1 2006/07/22 12:36:53 chtekk Exp $
+
+KEYWORDS="~amd64 ~x86"
+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"
+IUSE="crypt"
+
+DEPEND="app-arch/tar
+ sys-apps/findutils
+ app-arch/gzip
+ app-arch/bzip2
+ net-misc/openssh
+ sys-apps/coreutils
+ crypt? ( app-crypt/mcrypt )"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ econf || die "conf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ dodir /usr/sbin
+ make DESTDIR="${D}" install || die "install failed"
+
+ dohtml doc/FAQ.html
+ dodoc ChangeLog Credits README
+
+ insinto /usr/share/${PN}/contrib/
+ doins contrib/*
+
+ insinto /usr/share/${PN}/examples/
+ doins examples/*
+}
+
+pkg_postinst() {
+ einfo "Now edit your /etc/hdup/${PN}.conf to configure your backups."
+ einfo "You can also check included examples and contrib, see /usr/share/${PN}/."
+}
diff --git a/app-backup/hdup/metadata.xml b/app-backup/hdup/metadata.xml
index ea303dc8c30d..c9a807a76004 100644
--- a/app-backup/hdup/metadata.xml
+++ b/app-backup/hdup/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
<maintainer>
- <email>mholzer@gentoo.org</email>
+ <email>chtekk@gentoo.org</email>
+ <name>Luca Longinotti</name>
</maintainer>
</pkgmetadata>