diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 17:47:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 17:47:59 +0000 |
commit | 654953497d6a2e5c39f4207f53f26ea28d2ae62b (patch) | |
tree | 6d1398afc253a6349b3304787c102d2d1123fa17 /app-admin/amanda | |
parent | added filesystem related apps to sys-fs from sys-apps (diff) | |
download | historical-654953497d6a2e5c39f4207f53f26ea28d2ae62b.tar.gz historical-654953497d6a2e5c39f4207f53f26ea28d2ae62b.tar.bz2 historical-654953497d6a2e5c39f4207f53f26ea28d2ae62b.zip |
xfs is now in sys-fs
Diffstat (limited to 'app-admin/amanda')
-rw-r--r-- | app-admin/amanda/Manifest | 16 | ||||
-rw-r--r-- | app-admin/amanda/amanda-2.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/amanda/amanda-2.4.4.ebuild | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-admin/amanda/Manifest b/app-admin/amanda/Manifest index 922831dd4bf3..3e6229754f15 100644 --- a/app-admin/amanda/Manifest +++ b/app-admin/amanda/Manifest @@ -1,14 +1,14 @@ +MD5 e85a09434cacf552ab7fe59e8aef96e0 amanda-2.4.4.ebuild 8373 +MD5 bc16f1d6a41199e01f502561d675638c amanda-2.4.4-r1.ebuild 11208 MD5 33b631fd89a91b024814ef964af6740f ChangeLog 1750 -MD5 f5e644595e1a60d7c982b2c2aa1521b6 amanda-2.4.4.ebuild 8376 -MD5 f74075c13aedd58a5cf1fe7f526d868e amanda-2.4.4-r1.ebuild 11211 -MD5 451df413de672ae539379c00fb9e62fc files/amanda-amandahosts 339 -MD5 a98390eb2ab16398b7332c42560c190f files/amanda-cron 419 MD5 b21569120561b1c58ad59e93ce6df732 files/amanda-devfs 216 -MD5 df9ef94534db143bd33ed833a7765bc6 files/amanda-profile 43 +MD5 fe28f64731a2dbf85f76b6f38942e032 files/example_disklist 55 +MD5 a98390eb2ab16398b7332c42560c190f files/amanda-cron 419 MD5 3f55a95767207ed6c8fa0a14ec2a27b3 files/amanda-xinetd 1502 -MD5 7e5571de2054c56f477b5522246a834e files/digest-amanda-2.4.4 65 +MD5 df9ef94534db143bd33ed833a7765bc6 files/amanda-profile 43 MD5 7e3ebbf89155432d9ee2e0ede8d4d8d6 files/example_amanda.conf 635 -MD5 fe28f64731a2dbf85f76b6f38942e032 files/example_disklist 55 +MD5 451df413de672ae539379c00fb9e62fc files/amanda-amandahosts 339 +MD5 7e5571de2054c56f477b5522246a834e files/digest-amanda-2.4.4 65 +MD5 7e5571de2054c56f477b5522246a834e files/digest-amanda-2.4.4-r1 65 MD5 95a109a0edbf12da91dbabf7977a97f7 files/example_global.conf 1377 MD5 ef2e4c8797076d9733b31a860fda8582 files/amanda-inetd.amanda.sample 194 -MD5 7e5571de2054c56f477b5522246a834e files/digest-amanda-2.4.4-r1 65 diff --git a/app-admin/amanda/amanda-2.4.4-r1.ebuild b/app-admin/amanda/amanda-2.4.4-r1.ebuild index ef1505c54271..249920a8d16c 100644 --- a/app-admin/amanda/amanda-2.4.4-r1.ebuild +++ b/app-admin/amanda/amanda-2.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4-r1.ebuild,v 1.5 2003/09/04 05:20:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4-r1.ebuild,v 1.6 2003/09/15 17:47:58 seemant Exp $ inherit eutils @@ -27,7 +27,7 @@ DEPEND="sys-libs/readline samba? ( net-fs/samba ) berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) - xfs? ( sys-apps/xfsdump )" + xfs? ( sys-fs/xfsdump )" IUSE="pic debug gdbm berkdb samba xfs" diff --git a/app-admin/amanda/amanda-2.4.4.ebuild b/app-admin/amanda/amanda-2.4.4.ebuild index bbbb4554d316..1f167e467bc6 100644 --- a/app-admin/amanda/amanda-2.4.4.ebuild +++ b/app-admin/amanda/amanda-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4.ebuild,v 1.5 2003/09/04 05:20:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4.ebuild,v 1.6 2003/09/15 17:47:58 seemant Exp $ inherit eutils DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver" @@ -26,7 +26,7 @@ DEPEND="sys-libs/readline samba? ( net-fs/samba ) berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) - xfs? ( sys-apps/xfsdump )" + xfs? ( sys-fs/xfsdump )" IUSE="pic debug gdbm berkdb samba xfs" |