delte nxcl
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1077 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
a7c9d7bfd8
commit
e48b30385c
@ -1,25 +0,0 @@
|
||||
# ChangeLog for net-misc/nxcl
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/ChangeLog,v 1.5 2008/06/05 15:20:04 pva Exp $
|
||||
|
||||
08 Dec 2008; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||
gcc 4.3 patch
|
||||
|
||||
05 Jun 2008; Peter Volkov <pva@gentoo.org> nxcl-0.9.ebuild:
|
||||
amd64 stable, bug #222967.
|
||||
|
||||
29 May 2008; Christian Faulhammer <opfer@gentoo.org> nxcl-0.9.ebuild:
|
||||
x86 stable, bug #222967
|
||||
|
||||
26 May 2008; Bernard Cafarelli <voyageur@gentoo.org> nxcl-0.9.ebuild:
|
||||
Needs nxssh, currently provided by net-misc/nxclient. Spotted by pva
|
||||
|
||||
13 May 2008; Bernard Cafarelli <voyageur@gentoo.org> nxcl-0.9.ebuild:
|
||||
Do not runtime-depend on doxygen, thanks flameeyes in bug #221683
|
||||
|
||||
*nxcl-0.9 (14 Mar 2008)
|
||||
|
||||
14 Mar 2008; Bernard Cafarelli <voyageur@gentoo.org> +metadata.xml,
|
||||
+nxcl-0.9.ebuild:
|
||||
Initial version, from NX overlay and bug #213208
|
||||
|
@ -1,5 +0,0 @@
|
||||
AUX gcc-4.3.diff 629 RMD160 44160439d618155158cdb11f3c3d6c4783e391b6 SHA1 408d0cec2efc8db2663a6ebfabe6c4200dd33060 SHA256 7b61ea8e03b9e3e6c2fb6d7edec653777e8eef7010d2e04e9c735eac7d91130e
|
||||
DIST freenx-client-0.9.tar.bz2 46240 RMD160 5877799311afaed8def94f167955171a08248e1f SHA1 cbe7f4d4c83e435d74192a07290a42cd42cb6242 SHA256 dfc6c8dd89c26171411d8f7fa92613004eb8947ff509459151fdb03de7fe9608
|
||||
EBUILD nxcl-0.9-r1.ebuild 879 RMD160 a981ea9d7563ca8368c22c9fd0bbcb93978ec814 SHA1 05a0367eb73601f58a18ce9064b7c13ed2f9ca26 SHA256 56398a39b72d74981d0fada94ae006359c8425dd07f8d683da5415b30861c7f5
|
||||
MISC ChangeLog 918 RMD160 c93e16fb47356d46bfaf8fb3991f469f6c825ad7 SHA1 63fc80e2c68e16cff8326bc1625f46aec7bdf409 SHA256 e9d8bd7a00eecd7c45d63eb7395fd13296840ea50f038726b740147c2897f695
|
||||
MISC metadata.xml 226 RMD160 2bf4dc2d1edc222d1b4e9cfeaeec76d2e882757e SHA1 f656d080d59f66b4d0e2a06d5569adfa4eaa83a8 SHA256 f1aea592384f54b7b5ff1da00f815a8a73344261227f36519694ab22f86c9433
|
@ -1,31 +0,0 @@
|
||||
--- nxcl/lib/notQt.cpp
|
||||
+++ nxcl/lib/notQt.cpp
|
||||
@@ -28,6 +28,7 @@ extern "C" {
|
||||
#include <sys/poll.h>
|
||||
#include <signal.h>
|
||||
}
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "../config.h"
|
||||
#include "notQt.h"
|
||||
--- nxcl/lib/nxclientlib.cpp
|
||||
+++ nxcl/lib/nxclientlib.cpp
|
||||
@@ -34,6 +34,8 @@ extern "C" {
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
}
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
|
||||
/*
|
||||
* On the location of nxproxy and nxssh binaries
|
||||
--- nxcl/nxcl/nxcl.cpp
|
||||
+++ nxcl/nxcl/nxcl.cpp
|
||||
@@ -30,6 +30,7 @@ extern "C" {
|
||||
#include <dbus/dbus.h>
|
||||
#include <X11/Xlib.h>
|
||||
}
|
||||
+#include <stdlib.h>
|
||||
|
||||
using namespace nxcl;
|
||||
using namespace std;
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>nx</herd>
|
||||
<longdescription>A library for building NX clients</longdescription>
|
||||
</pkgmetadata>
|
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/nxcl-0.9.ebuild,v 1.5 2008/06/05 15:20:04 pva Exp $
|
||||
|
||||
inherit autotools
|
||||
|
||||
MY_P="freenx-client-${PV}"
|
||||
DESCRIPTION="A library for building NX clients"
|
||||
HOMEPAGE="http://developer.berlios.de/projects/freenx/"
|
||||
SRC_URI="mirror://berlios/freenx/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="dbus doc"
|
||||
|
||||
RDEPEND="net-misc/nx
|
||||
net-misc/nxclient
|
||||
dbus? ( sys-apps/dbus )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )"
|
||||
S="${WORKDIR}/${MY_P}/${PN}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch ${FILESDIR}/gcc-4.3.diff
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf $(use_with doc doxygen) || die "configure failed"
|
||||
emake || die "make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "install failed"
|
||||
}
|
Loading…
Reference in New Issue
Block a user