diff options
author | 2012-05-02 18:00:28 +0200 | |
---|---|---|
committer | 2012-05-02 18:00:28 +0200 | |
commit | a5a938143741c5c608b249376a4e494dfbc76359 (patch) | |
tree | cc8e9199f81e27779ecd9f0f2731038400e4402d /net-misc/ldminfod/ldminfod-20120430.ebuild | |
parent | kicktoo: version bump to 0.4.2, daemon optional (diff) | |
download | ltsp-a5a938143741c5c608b249376a4e494dfbc76359.tar.gz ltsp-a5a938143741c5c608b249376a4e494dfbc76359.tar.bz2 ltsp-a5a938143741c5c608b249376a4e494dfbc76359.zip |
ldminfod: version bump to 20120430
Diffstat (limited to 'net-misc/ldminfod/ldminfod-20120430.ebuild')
-rw-r--r-- | net-misc/ldminfod/ldminfod-20120430.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/ldminfod/ldminfod-20120430.ebuild b/net-misc/ldminfod/ldminfod-20120430.ebuild new file mode 100644 index 0000000..3d71986 --- /dev/null +++ b/net-misc/ldminfod/ldminfod-20120430.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# revision 1434 on 2012-04-30 is the last ldminfod change in the ldm trunk +EBZR_REVISION="1434" +EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk" + +inherit bzr + +DESCRIPTION="LTSP Display Manager Daemon" +HOMEPAGE="http://www.ltsp.org/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" +DEPEND="" +RDEPEND="${DEPEND} sys-apps/xinetd" + +src_unpack() { + bzr_src_unpack +} + +src_install() { + dosbin ldminfod/ldminfod + + insinto /etc/xinetd.d + doins ldminfod/xinetd.d/* + + doman ldminfod/doc/ldminfod.8 +} |