Gentoo Archives: gentoo-commits

From: Wim Muskee <wimmuskee@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ltsp:master commit in: sys-fs/ltspfs/
Date: Sun, 30 Oct 2011 06:49:40
Message-Id: 589709f5b95b9a70a0e2a517ce68533b56dd9ea9.wim@gentoo
1 commit: 589709f5b95b9a70a0e2a517ce68533b56dd9ea9
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 30 06:48:45 2011 +0000
4 Commit: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 30 06:48:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=589709f5
7
8 ltspfs: Version bump to 1.0.
9
10 ---
11 sys-fs/ltspfs/ltspfs-0.8.ebuild | 42 ---------------------------------------
12 1 files changed, 0 insertions(+), 42 deletions(-)
13
14 diff --git a/sys-fs/ltspfs/ltspfs-0.8.ebuild b/sys-fs/ltspfs/ltspfs-0.8.ebuild
15 deleted file mode 100644
16 index cfad14d..0000000
17 --- a/sys-fs/ltspfs/ltspfs-0.8.ebuild
18 +++ /dev/null
19 @@ -1,42 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -EAPI="2"
25 -
26 -EBZR_REVISION="149"
27 -EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltspfs-trunk"
28 -
29 -inherit bzr autotools
30 -
31 -DESCRIPTION="LTSP file system"
32 -HOMEPAGE="http://www.ltsp.org/"
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~sparc ~x86"
36 -IUSE="examples"
37 -DEPEND=">=dev-libs/glib-2.6"
38 -RDEPEND="${DEPEND} >=sys-fs/fuse-2.7.2
39 - x11-libs/libX11"
40 -
41 -src_unpack() {
42 - bzr_src_unpack
43 - # FIXME: do we want to use bzr to generate a ChangeLog?
44 - # Create empty ChangeLog to please autoreconf
45 - touch ChangeLog
46 -}
47 -
48 -src_prepare() {
49 - eautoreconf
50 -}
51 -
52 -src_install() {
53 - emake DESTDIR="${D}" install || die "einstall failed"
54 -
55 - dodoc AUTHORS
56 -
57 - if use examples; then
58 - docinto examples
59 - dodoc doc/examples/*
60 - fi
61 -}