From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKPD9-0004j0-Pg for garchives@archives.gentoo.org; Sun, 30 Oct 2011 06:49:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F5C821C024; Sun, 30 Oct 2011 06:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02C5F21C024 for ; Sun, 30 Oct 2011 06:49:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF121B4004 for ; Sun, 30 Oct 2011 06:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B813E80042 for ; Sun, 30 Oct 2011 06:49:30 +0000 (UTC) From: "Wim Muskee" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wim Muskee" Message-ID: <589709f5b95b9a70a0e2a517ce68533b56dd9ea9.wim@gentoo> Subject: [gentoo-commits] proj/ltsp:master commit in: sys-fs/ltspfs/ X-VCS-Repository: proj/ltsp X-VCS-Files: sys-fs/ltspfs/ltspfs-0.8.ebuild X-VCS-Directories: sys-fs/ltspfs/ X-VCS-Committer: wim X-VCS-Committer-Name: Wim Muskee X-VCS-Revision: 589709f5b95b9a70a0e2a517ce68533b56dd9ea9 Date: Sun, 30 Oct 2011 06:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8658a2db0681f3a6566666d0b37c2935 commit: 589709f5b95b9a70a0e2a517ce68533b56dd9ea9 Author: Wim Muskee gmail com> AuthorDate: Sun Oct 30 06:48:45 2011 +0000 Commit: Wim Muskee gmail com> CommitDate: Sun Oct 30 06:48:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ltsp.git;a=3D= commit;h=3D589709f5 ltspfs: Version bump to 1.0. --- sys-fs/ltspfs/ltspfs-0.8.ebuild | 42 ---------------------------------= ------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/sys-fs/ltspfs/ltspfs-0.8.ebuild b/sys-fs/ltspfs/ltspfs-0.8.e= build 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=3D"2" - -EBZR_REVISION=3D"149" -EBZR_REPO_URI=3D"http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltspfs-= trunk" - -inherit bzr autotools - -DESCRIPTION=3D"LTSP file system" -HOMEPAGE=3D"http://www.ltsp.org/" -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~sparc ~x86" -IUSE=3D"examples" -DEPEND=3D">=3Ddev-libs/glib-2.6" -RDEPEND=3D"${DEPEND} >=3Dsys-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=3D"${D}" install || die "einstall failed" - - dodoc AUTHORS - - if use examples; then - docinto examples - dodoc doc/examples/* - fi -}