summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2011-10-30 07:48:45 +0100
committerWim Muskee <wimmuskee@gmail.com>2011-10-30 07:48:45 +0100
commit589709f5b95b9a70a0e2a517ce68533b56dd9ea9 (patch)
tree5d48d17a0ff06f45835c0d6fbe3abea0e7f2415d /sys-fs
parentltsp-docs: Version bump to 20111017. (diff)
downloadltsp-589709f5b95b9a70a0e2a517ce68533b56dd9ea9.tar.gz
ltsp-589709f5b95b9a70a0e2a517ce68533b56dd9ea9.tar.bz2
ltsp-589709f5b95b9a70a0e2a517ce68533b56dd9ea9.zip
ltspfs: Version bump to 1.0.
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ltspfs/ltspfs-0.8.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-fs/ltspfs/ltspfs-0.8.ebuild b/sys-fs/ltspfs/ltspfs-0.8.ebuild
deleted file mode 100644
index cfad14d..0000000
--- a/sys-fs/ltspfs/ltspfs-0.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-EBZR_REVISION="149"
-EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltspfs-trunk"
-
-inherit bzr autotools
-
-DESCRIPTION="LTSP file system"
-HOMEPAGE="http://www.ltsp.org/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="examples"
-DEPEND=">=dev-libs/glib-2.6"
-RDEPEND="${DEPEND} >=sys-fs/fuse-2.7.2
- x11-libs/libX11"
-
-src_unpack() {
- bzr_src_unpack
- # FIXME: do we want to use bzr to generate a ChangeLog?
- # Create empty ChangeLog to please autoreconf
- touch ChangeLog
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "einstall failed"
-
- dodoc AUTHORS
-
- if use examples; then
- docinto examples
- dodoc doc/examples/*
- fi
-}