diff options
author | 2004-01-31 20:04:54 +0000 | |
---|---|---|
committer | 2004-01-31 20:04:54 +0000 | |
commit | 8f3953d7bc1d8796b1e82cc3d212b851f3ea5012 (patch) | |
tree | 8150381b723e9b3b21797f1f5351641c90a7cce2 /net-misc/ltsp-core/ltsp-core-4.0.ebuild | |
parent | Moved -r5 and -r6 to stable on x86. (diff) | |
download | historical-8f3953d7bc1d8796b1e82cc3d212b851f3ea5012.tar.gz historical-8f3953d7bc1d8796b1e82cc3d212b851f3ea5012.tar.bz2 historical-8f3953d7bc1d8796b1e82cc3d212b851f3ea5012.zip |
added block on ltsp, see bug #39809, fixed depend
Diffstat (limited to 'net-misc/ltsp-core/ltsp-core-4.0.ebuild')
-rw-r--r-- | net-misc/ltsp-core/ltsp-core-4.0.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-misc/ltsp-core/ltsp-core-4.0.ebuild b/net-misc/ltsp-core/ltsp-core-4.0.ebuild index acc0aab6473c..8097ff171c15 100644 --- a/net-misc/ltsp-core/ltsp-core-4.0.ebuild +++ b/net-misc/ltsp-core/ltsp-core-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-core/ltsp-core-4.0.ebuild,v 1.1 2004/01/17 20:40:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-core/ltsp-core-4.0.ebuild,v 1.2 2004/01/31 20:04:54 lanius Exp $ IUSE="X debug" @@ -84,7 +84,8 @@ RDEPEND="X? ( x11-base/xfree ) net-fs/nfs-utils net-nds/portmap" -DEPEND="${RDEPEND}" +DEPEND="app-arch/tar + virtual/gzip" SLOT="0" LICENSE="GPL-2" @@ -92,6 +93,13 @@ KEYWORDS="~x86" S=${WORKDIR}/ltsp +pkg_setup() { + if `has_version net-misc/ltsp-core`; then + ewarn "Due to a portage bug you have to remove your old ltsp version before upgrading." + die + fi +} + src_unpack() { # nothing to unpack mkdir ltsp |