diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-21 07:17:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-21 07:17:48 +0000 |
commit | 88dd29eb1e5bc218b9a966104c747629081fd875 (patch) | |
tree | 4cd70b5aa3119530aeb4e347a34582c4c36c3c20 /sys-cluster | |
parent | whitespace (diff) | |
download | gentoo-2-88dd29eb1e5bc218b9a966104c747629081fd875.tar.gz gentoo-2-88dd29eb1e5bc218b9a966104c747629081fd875.tar.bz2 gentoo-2-88dd29eb1e5bc218b9a966104c747629081fd875.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/csync2-1.32.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.33.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.34.ebuild | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild index 11caed21fcf6..f80dfaf85bab 100644 --- a/sys-cluster/csync2/csync2-1.32.ebuild +++ b/sys-cluster/csync2/csync2-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.10 2007/09/20 20:59:17 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.11 2007/09/21 07:17:48 mr_bones_ Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -29,7 +29,6 @@ src_compile() { emake || die "compile problem" } - src_install() { emake DESTDIR="${D}" \ localstatedir=/var \ @@ -45,7 +44,6 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO csync2_locheck.sh } - pkg_postinst() { echo einfo "After you setup your conf file, edit the xinetd" @@ -62,7 +60,6 @@ pkg_postinst() { echo } - pkg_config() { einfo "Updating ${ROOT}/etc/services" { grep -v ^${PN} "${ROOT}"/etc/services; diff --git a/sys-cluster/csync2/csync2-1.33.ebuild b/sys-cluster/csync2/csync2-1.33.ebuild index 750012f7db50..ed19d75c0c74 100644 --- a/sys-cluster/csync2/csync2-1.33.ebuild +++ b/sys-cluster/csync2/csync2-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild,v 1.3 2007/09/20 20:59:18 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild,v 1.4 2007/09/21 07:17:48 mr_bones_ Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -29,7 +29,6 @@ src_compile() { emake || die "compile problem" } - src_install() { emake DESTDIR="${D}" \ localstatedir=/var \ @@ -45,7 +44,6 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO csync2_locheck.sh } - pkg_postinst() { echo einfo "After you setup your conf file, edit the xinetd" @@ -62,7 +60,6 @@ pkg_postinst() { echo } - pkg_config() { einfo "Updating ${ROOT}/etc/services" { grep -v ^${PN} "${ROOT}"/etc/services; diff --git a/sys-cluster/csync2/csync2-1.34.ebuild b/sys-cluster/csync2/csync2-1.34.ebuild index f6067d481c6b..cb9464505821 100644 --- a/sys-cluster/csync2/csync2-1.34.ebuild +++ b/sys-cluster/csync2/csync2-1.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.2 2007/09/20 20:59:18 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.3 2007/09/21 07:17:48 mr_bones_ Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -29,7 +29,6 @@ src_compile() { emake || die "compile problem" } - src_install() { emake DESTDIR="${D}" \ localstatedir=/var \ @@ -45,7 +44,6 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO csync2_locheck.sh } - pkg_postinst() { echo einfo "After you setup your conf file, edit the xinetd" @@ -62,7 +60,6 @@ pkg_postinst() { echo } - pkg_config() { einfo "Updating ${ROOT}/etc/services" { grep -v ^${PN} "${ROOT}"/etc/services; |