diff options
author | Eduard Warkentin <eduard.warkentin@gmx.de> | 2007-01-25 01:01:11 +0000 |
---|---|---|
committer | Eduard Warkentin <eduard.warkentin@gmx.de> | 2007-01-25 01:01:11 +0000 |
commit | c2f6278fa1e4d0ad182c9f6dc2e5d81204933565 (patch) | |
tree | 0682bf3e7190681ecaec6a757c69f0ef9437d7db /app-backup/darbackup | |
parent | Remove old entries of exaile (diff) | |
download | sunrise-c2f6278fa1e4d0ad182c9f6dc2e5d81204933565.tar.gz sunrise-c2f6278fa1e4d0ad182c9f6dc2e5d81204933565.tar.bz2 sunrise-c2f6278fa1e4d0ad182c9f6dc2e5d81204933565.zip |
added several darbackup ebuilds
svn path=/sunrise/; revision=2852
Diffstat (limited to 'app-backup/darbackup')
-rw-r--r-- | app-backup/darbackup/darbackup-0.7-r1.ebuild | 18 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.11-svn383.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.12.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.13-svn388.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.13-svn392.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.13-svn394.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.13.ebuild | 31 | ||||
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.8.ebuild | 31 |
8 files changed, 226 insertions, 9 deletions
diff --git a/app-backup/darbackup/darbackup-0.7-r1.ebuild b/app-backup/darbackup/darbackup-0.7-r1.ebuild index 570242a81..b7a6c1844 100644 --- a/app-backup/darbackup/darbackup-0.7-r1.ebuild +++ b/app-backup/darbackup/darbackup-0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,17 +14,17 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" RDEPEND=">=app-backup/dar-2.2.6 - || ( dev-util/bdelta dev-util/xdelta ) - net-misc/openssh" -DEPEND="" + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" src_install() { - dobin darbackup - doman darbackup.1 + dobin darbackup + doman darbackup.1 } pkg_setup() { - if ! built_with_use app-backup/dar dar32 && ! built_with_use app-backup/dar dar64; then - die 'You must have dar32 or dar64 useflags enabled.' - fi + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags enabled.' + fi } diff --git a/app-backup/darbackup/darbackup-0.7.11-svn383.ebuild b/app-backup/darbackup/darbackup-0.7.11-svn383.ebuild new file mode 100644 index 000000000..cc1e19137 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.11-svn383.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.11-svn383" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.12.ebuild b/app-backup/darbackup/darbackup-0.7.12.ebuild new file mode 100644 index 000000000..5b46e97f8 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.12" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.13-svn388.ebuild b/app-backup/darbackup/darbackup-0.7.13-svn388.ebuild new file mode 100644 index 000000000..4fd5b9850 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.13-svn388.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.13-svn388" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild b/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild new file mode 100644 index 000000000..ef93c2c9c --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.13-svn392" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.13-svn394.ebuild b/app-backup/darbackup/darbackup-0.7.13-svn394.ebuild new file mode 100644 index 000000000..bcd40acc9 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.13-svn394.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.13-svn394" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.13.ebuild b/app-backup/darbackup/darbackup-0.7.13.ebuild new file mode 100644 index 000000000..6663abf68 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.13.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.13" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} diff --git a/app-backup/darbackup/darbackup-0.7.8.ebuild b/app-backup/darbackup/darbackup-0.7.8.ebuild new file mode 100644 index 000000000..2e42d48be --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.8" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} |