diff options
Diffstat (limited to 'app-admin/lsyncd/lsyncd-2.0.0.ebuild')
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.0.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-admin/lsyncd/lsyncd-2.0.0.ebuild b/app-admin/lsyncd/lsyncd-2.0.0.ebuild deleted file mode 100644 index eaf15fe54112..000000000000 --- a/app-admin/lsyncd/lsyncd-2.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.0.0.ebuild,v 1.1 2010/12/19 08:14:04 jlec Exp $ - -EAPI=2 - -inherit base - -DESCRIPTION="Live Syncing (Mirror) Daemon" -HOMEPAGE="http://code.google.com/p/lsyncd/" -SRC_URI="http://lsyncd.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="xml" - -DEPEND="dev-lang/lua" -RDEPEND="${DEPEND} - net-misc/rsync" - -src_configure() { - econf --with-runner="${EPREFIX}/usr/$(get_libdir)/${PN}" -} |