summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-03-13 12:36:03 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-03-13 12:36:03 +0000
commitcf4bc5a886895a7e493317789a890f1ab80aeb82 (patch)
tree7a7fcef47c3987f4d2268b2aaca74ec5b0b07a84 /net-misc
parentCleanup (diff)
downloadgentoo-2-cf4bc5a886895a7e493317789a890f1ab80aeb82.tar.gz
gentoo-2-cf4bc5a886895a7e493317789a890f1ab80aeb82.tar.bz2
gentoo-2-cf4bc5a886895a7e493317789a890f1ab80aeb82.zip
Initial portage commit, from the NX overlay
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/x2goclient/ChangeLog12
-rw-r--r--net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch39
-rw-r--r--net-misc/x2goclient/metadata.xml6
-rw-r--r--net-misc/x2goclient/x2goclient-2.0.1.24.ebuild39
-rw-r--r--net-misc/x2goclient/x2goclient-2.99.3.ebuild39
5 files changed, 135 insertions, 0 deletions
diff --git a/net-misc/x2goclient/ChangeLog b/net-misc/x2goclient/ChangeLog
new file mode 100644
index 000000000000..eabc7545c991
--- /dev/null
+++ b/net-misc/x2goclient/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for net-misc/x2goclient
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.1 2009/03/13 12:36:03 voyageur Exp $
+
+*x2goclient-2.99.3 (13 Mar 2009)
+*x2goclient-2.0.1.24 (13 Mar 2009)
+
+ 13 Mar 2009; Bernard Cafarelli <voyageur@gentoo.org>
+ +files/x2goclient-2.0.1-noldap.patch, +metadata.xml,
+ +x2goclient-2.0.1.24.ebuild, +x2goclient-2.99.3.ebuild:
+ Initial portage commit, from the NX overlay
+
diff --git a/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch b/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch
new file mode 100644
index 000000000000..fb87922f7c46
--- /dev/null
+++ b/net-misc/x2goclient/files/x2goclient-2.0.1-noldap.patch
@@ -0,0 +1,39 @@
+diff -Naur x2goclient-2.0.1.orig/x2goclientconfig.h x2goclient-2.0.1/x2goclientconfig.h
+--- x2goclient-2.0.1.orig/x2goclientconfig.h 2008-12-11 19:56:03.000000000 +0100
++++ x2goclient-2.0.1/x2goclientconfig.h 2008-12-11 19:56:40.000000000 +0100
+@@ -10,13 +10,4 @@
+
+ //#define LOGFILE QDir::homePath()+"/x2goclient.log"
+
+-#if !defined WINDOWS
+-#define USELDAP
+-#endif
+-
+-
+-#if defined Q_WS_HILDON
+-#undef USELDAP
+-#endif
+-
+ #endif
+diff -Naur x2goclient-2.0.1.orig/x2goclient.pro x2goclient-2.0.1/x2goclient.pro
+--- x2goclient-2.0.1.orig/x2goclient.pro 2008-12-11 19:56:03.000000000 +0100
++++ x2goclient-2.0.1/x2goclient.pro 2008-12-11 19:56:23.000000000 +0100
+@@ -37,7 +37,6 @@
+ INCLUDEPATH += .
+ RESOURCES += resources.rcc
+ RC_FILE = x2goclient.rc
+-LIBS += -lldap
+ QT += svg network
+ ICON =icons/x2go-mac.icns
+ QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk
+diff -Naur x2goclient-2.0.1.orig/x2goclient.pro.default x2goclient-2.0.1/x2goclient.pro.default
+--- x2goclient-2.0.1.orig/x2goclient.pro.default 2008-12-11 19:56:03.000000000 +0100
++++ x2goclient-2.0.1/x2goclient.pro.default 2008-12-11 19:56:23.000000000 +0100
+@@ -37,7 +37,6 @@
+ INCLUDEPATH += .
+ RESOURCES += resources.rcc
+ RC_FILE = x2goclient.rc
+-LIBS += -lldap
+ QT += svg network
+ ICON =icons/x2go-mac.icns
+ QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk
diff --git a/net-misc/x2goclient/metadata.xml b/net-misc/x2goclient/metadata.xml
new file mode 100644
index 000000000000..f009de1b9d2d
--- /dev/null
+++ b/net-misc/x2goclient/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>nx</herd>
+ <longdescription>The X2Go Qt client</longdescription>
+</pkgmetadata>
diff --git a/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild b/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild
new file mode 100644
index 000000000000..a52b27b4605b
--- /dev/null
+++ b/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-2.0.1.24.ebuild,v 1.1 2009/03/13 12:36:03 voyageur Exp $
+
+EAPI="2"
+inherit qt4 versionator
+
+MAJOR_PV="$(get_version_component_range 1-3)"
+FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)"
+DESCRIPTION="The X2Go Qt client"
+HOMEPAGE="http://x2go.berlios.de"
+SRC_URI="http://x2go.obviously-nice.de/deb/pool-lenny/${PN}/${PN}_${FULL_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ldap"
+
+DEPEND="net-misc/nx
+ || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-svg:4 )
+ >=x11-libs/qt-4.3:4 )
+ ldap? ( net-nds/openldap )"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}-${MAJOR_PV}
+
+src_prepare() {
+ use ldap || epatch "${FILESDIR}"/${PN}-${MAJOR_PV}-noldap.patch
+}
+
+src_compile() {
+ eqmake4
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}
diff --git a/net-misc/x2goclient/x2goclient-2.99.3.ebuild b/net-misc/x2goclient/x2goclient-2.99.3.ebuild
new file mode 100644
index 000000000000..5e964bc707f7
--- /dev/null
+++ b/net-misc/x2goclient/x2goclient-2.99.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-2.99.3.ebuild,v 1.1 2009/03/13 12:36:03 voyageur Exp $
+
+EAPI="2"
+inherit qt4 versionator
+
+MAJOR_PV="$(get_version_component_range 1-2)"
+FULL_PV="${MAJOR_PV}-$(get_version_component_range 3)"
+DESCRIPTION="The X2Go Qt client"
+HOMEPAGE="http://x2go.berlios.de"
+SRC_URI="http://x2go.obviously-nice.de/deb/pool-lenny/${PN}/${PN}_${FULL_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ldap"
+
+DEPEND="net-misc/nx
+ || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-svg:4 )
+ >=x11-libs/qt-4.3:4 )
+ ldap? ( net-nds/openldap )"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}-${MAJOR_PV}
+
+src_prepare() {
+ use ldap || epatch "${FILESDIR}"/${PN}-2.0.1-noldap.patch
+}
+
+src_compile() {
+ eqmake4
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README
+}