diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-26 09:49:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-26 09:49:50 +0000 |
commit | 10db75ae20465dc2e057f3defd49e739c8b4e19d (patch) | |
tree | 1ec97cd4ab2118639163c769a8dbb496a5185dec /app-admin | |
parent | Version bump. (diff) | |
download | gentoo-2-10db75ae20465dc2e057f3defd49e739c8b4e19d.tar.gz gentoo-2-10db75ae20465dc2e057f3defd49e739c8b4e19d.tar.bz2 gentoo-2-10db75ae20465dc2e057f3defd49e739c8b4e19d.zip |
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/lsyncd/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.1.4.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-admin/lsyncd/ChangeLog b/app-admin/lsyncd/ChangeLog index 95d041c9ea66..1abbda1ffe11 100644 --- a/app-admin/lsyncd/ChangeLog +++ b/app-admin/lsyncd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/lsyncd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.25 2012/11/26 03:05:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.26 2012/11/26 09:49:50 radhermit Exp $ + +*lsyncd-2.1.4 (26 Nov 2012) + + 26 Nov 2012; Tim Harder <radhermit@gentoo.org> +lsyncd-2.1.4.ebuild: + Version bump. 26 Nov 2012; Patrick Lauer <patrick@gentoo.org> lsyncd-2.1.3.ebuild: Adding missing asciidoc build dep diff --git a/app-admin/lsyncd/lsyncd-2.1.4.ebuild b/app-admin/lsyncd/lsyncd-2.1.4.ebuild new file mode 100644 index 000000000000..d056c2f54d89 --- /dev/null +++ b/app-admin/lsyncd/lsyncd-2.1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.4.ebuild,v 1.1 2012/11/26 09:49:50 radhermit Exp $ + +EAPI=5 + +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="" + +CDEPEND=">=dev-lang/lua-5.1" +DEPEND="${CDEPEND} + app-text/asciidoc" +RDEPEND="${CDEPEND} + net-misc/rsync" + +src_configure() { + econf --docdir="${EPREFIX}"/usr/share/doc/${P} +} |