diff options
author | 2006-06-04 13:37:00 +0000 | |
---|---|---|
committer | 2006-06-04 13:37:00 +0000 | |
commit | e5e4e2c446fb951accbfc4c0bea2263de33ab755 (patch) | |
tree | ff85d978bbb7bff632eeaa0b22d046a60df279d9 /sys-cluster/csync2 | |
parent | move app-mobilephone/obexfs to sys-fs/obexfs (diff) | |
download | historical-e5e4e2c446fb951accbfc4c0bea2263de33ab755.tar.gz historical-e5e4e2c446fb951accbfc4c0bea2263de33ab755.tar.bz2 historical-e5e4e2c446fb951accbfc4c0bea2263de33ab755.zip |
recommit right ebuild.
Package-Manager: portage-2203-svn
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r-- | sys-cluster/csync2/Manifest | 8 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.32.ebuild | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-cluster/csync2/Manifest b/sys-cluster/csync2/Manifest index 29410c39fbe3..bbc86abcdd69 100644 --- a/sys-cluster/csync2/Manifest +++ b/sys-cluster/csync2/Manifest @@ -2,14 +2,14 @@ Hash: SHA1 MD5 babbd53a32c17934c3425095f7a834a8 ChangeLog 2328 -MD5 834346c601931f85185c905e14df8986 csync2-1.32.ebuild 1994 +MD5 58624614ccc7948417caff194c4ecd9e csync2-1.32.ebuild 1958 MD5 8f6c0e3b7da5a8b1a5fd7730f6ae8bdd files/csync2.xinetd 388 MD5 6e7da398a741c7c58e088b026b71a37d files/digest-csync2-1.32 63 MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEgu4FgMUyd/cdjWsRArV0AKCEU8H8pIsre96R5pHEnsoDqvCsGACfUs4u -thzUm0bvwL6+26RPrcgVmMc= -=jEXn +iD8DBQFEgvEYgMUyd/cdjWsRAoCbAJ0dcDHzvVMLl/8diD827BjsyXfdRgCdFoMo +qfLu2XPH7jDzV89jPyg902E= +=O1oN -----END PGP SIGNATURE----- diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild index 6fe792d773a7..1c8e48d37e96 100644 --- a/sys-cluster/csync2/csync2-1.32.ebuild +++ b/sys-cluster/csync2/csync2-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.4 2006/06/04 13:23:50 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.5 2006/06/04 13:37:00 xmerlin Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -26,8 +26,6 @@ src_compile() { --sysconfdir=/etc/csync2 \ || die - econf --localstatedir=/var || die - emake || die } |