diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 01:11:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 01:11:33 +0000 |
commit | ca2128f56a3a50d15ea9802affa5a7a2a9b08dc7 (patch) | |
tree | e53504b71bfd61fe80c782937455031415efcf61 /app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild | |
parent | better stop() function (Manifest recommit) (diff) | |
download | gentoo-2-ca2128f56a3a50d15ea9802affa5a7a2a9b08dc7.tar.gz gentoo-2-ca2128f56a3a50d15ea9802affa5a7a2a9b08dc7.tar.bz2 gentoo-2-ca2128f56a3a50d15ea9802affa5a7a2a9b08dc7.zip |
Dont install init.d script anymore #59599 by Bjarke Istrup Pedersen.
Diffstat (limited to 'app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild index 642b89e93299..fdc022cd6416 100644 --- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild +++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild @@ -1,18 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild,v 1.2 2004/09/04 17:46:04 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild,v 1.3 2004/10/21 01:11:33 vapier Exp $ -IUSE="" -S=${WORKDIR}/gentoo-rsync-mirror-${PV} DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 alpha ppc sparc x86" +IUSE="" DEPEND="virtual/libc" RDEPEND="net-misc/rsync dev-lang/perl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha amd64" + +S=${WORKDIR}/gentoo-rsync-mirror-${PV} src_install() { dodir /opt/gentoo-rsync @@ -23,8 +26,6 @@ src_install() { doins ${FILESDIR}/rsyncd.motd doins ${FILESDIR}/gentoo-mirror.conf dodir /opt/gentoo-rsync/portage - exeinto /etc/init.d - newexe ${FILESDIR}/rsyncd.init rsyncd } pkg_postinst() { @@ -50,4 +51,3 @@ pkg_postinst() { einfo einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml" } - |