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 1Qa52i-0004eI-Hp for garchives@archives.gentoo.org; Fri, 24 Jun 2011 11:59:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC5871C010; Fri, 24 Jun 2011 11:59:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6ACB51C010 for ; Fri, 24 Jun 2011 11:59:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C293F1B4013 for ; Fri, 24 Jun 2011 11:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 25BBA8003E for ; Fri, 24 Jun 2011 11:59:08 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/krdc/, kde-base/kdnssd/, kde-base/krfb/, kde-base/kget/, ... X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.6.90.ebuild kde-base/kdnssd/kdnssd-4.6.90.ebuild kde-base/kget/kget-4.6.90.ebuild kde-base/kopete/kopete-4.6.90.ebuild kde-base/krdc/krdc-4.6.90.ebuild kde-base/krfb/krfb-4.6.90.ebuild X-VCS-Directories: kde-base/krdc/ kde-base/kdnssd/ kde-base/krfb/ kde-base/kget/ kde-base/kopete/ kde-base/kdenetwork-filesharing/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: d2a0def743109d9bcf7b55e19b6a41f449e0e440 Date: Fri, 24 Jun 2011 11:59:08 +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: c745522234d199ee25d21fd882d2f390 commit: d2a0def743109d9bcf7b55e19b6a41f449e0e440 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Fri Jun 24 11:46:03 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Fri Jun 24 11:51:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd2a0def7 [kdenetwork] Bump to 4.6.90 release now that we have the tarball. (Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key BB0E6E98) --- .../kdenetwork-filesharing-4.6.90.ebuild | 13 ++ kde-base/kdnssd/kdnssd-4.6.90.ebuild | 23 +++ kde-base/kget/kget-4.6.90.ebuild | 41 +++++ kde-base/kopete/kopete-4.6.90.ebuild | 164 ++++++++++++++= ++++++ kde-base/krdc/krdc-4.6.90.ebuild | 42 +++++ kde-base/krfb/krfb-4.6.90.ebuild | 20 +++ 6 files changed, 303 insertions(+), 0 deletions(-) diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.6.9= 0.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.6.90.= ebuild new file mode 100644 index 0000000..50d7758 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.6.90.ebuil= d @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMNAME=3D"kdenetwork" +KMMODULE=3D"filesharing" +inherit kde4-meta + +DESCRIPTION=3D"kcontrol filesharing config module for NFS, SMB etc" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug" diff --git a/kde-base/kdnssd/kdnssd-4.6.90.ebuild b/kde-base/kdnssd/kdnss= d-4.6.90.ebuild new file mode 100644 index 0000000..bcab399 --- /dev/null +++ b/kde-base/kdnssd/kdnssd-4.6.90.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMNAME=3D"kdenetwork" +inherit kde4-meta + +DESCRIPTION=3D"A DNSSD (DNS Service Discovery - part of Rendezvous) iosl= ave and kded module" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug zeroconf" + +DEPEND=3D" + zeroconf? ( $(add_kdebase_dep kdelibs zeroconf) ) +" +RDEPEND=3D"${DEPEND}" + +src_configure() { + mycmakeargs=3D(-DWITH_Xmms=3DOFF -DWITH_DNSSD=3DON) + + kde4-meta_src_configure +} diff --git a/kde-base/kget/kget-4.6.90.ebuild b/kde-base/kget/kget-4.6.90= .ebuild new file mode 100644 index 0000000..f5010e1 --- /dev/null +++ b/kde-base/kget/kget-4.6.90.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kdenetwork" +inherit kde4-meta + +DESCRIPTION=3D"An advanced download manager for KDE" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug bittorrent mms semantic-desktop sqlite webkit" + +RDEPEND=3D" + app-crypt/qca:2 + $(add_kdebase_dep kdelibs 'semantic-desktop=3D') + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkonq) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep solid) + bittorrent? ( >=3Dnet-libs/libktorrent-1.0.3 ) + mms? ( media-libs/libmms ) + sqlite? ( dev-db/sqlite:3 ) + webkit? ( >=3Dkde-misc/kwebkitpart-0.9.6 ) +" +DEPEND=3D"${RDEPEND} + dev-libs/boost +" + +src_configure() { + mycmakeargs=3D( + $(cmake-utils_use_with bittorrent KTorrent) + $(cmake-utils_use_with mms LibMms) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with sqlite) + $(cmake-utils_use_with webkit KWebKitPart) + ) + kde4-meta_src_configure +} diff --git a/kde-base/kopete/kopete-4.6.90.ebuild b/kde-base/kopete/kopet= e-4.6.90.ebuild new file mode 100644 index 0000000..a6b8ced --- /dev/null +++ b/kde-base/kopete/kopete-4.6.90.ebuild @@ -0,0 +1,164 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kdenetwork" +inherit kde4-meta + +DESCRIPTION=3D"KDE multi-protocol IM client" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug ssl v4l2" + +# tests hang, last checked for 4.2.96 +RESTRICT=3Dtest + +# Available plugins +# +# addbookmarks: NO DEPS +# alias: NO DEPS (disabled upstream) +# autoreplace: NO DEPS +# contactnotes: NO DEPS +# highlight: NO DEPS +# history: NO DEPS +# latex: virtual/latex as RDEPEND +# nowlistening: NO DEPS +# otr: libotr +# pipes: NO DEPS +# privacy: NO DEPS +# statistics: dev-db/sqlite:3 +# texteffect: NO DEPS +# translator: NO DEPS +# urlpicpreview: NO DEPS +# webpresence: libxml2 libxslt +# NOTE: By default we enable all plugins that don't have any dependencie= s +PLUGINS=3D"+addbookmarks +autoreplace +contactnotes +highlight +history = latex ++nowlistening otr +pipes +privacy +statistics +texteffect +translator ++urlpicpreview webpresence" + +# Available protocols +# +# gadu: net-libs/libgadu @since 4.3 +# groupwise: app-crypt/qca:2 +# irc: NO DEPS, probably will fail so inform user about it +# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK +# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM +# meanwhile: net-libs/meanwhile +# msn: libmsn =3D=3D this is wlm plugin, we disable msn one +# oscar: NO DEPS +# qq: NO DEPS +# telepathy: net-libs/decibel +# testbed: NO DEPS +# winpopup: NO DEPS (we're adding samba as RDEPEND so it works) +# yahoo: media-libs/jasper +# zeroconf (bonjour): NO DEPS +PROTOCOLS=3D"gadu groupwise jingle meanwhile msn oscar qq skype +sms testbed winpopup +xmpp yahoo zeroconf" + +# disabled protocols +# telepathy: net-libs/decibel +# irc: NO DEPS + +IUSE=3D"${IUSE} ${PLUGINS} ${PROTOCOLS}" + +COMMONDEPEND=3D" + dev-libs/libpcre + $(add_kdebase_dep kdepimlibs) + media-libs/qimageblitz + >=3Dx11-libs/qt-gui-4.4.0:4[mng] + !aqua? ( x11-libs/libXScrnSaver ) + gadu? ( >=3Dnet-libs/libgadu-1.8.0[threads] ) + groupwise? ( app-crypt/qca:2 ) + jingle? ( + >=3Dmedia-libs/mediastreamer-2.3.0 + media-libs/speex + net-libs/ortp + ) + meanwhile? ( net-libs/meanwhile ) + msn? ( >=3Dnet-libs/libmsn-4.1 ) + otr? ( >=3Dnet-libs/libotr-3.2.0 ) + statistics? ( dev-db/sqlite:3 ) + v4l2? ( media-libs/libv4l ) + webpresence? ( + dev-libs/libxml2 + dev-libs/libxslt + ) + xmpp? ( + app-crypt/qca:2 + net-dns/libidn + ) + yahoo? ( media-libs/jasper ) +" +RDEPEND=3D"${COMMONDEPEND} + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + sms? ( app-mobilephone/smssend ) + ssl? ( app-crypt/qca-ossl ) + winpopup? ( net-fs/samba ) +" +# telepathy? ( net-libs/decibel )" +DEPEND=3D"${COMMONDEPEND} + !aqua? ( x11-proto/scrnsaverproto ) +" + +src_prepare() { + sed -e "s:lib/mozilla:$(get_libdir)/mozilla:" \ + -i kopete/protocols/skype/skypebuttons/CMakeLists.txt || die "sed fail= ed" + + kde4-meta_src_prepare +} + +src_configure() { + local x x2 + # Handle common stuff + mycmakeargs=3D( + $(cmake-utils_use_with jingle GOOGLETALK) + $(cmake-utils_use_with jingle LiboRTP) + $(cmake-utils_use_with jingle Mediastreamer) + $(cmake-utils_use_with jingle Speex) + $(cmake-utils_use_disable v4l2 VIDEOSUPPORT) + ) + # enable protocols + for x in ${PROTOCOLS}; do + case ${x/+/} in + msn) x2=3DLibmsn ;; + zeroconf) x2=3Dbonjour ;; + xmpp) x2=3Djabber ;; + *) x2=3D'' ;; + esac + mycmakeargs+=3D($(cmake-utils_use_with ${x/+/} ${x2})) + done + + # enable plugins + for x in ${PLUGINS}; do + mycmakeargs+=3D($(cmake-utils_use_with ${x/+/})) + done + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + #if use telepathy; then + # elog "To use kopete telepathy plugins, you need to start gabble first= :" + # elog "GABBLE_PERSIST=3D1 telepathy-gabble &" + # elog "export TELEPATHY_DATA_PATH=3D'${EPREFIX}/usr/share/telepathy/ma= nagers/'" + #fi + + if ! use ssl; then + if use xmpp || use msn; then # || use irc; then + echo + elog "In order to use ssl in xmpp and msn you'll need to" + elog "install app-crypt/qca-ossl package." + echo + fi + fi +} diff --git a/kde-base/krdc/krdc-4.6.90.ebuild b/kde-base/krdc/krdc-4.6.90= .ebuild new file mode 100644 index 0000000..2d8f210 --- /dev/null +++ b/kde-base/krdc/krdc-4.6.90.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kdenetwork" +inherit kde4-meta + +DESCRIPTION=3D"KDE remote desktop connection (RDP and VNC) client" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug jpeg rdesktop vnc zeroconf" + +#nx? ( >=3Dnet-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.3.61 +#telepathy? ( >=3Dnet-libs/telepathy-qt4-0.18 ) not yet in portage/overl= ay + +DEPEND=3D" + jpeg? ( virtual/jpeg ) + vnc? ( >=3Dnet-libs/libvncserver-0.9 ) + zeroconf? ( + || ( + net-dns/avahi + net-misc/mDNSResponder + ) + ) +" +RDEPEND=3D"${DEPEND} + rdesktop? ( net-misc/rdesktop ) +" + +src_configure() { + mycmakeargs=3D( + -DWITH_TelepathyQt4=3DOFF + $(cmake-utils_use_with jpeg) + # $(cmake-utils_use_with telepathy TelepathyQt4) + $(cmake-utils_use_with vnc LibVNCServer) + $(cmake-utils_use_with zeroconf DNSSD) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/krfb/krfb-4.6.90.ebuild b/kde-base/krfb/krfb-4.6.90= .ebuild new file mode 100644 index 0000000..ca35184 --- /dev/null +++ b/kde-base/krfb/krfb-4.6.90.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kdenetwork" +inherit kde4-meta + +DESCRIPTION=3D"VNC-compatible server to share KDE desktops" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug" + +DEPEND=3D" + sys-libs/zlib + virtual/jpeg + !aqua? ( x11-libs/libXdamage ) +" +RDEPEND=3D"${DEPEND}"