summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-04-04 21:10:06 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-04-04 21:10:06 +0000
commit006ecc378aa389e6c06d31d0f8811384211c41fb (patch)
tree1f343dd001de356d081518a173cc863e790e62d7 /app-admin
parentVersion bump. (diff)
downloadgentoo-2-006ecc378aa389e6c06d31d0f8811384211c41fb.tar.gz
gentoo-2-006ecc378aa389e6c06d31d0f8811384211c41fb.tar.bz2
gentoo-2-006ecc378aa389e6c06d31d0f8811384211c41fb.zip
Version bump with minor upstream bug fixes
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/lsyncd/ChangeLog7
-rw-r--r--app-admin/lsyncd/lsyncd-2.0.4.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/app-admin/lsyncd/ChangeLog b/app-admin/lsyncd/ChangeLog
index 919e23b75ef1..57999a2c4977 100644
--- a/app-admin/lsyncd/ChangeLog
+++ b/app-admin/lsyncd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/lsyncd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.12 2011/04/04 21:04:30 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.13 2011/04/04 21:10:06 darkside Exp $
+
+*lsyncd-2.0.4 (04 Apr 2011)
+
+ 04 Apr 2011; Jeremy Olexa <darkside@gentoo.org> +lsyncd-2.0.4.ebuild:
+ Version bump with minor upstream bug fixes
04 Apr 2011; Jeremy Olexa <darkside@gentoo.org> -lsyncd-1.39.ebuild,
-lsyncd-2.0.0.ebuild, metadata.xml:
diff --git a/app-admin/lsyncd/lsyncd-2.0.4.ebuild b/app-admin/lsyncd/lsyncd-2.0.4.ebuild
new file mode 100644
index 000000000000..b6fb570dc319
--- /dev/null
+++ b/app-admin/lsyncd/lsyncd-2.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.0.4.ebuild,v 1.1 2011/04/04 21:10:06 darkside 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=""
+
+DEPEND="dev-lang/lua"
+RDEPEND="${DEPEND}
+ net-misc/rsync"
+
+src_configure() {
+ econf --with-runner="${EPREFIX}/usr/$(get_libdir)/${PN}"
+}