diff options
author | 2008-12-05 09:33:59 +0000 | |
---|---|---|
committer | 2008-12-05 09:33:59 +0000 | |
commit | b23d06ab9891f837336dd4367e1ae826da68f8b7 (patch) | |
tree | 15a0e8f98046eee95448e318c6b64936aceba6dd /net-misc/qtnx | |
parent | Add p.mask for nxcl/qtnx live ebuilds (diff) | |
download | nx-b23d06ab9891f837336dd4367e1ae826da68f8b7.tar.gz nx-b23d06ab9891f837336dd4367e1ae826da68f8b7.tar.bz2 nx-b23d06ab9891f837336dd4367e1ae826da68f8b7.zip |
Remove live ebuilds for qtnx, add x2goclient ebuild from bug #249600
svn path=/testing/; revision=204
Diffstat (limited to 'net-misc/qtnx')
-rw-r--r-- | net-misc/qtnx/Manifest | 1 | ||||
-rw-r--r-- | net-misc/qtnx/qtnx-9999.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/net-misc/qtnx/Manifest b/net-misc/qtnx/Manifest deleted file mode 100644 index 638d931..0000000 --- a/net-misc/qtnx/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD qtnx-9999.ebuild 689 RMD160 aa2d6f958aae30843a89b4a413d1aaf5b9ece9b4 SHA1 86428dffffcac770e650929e52a19b3238c31f7c SHA256 545f0c44edd6fd09617517f0b2cb72fc08dd3ff9d5bccef068476180b6cd888d diff --git a/net-misc/qtnx/qtnx-9999.ebuild b/net-misc/qtnx/qtnx-9999.ebuild deleted file mode 100644 index 5a50223..0000000 --- a/net-misc/qtnx/qtnx-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit qt4 subversion - -DESCRIPTION="A Qt-based NX client using nxcl" -HOMEPAGE="http://svn.berlios.de/wsvn/freenx/qtnx" - -ESVN_REPO_URI="svn://svn.berlios.de/freenx/trunk/freenx-client/qtnx" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-misc/nxcl" -RDEPEND="${DEPEND}" - -src_unpack() { - subversion_src_unpack - cd "${S}" - sed -i -e "s#id\.key#/usr/share/${PN}/id.key#" qtnxwindow.cpp || die "sed failed" -} -src_compile() { - eqmake4 - emake || die "Make failed" -} - -src_install() { - dobin ${PN} - dodoc README - - insinto /usr/share/${PN} - doins id.key -} |