Sync with portage [Fri Apr 22 20:07:18 MSK 2016].

mhiretskiy 307
root 8 years ago
parent 3923e9e5f3
commit 048844a99b

@ -0,0 +1 @@
DIST lastpass-binary-component-4.1.2.tar.bz2 1623477 SHA256 adb0e91f8d212d34dbb85db0b11738fe36db1a741ad5674d7070c4019a9fc75e SHA512 6fd518fa19f7206a1007376460c61e5a5c8d868126a767b3978309f0cc7ccd069e743cb12364e6841d8d3cb29452d058122b95f42bcfd2bd4deb4b8c77dc5f75 WHIRLPOOL c50bde0ee3f82abe56803beb2bda09786f7806b5e480eb8401fe0302ee984465f2682af66243095f3ea83744d59d6d3548806c423b69a8603abed9fc3ba3d00c

@ -0,0 +1,74 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Binary component required by the LastPass Password Manager browser extension"
HOMEPAGE="https://helpdesk.lastpass.com/downloading-and-installing/#h5"
# sadly, upstream has no versioned distfiles
SRC_URI="https://lastpass.com/lplinux.tar.bz2 -> ${P}.tar.bz2"
LICENSE="LastPass"
SLOT="0"
KEYWORDS="-* ~x86 ~amd64"
RESTRICT="strip mirror" # We can't mirror it, but we can fetch it
RDEPEND="
!!app-admin/lastpass
"
LASTPASS_EXEDIR=/opt/lastpass/
QA_PREBUILT="
${LASTPASS_EXEDIR}nplastpass*
"
S="${WORKDIR}/lplinux"
src_install() {
# This is based on the upstream installer script that's in the tarball
bin=nplastpass
use amd64 && bin="${bin}64"
exeinto ${LASTPASS_EXEDIR}
doexe "${S}"/${bin}
cat >"${T}"/lastpass_policy.json <<-EOF || die
{
"ExtensionInstallSources": [
"https://lastpass.com/*",
"https://*.lastpass.com/*",
"https://d1jxck0p3rkj0.cloudfront.net/lastpass/*"
]
}
EOF
cat >"${T}"/com.lastpass.nplastpass.json <<-EOF || die
{
"name": "com.lastpass.nplastpass",
"description": "LastPass",
"path": "${LASTPASS_EXEDIR}${bin}",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/",
"chrome-extension://debgaelkhoipmbjnhpoblmbacnmmgbeg/",
"chrome-extension://hnjalnkldgigidggphhmacmimbdlafdo/",
"chrome-extension://hgnkdfamjgnljokmokheijphenjjhkjc/"
]
}
EOF
for d in /etc/chromium /etc/opt/chrome; do
insinto ${d}/policies/managed
doins "${T}"/lastpass_policy.json
insinto ${d}/native-messaging-hosts
doins "${T}"/com.lastpass.nplastpass.json
done
}
pkg_postinst() {
einfo "This package only installs the components required by the browser extension."
einfo "Visit the links below for your browser to install the extension itself:"
einfo "Chrome/Chromium: https://lastpass.com/dl/inline/?full=1"
einfo "Opera: https://lastpass.com/dl/"
}

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gokturk@binghamton.edu</email>
<name>Göktürk Yüksek</name>
</maintainer>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<longdescription lang="en">
The binary features for Lastpass include faster encryption/decryption,
clipboard integration, smart card authentication and more for
<pkg>www-client/google-chrome</pkg>, <pkg>www-client/chromium</pkg>,
and <pkg>www-client/opera</pkg> web browsers. For
<pkg>www-client/firefox</pkg> this package is not required as the
extension bundles the binary components already.
</longdescription>
</pkgmetadata>

@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -24,6 +24,7 @@ RESTRICT="strip mirror" # We can't mirror it, but we can fetch it
DEPEND="app-arch/unzip"
RDEPEND="
!!app-admin/lastpass-binary-component
chrome? ( || (
www-client/google-chrome
www-client/google-chrome-beta

@ -1 +1,2 @@
DIST skyldav-0.5.tar.gz 105274 SHA256 308b7a15b920a33c2c381aeb607db5bece9560e0a85e3e65c2df0d153413f4cc SHA512 24b9e3805574a2498b1e250cde790d6263f6f751546ad906303099bad5e722430568b1081764843a3c52f38730e8f26132f32058bea33c18f19673ac9147c323 WHIRLPOOL 77e77c25eaf3d0d3add4e1b03366c75dd1acdf8152d2987af61418a4793b1b0873cd0088e2bfd00c9864316e3b6e068c4bc96bc064cfec706a1b1b0c318d3aa1
DIST skyldav-0.6.tar.gz 105783 SHA256 a8820960a5296c23974dc59acf021c387678f392b295b4de70d134147753cca5 SHA512 3dcc6be287bfc7115cc360df97677fa12db5974d4917e476f37ad72097a6c2f224c3f57f84430591760c231ff02f277b908002a0b2bad250e971571f663d51c1 WHIRLPOOL 9cc38dc603ef46b12b6f14af2e58e20b44497afa47410d929187ecbc8ace15cd500d35fc7f35c68abd6d9587a6c83d355e32956455b120ab33b7bbd0800fe97c

@ -0,0 +1,21 @@
diff -urN skyldav-0.6.orig/examples/etc/skyldav.conf skyldav-0.6/examples/etc/skyldav.conf
--- skyldav-0.6.orig/examples/etc/skyldav.conf 2016-04-13 00:55:28.000000000 +0200
+++ skyldav-0.6/examples/etc/skyldav.conf 2016-04-22 10:18:56.631146410 +0200
@@ -22,6 +22,9 @@
# Directories that shall not be scanned (including subdirectories)
# EXCLUDE_PATH = /var/noscan, /opt/noscan
+#
+# Exclude various portage directories for performance reasons
+EXCLUDE_PATH = /usr/portage, /var/cache/edb, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs, /var/log/portage
# File systems that are local, virus scan results may be cached.
# LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat
@@ -31,6 +34,7 @@
# File systems that shall not be marked for virus scan.
# Cifs uses a background daemon which causes problems when scanned.
# Exclusion of fuse file systems is hard coded.
+# Do not exclude devtmpfs and configfs, as userspace could write malware onto them!
# NOMARK_FS = proc, sysfs
NOMARK_FS = proc, sysfs, devpts, debugfs, securityfs, cgroup, rpc_pipefs
NOMARK_FS = mqueue, autofs, cifs

@ -0,0 +1,11 @@
diff -urN skyldav-0.6.orig/Makefile.am skyldav-0.6/Makefile.am
--- skyldav-0.6.orig/Makefile.am 2016-04-13 00:55:28.000000000 +0200
+++ skyldav-0.6/Makefile.am 2016-04-22 10:19:55.730771296 +0200
@@ -9,7 +9,6 @@
rm -rf doc/doxygen
install-data-local: \
- install-skyldav-examples \
install-skyldav-conf \
install-skyldavnotify-desktop

@ -0,0 +1,108 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit flag-o-matic linux-info linux-mod autotools-utils readme.gentoo-r1 systemd
DESCRIPTION="Skyld AV: on-access scanning daemon for ClamAV using fanotify"
HOMEPAGE="http://xypron.github.io/skyldav/"
## github release tarball
MY_PV=${PV/_rc/rc}
MY_P="${PN}-${MY_PV}"
SRC_URI="https://github.com/xypron/skyldav/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
## selfmade tarball
#MY_PVR=${PVR/_rc/rc}
#MY_P="${PN}-${MY_PVR}"
#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz"
## github commit tarball
#MY_GIT_COMMIT="49bdb5e710b5a77c38ceb87da6015afb7009f1f9"
#MY_P="xypron-${PN}-${MY_GIT_COMMIT:0:7}"
#SRC_URI="https://github.com/xypron/${PN}/tarball/${MY_GIT_COMMIT} -> ${PF}.tar.gz"
S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="Apache-2.0"
IUSE="libnotify systemd"
RDEPEND=">=app-antivirus/clamav-0.97.8
sys-apps/util-linux
sys-libs/libcap
libnotify? (
media-libs/libcanberra[gtk]
x11-libs/libnotify
x11-libs/gtk+:2
)"
DEPEND="${RDEPEND}
sys-devel/autoconf-archive"
## autotools-utils.eclass settings
AUTOTOOLS_AUTORECONF="1"
AUTOTOOLS_IN_SOURCE_BUILD="1"
DOCS=( AUTHORS NEWS README )
PATCHES=(
"${FILESDIR}/${P}-examples.patch"
"${FILESDIR}/${P}-conf.patch"
)
pkg_setup() {
linux-info_pkg_setup
kernel_is ge 3 8 0 || die "Linux 3.8.0 or newer recommended"
CONFIG_CHECK="FANOTIFY FANOTIFY_ACCESS_PERMISSIONS"
check_extra_config
## define contents for README.gentoo
if use systemd; then
DOC_CONTENTS='Skyld AV provides a systemd service.'$'\n'
DOC_CONTENTS+='Please edit the systemd service config file to match your needs:'$'\n'
DOC_CONTENTS+='/etc/systemd/system/skyldav.service.d/00gentoo.conf'$'\n'
DOC_CONTENTS+='# systemctl daemon-reload'$'\n'
DOC_CONTENTS+='# systemctl restart skyldav.service'$'\n'
DOC_CONTENTS+='Example for enabling the Skyld AV service:'$'\n'
DOC_CONTENTS+='# systemctl enable skyldav.service'$'\n'
else
DOC_CONTENTS='Skyld AV provides an init script for OpenRC.'$'\n'
DOC_CONTENTS+='Please edit the init script config file to match your needs:'$'\n'
DOC_CONTENTS+='/etc/conf.d/skyldav'$'\n'
DOC_CONTENTS+='Example for enabling the Skyld AV init script:'$'\n'
DOC_CONTENTS+='# rc-update add skyldav default'$'\n'
fi
}
src_configure() {
local myeconfargs=(
$(use_with libnotify notification)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
## install systemd service or OpenRC init scripts
if use systemd; then
systemd_newunit "${FILESDIR}/skyldav.service-r1" skyldav.service
systemd_install_serviced "${FILESDIR}"/skyldav.service.conf
systemd_newtmpfilesd "${FILESDIR}"/skyldav.tmpfilesd skyldav.conf
else
newinitd "${FILESDIR}/${PN}.initd" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}
fi
## create README.gentoo from ${DOC_CONTENTS}
DISABLE_AUTOFORMATTING=1 readme.gentoo_create_doc
}
pkg_postinst() {
## workaround for /usr/lib/tmpfiles.d/skyldav.conf
## not getting processed until the next reboot
if use systemd; then
install -d -m 0755 -o root -g root /run/skyldav
fi
}

@ -1 +1,2 @@
DIST cppo-1.3.1.tar.gz 26259 SHA256 2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69 SHA512 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238 WHIRLPOOL 37cc6699aaabd2642b55e00d3c55bfe442c978eb540889ee396ebecd5e5343e45b7e4322cff65e5add8ea3cf18f379d1d7632389742bac1f30b7cfa67c5af172
DIST cppo-1.3.2.tar.gz 26332 SHA256 c49e3080b3326466c7ddd97100c63bd568301802b3e48cebea3406e1ca76ebc8 SHA512 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a WHIRLPOOL e3d4e052873f8847cf56da402d460a28be907d22fdfc7c72bdc3b2ea4373cb1246da3ed1f864d18558727b6f752fd69871c717e17d49b777200e25e64023a115

@ -0,0 +1,32 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit findlib
DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
HOMEPAGE="http://mjambon.com/cppo.html"
SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0/${PV}"
LICENSE="BSD"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND=">=dev-lang/ocaml-3.12:=
dev-ml/ocamlbuild:="
DEPEND="${RDEPEND}"
src_install() {
findlib_src_preinst
mkdir -p "${ED}"/usr/bin
emake PREFIX="${ED}"/usr install
dodoc README.md Changes
if use examples ; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1 +1,2 @@
DIST dose3-4.2.tar.gz 281555 SHA256 ed37414baded4a175b47d4e2856c1e827fc7fb9939cc9e176a1d46e5048d8526 SHA512 d64443899f874254834165c44d0400eff5fa80e1d1d41f76b94fbb11ae0b34aa75dcbb8cc9a5e510e2f91d147e11391f36c45ef0fb24536fffcfc68d686c5fa1 WHIRLPOOL cce3baa6dfe922a3b04e8683aea785bbfd3050a70a0c0b533457fe41f274eca1e62343bca34e08307e9818252d09c2d6b24b4b2fb0efb1321fd38fd478b7428e
DIST dose3-4.3.tar.gz 293844 SHA256 269dd817d7130ae9289eab2aea540a7f1f00ceac6644320cf8119dc5b597b6e4 SHA512 96e0ef2d884214efc4cf140582d9fedc15b1fe33d21b6b23309cd2d745bafd5871b58b0234fb0b76711bcd07087d04f07fabd1c2c1c757157c9e50b90931357d WHIRLPOOL 4cb42a3b2bd63aca1d0270a62ea7d2a174e7c4bd389109071e80167b4218676919c69fd5f19d4c63fbd186cb62c239155e8dadcb2145b08ac24579e031d4419f

@ -0,0 +1,66 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
MY_P="${P/_beta/-beta}"
DESCRIPTION="Library and a collection of tools to perform la large spectrum of analysis on package repositories"
HOMEPAGE="http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose"
SRC_URI="https://gforge.inria.fr/frs/download.php/file/35797/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/cudf:=
>=dev-ml/extlib-1.7.0:=
dev-ml/ocaml-re:=
dev-ml/cppo:=
parmap? ( dev-ml/parmap:= )
zip? ( dev-ml/camlzip:= )
bzip2? ( dev-ml/camlbz2:= )
>=dev-ml/ocamlgraph-1.8.6:=
xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= )
curl? ( dev-ml/ocurl:= )
rpm4? ( app-arch/rpm )
"
DEPEND="${RDEPEND}
dev-ml/findlib
dev-ml/ocamlbuild
test? ( dev-python/pyyaml[libyaml] )
"
# missing test data
RESTRICT="test"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}/ocamlgraph.patch"
sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
}
src_configure() {
econf \
$(use ocamlopt || echo "--with-bytecodeonly") \
$(use parmap && echo "--with-parmap") \
$(use zip && echo "--with-zip") \
$(use bzip2 && echo "--with-bz2") \
$(use xml && echo "--with-xml") \
$(use curl && echo "--with-curl") \
$(use rpm4 && echo "--with-rpm4")
}
src_compile() {
emake -j1
}
src_install() {
emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install || die
dodoc CHANGES CREDITS README.architecture TODO
}

@ -0,0 +1,13 @@
Index: dose3-4.3/algo/dominators.ml
===================================================================
--- dose3-4.3.orig/algo/dominators.ml
+++ dose3-4.3/algo/dominators.ml
@@ -101,7 +101,7 @@ let dominators_tarjan graph =
) graph;
Util.Timer.start tjntimer;
-#if OCAMLGRAPHVERSION <= 186
+#if OCAMLGRAPHVERSION >= 186
let module Dom = Dominator.Make_graph(G) in
#else
let module Dom = Dominator.Make(G) in

@ -11,8 +11,7 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html"
SRC_URI="http://ocamlgraph.lri.fr/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
#Breaks dev-ml/dose3
#KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )"
DEPEND="${RDEPEND}

@ -1,6 +1 @@
DIST ros_comm-1.11.14.tar.gz 945041 SHA256 8e7beff35711b1918501c69cca4f29648d4d4207878edab069bcd59d515c78f3 SHA512 be768faa0a2f45c464e963934a95dc617cac6c3fcec2388602a27846774c25b882b5139099ce10d1d051a21d5938819942e079836d14618071bc7ad90ee78bab WHIRLPOOL e047ce984086655294c20dbf0715cc29f51ec358f075f02de80c5de0d4ef8059990dc8312d78d7a7fa91c4a974dc21cba15d6eacafe02fd3df527770e50f75a5
DIST ros_comm-1.11.15.tar.gz 946139 SHA256 532b8cc764e9ca8765484a4468b8537c1ddd84342896267cf3e9f6b19c1b7203 SHA512 8eea3fc948093a7640851f18856f2a20748afb80f935e28d230dc2095956d753bde5081dcd020d09638d9c5d63e031257515b6c6874286c03737507e67cce270 WHIRLPOOL 5e0a971f4312dce99c2e2c11841445cea999dbe5b1ebde3ce26badb9a7eaf9fb84220ed5d1e0088e85835104ddad3cd4d555708d010f83da6e84d257bafe699b
DIST ros_comm-1.11.16.tar.gz 947310 SHA256 b8f48c57d58b623c0b9828476fd8fc785570238d1e117fddaae9aaf8600915d3 SHA512 a97678acbafbe33d063f2c69b42e11bc4815c18ba9bb701542fb272d95410d2c1c2a133aa40ad2211ea1b0c2535938a364adac8099b5231c50e37fa42fff5d3d WHIRLPOOL 16dbdb2f754f16ae73b989e443de9f9e4fdbea2f9411c63d02a53a46517fb565dd97d5ea2b155833bcd592d7e9dd23ae3e7676dd1a49ea3dd509ab47f28082f2
DIST ros_comm-1.11.17.tar.gz 950987 SHA256 a7222b849d709e47ab9c491e491f6b90dcf12db1780382c9cd294e4410839eb2 SHA512 2dfb95feafa6976c62d2d31f2c6586636e534f39cfce20bc6dfa22731ee256ab8a0c0050a672098123d4d7d32702203bf15c7f323b897f74201bb41bd823ebf7 WHIRLPOOL 0c0d55a2119503b2e0b0b218ce99862815b7070c66127ace51929cda91267fdb33f50012936f1da784ac9c82ace86c41059b3b919effb6b767b7617ff4d33c09
DIST ros_comm-1.12.0.tar.gz 951540 SHA256 511894fde55a1150a88023ecd9d7a3f0557b90df5fbe375941db0071ba63ae43 SHA512 6e429b6b34ccdf1f17b4998b59518975290f0e6e431750f6172f5c86c35d48ae5f21de293d283ed952f142af3c03500f55d27172055a026b2f17e1cfbb4777d0 WHIRLPOOL 411b5a1106f96008ac2cac72c209dc0806bc5134ffe5d8b87d652d76efba0c7e32e388994598c5aecfabfdf700ba9e9f785eecb02e40c493e631a45dab13be39
DIST ros_comm-1.12.1.tar.gz 954159 SHA256 cc9fddd81b01808f8b95505b3bb16cd2e212de41212dac84c3a2f8f0e648c374 SHA512 1ba58f5a512e3c7b9be6896254abca735d8a887259fd350110666208b673fad4d2a723b79ed5909868fb8d99430ab4af42e946ca4d4f0b681afd072617376c38 WHIRLPOOL 19aaa77e9b549b8488bdb684ce189b0ab7ca346792f5e65e7f458244d1cbf90ec39fc769754090127eb6718f967f5f13ca0d461413aee3b605c9b7df088ae6d2

@ -1,20 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
ROS_SUBDIR=tools/${PN}
inherit ros-catkin
DESCRIPTION="ROS Master implementation"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

@ -1,21 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
ROS_SUBDIR=tools/${PN}
inherit ros-catkin
DESCRIPTION="ROS Master implementation"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -1,21 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
ROS_SUBDIR=tools/${PN}
inherit ros-catkin
DESCRIPTION="ROS Master implementation"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -1,21 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
ROS_SUBDIR=tools/${PN}
inherit ros-catkin
DESCRIPTION="ROS Master implementation"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -1,21 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/ros_comm"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
ROS_SUBDIR=tools/${PN}
inherit ros-catkin
DESCRIPTION="ROS Master implementation"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -16,6 +16,9 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
RDEPEND="
dev-ros/rosgraph[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -16,6 +16,9 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]"
RDEPEND="
dev-ros/rosgraph[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"

@ -1 +1,2 @@
DIST ktp-accounts-kcm-0.9.0.tar.bz2 264892 SHA256 b9d7cf3b2a8f99e50ba60fec039b107f3049df41e44787683dbc346d08c37de7 SHA512 fadc424be1a462d3f84e1845e02467880214345a6f47b79036cce48ac60454abf3c449026e4b830628848d8e7744d628e61877817dfe7ac9f1f80b6913823bc8 WHIRLPOOL d6945ed15d9a0b4df5819a8de35f09cb650d70ce74622bbdcb774984e295e645128a2af0ccd2ce6dda077f198b748508f1f52d1781696878d54dbdc8795f4fc8
DIST ktp-accounts-kcm-15.12.3.tar.xz 89012 SHA256 fab487ae001bd07cc8f4941e0aa1cea72e3472396c19aab91072dfc5ffcdd7ff SHA512 71acb011722f9cd793163acec2f52b174de26939c924d03c0e714865fe238877d35c26e0e3a1bd30efbc73e083e2a7d37e9bd137384d4c09d7f4fea0ee3ed460 WHIRLPOOL 7ab93e04bc8ef6c62b6c29052073117de8ab5332ae5590414b21736622e4989512660f436fb64a0b9e3b0d25c7fa847fc5d28d4dd5e7e8486eabf6c37fd429d3

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
@ -11,19 +11,15 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy account management kcm"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
IUSE="debug modemmanager"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
net-im/telepathy-mission-control
net-libs/telepathy-glib
>=net-libs/telepathy-qt-0.9.5[qt4]
@ -33,7 +29,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build modemmanager pintxo)
-DBUILD_pintxo=$(usex modemmanager)
)
kde4-base_src_configure

@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kaccounts-providers)
net-im/telepathy-connection-managers
!net-im/ktp-accounts-kcm
!kde-apps/ktp-accounts-kcm:4
"
src_prepare() {

@ -7,5 +7,6 @@
</maintainer>
<use>
<flag name="experimental">Enables disabled telepathy services (currently only steam)</flag>
<flag name="modemmanager">Enable support for mobile broadband devices</flag>
</use>
</pkgmetadata>

@ -1 +1,2 @@
DIST ktp-approver-0.9.0.tar.bz2 36866 SHA256 3ac663cdfa51f564bb7f9898974acb630ab9112a5d76a73657d10f53c42b82e7 SHA512 9b00d9ad2d962190f9c2e234976abccd275256356faea4c37768aeb1682694bc299cc057e25fd523f32a592611280f51003ec0e6a5a795a197cd9d8df2b6c58f WHIRLPOOL 9b7d07c336db3b120a877a0b3c6d3b6c0d88f5fd9c45ef08b3788592480a90a433163b174d7840a3c561ee121501002c1a3a6d55298ee0f1ef7d6a664f2eaff2
DIST ktp-approver-15.12.3.tar.xz 20956 SHA256 fc5eed606a62bf58b2ac72b30fbb0b2e4dada6f959c3ed09f6082a7762b5f706 SHA512 265c842c4dc022ee47a69d0e1daad1007f4dc8ec5e6940e35270265d8cde984907093ff3f28416d44936196e3e5ce0b3e5a4322d6a8ba2b10b4c80eb097b31e4 WHIRLPOOL d2a345f2c83cca90a33ff7712dc42a273a40faf3289188551fe85e721f22fec0e643b4b6f37abcc32b63f91d9aa60f0c6699ee08d551ee1c72bf4d6d2b9e1211

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,12 +11,8 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy notification handler"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
@ -26,5 +22,5 @@ DEPEND="
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
>=kde-apps/ktp-contact-list-${PV}:4
"

@ -27,5 +27,5 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
!net-im/ktp-approver
!kde-apps/ktp-approver:4
"

@ -1 +1,2 @@
DIST ktp-auth-handler-0.9.0.tar.bz2 49212 SHA256 6eb07a75200bd18154f42fbe1ff64a9fb0799b709899c3cb31474523b418478e SHA512 915790f317d82a34b2daaf81eae47af0d68e6602de57902801d7904f3b64165556554a12a076bb40037ccdc6e74c39328dfdaefd2e30dd1018952ec3e4fae675 WHIRLPOOL ed97c5c475650fd6f20e55afe2deae9266531aa024874294110266d990018a93f9be51ab2ea982f25474375ee63e8c20dd7fbcad8b3b04ebe3aac66d467c016d
DIST ktp-auth-handler-15.12.3.tar.xz 26248 SHA256 8aaf8e64eaa3ea4692a4f3b13e2a64e101b35de4fe79b4063d7ca301e73b6cc2 SHA512 547db624a5b3910bec1d06a179449dbed6ca05e13a1e22e08f9c01f532d8e6993be2ff6aac56285cfc42f135fdf6491cec1587ad96f24007548a400a7ab226cb WHIRLPOOL 3c251d3164060ce33af0d1cbadfb477aebb9d9243c32f3470dda90a6a71891246aa6b385e3d41a8308fbf8b1526406e7872c0ad99837a7327c8714199e57ec2d

@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,21 +11,17 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy authentication handler"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
IUSE="debug"
DEPEND="
app-crypt/qca:2[qt4(+)]
app-crypt/qca:2[qt4]
>=dev-libs/qjson-0.8
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}

@ -36,5 +36,5 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
app-crypt/qca:2[openssl]
!net-im/ktp-auth-handler
!kde-apps/ktp-auth-handler:4
"

@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
@ -11,29 +11,25 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy audio/video conferencing ui"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="4"
IUSE="debug v4l"
DEPEND="
>=media-libs/qt-gstreamer-1.2.0[qt4(+)]
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=media-libs/qt-gstreamer-1.2.0[qt4]
net-libs/farstream:0.2
>=net-libs/telepathy-farstream-0.6.0
>=net-libs/telepathy-qt-0.9.5[farstream,qt4]
"
RDEPEND="${DEPEND}
|| (
>=net-im/ktp-contact-list-${PV}
>=net-im/ktp-desktop-applets-${PV}
>=net-im/ktp-text-ui-${PV}
>=kde-apps/ktp-contact-list-${PV}:4
>=kde-apps/ktp-desktop-applets-${PV}:4
>=kde-apps/ktp-text-ui-${PV}:4
)
v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
"

@ -1 +1,2 @@
DIST ktp-common-internals-0.9.0.tar.bz2 439404 SHA256 b358d134345225dacddffb2e61177a4819093c55f2ca15c4c3481e1a6e9f9443 SHA512 65ee4330d05ff91183935767069927978ff973152428ccaa88fd1a77cdef8ad1d6cb939276061b63fcfbecc9b051e83a603f07c327248dc2c28dbfa674fb226b WHIRLPOOL 8f5d22eff2a3c01d5b84f29d5392751574499b5f47d5bc6c81d5d22d2bb63f0b56d7ba135b34db9517465574a046b15da38887559e9d1147391b239c0a0ec3f1
DIST ktp-common-internals-15.12.3.tar.xz 316172 SHA256 66cd380bce85d75f6b364f7d3d73f5ab7a9962bbeaa67e02ad385b51e638978f SHA512 8c60101de9446e80b1858b3080c73f3bce4043c38bb186a1f11d4bea59aa5eee779b303298cfec999a76107e51a21db0fe6b5b615abcbe5d3f01108d7ca40463 WHIRLPOOL d12fdc077925b74f440294669cf0fa3d99581382d4b6162ce8711bfa7a3f7cc10e07a4934cdd55774a1239fea09eefb29cc0a1cdd30c3dce8fbb648504ef23ff

@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,12 +11,8 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy common library"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"

@ -54,7 +54,7 @@ DEPEND="${COMMON_DEPEND}
$(add_qt_dep qtnetwork)
"
RDEPEND="${COMMON_DEPEND}
!net-im/ktp-common-internals
!kde-apps/ktp-common-internals:4
"
src_configure() {

@ -1 +1,2 @@
DIST ktp-contact-list-0.9.0.tar.bz2 140159 SHA256 7d78b9369825fd5bbf227feccd533a282791725ad4875e85c62b53f443c5e49b SHA512 32f61f01d36a8e3d18a4696c6f8f520287f61a2161f4e5323870194c97867a4e73b77c8cf90cb47fc86de238c0bad8c45e1851a198d5e84ccfc7750d5c5f7e46 WHIRLPOOL 18d4464294db87d3413ad10b7eb97856ffcca176c023828c66e71f4a0b49dea90adcb9dd641aeedbaac1f5a06833a2eeda9313d05cecd32ee00dc9b6163d36a7
DIST ktp-contact-list-15.12.3.tar.xz 48928 SHA256 c3558458e684b3a0735fbda19b51a7f12253e95ebef0ee1e0804f33288a038ad SHA512 1b8aff9a1b58369d3f430402052b4b04a42b4225985a40a84b7fc3cc29e983b736a1482eb7e09a2c19b5be98d5d2601eb158e4ce7a81404c975f8646e3ed5284 WHIRLPOOL 9724a8b9bdda5548d4bed159197eb0d3b32aea96a277a7022ed972331e95b66c53702d02930ff1aba8630827f4f0a3e0ec787d22f4ef9b710249f65d28204ff0

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,20 +11,16 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy contact list"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="4"
IUSE="debug semantic-desktop"
DEPEND="
>=net-im/ktp-accounts-kcm-${PV}
>=net-im/ktp-common-internals-${PV}[semantic-desktop?]
>=kde-apps/ktp-accounts-kcm-${PV}:4
>=kde-apps/ktp-common-internals-${PV}:4[semantic-desktop?]
>=net-libs/telepathy-qt-0.9.5[qt4]
semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= )
"

@ -40,5 +40,5 @@ DEPEND="${COMMON_DEPEND}
$(add_qt_dep qtxml)
"
RDEPEND="${COMMON_DEPEND}
!net-im/ktp-contact-list
!kde-apps/ktp-contact-list:4
"

@ -1 +1,2 @@
DIST ktp-contact-runner-0.9.0.tar.bz2 42207 SHA256 20c68896ee848e3b16d6dd8002eb0a286513ae18054801f45d3d893898cf9b70 SHA512 af6582780d4f195ef011b4674b98b00892d9306a5b6a20bd6be721f455ee52478931e3b1a70fc99dae6e395b3f5b28d0e8d91b24c840a23cd06c0341ca53d5de WHIRLPOOL edc21ba3e4ecf0660d0732cf9e03b00ff1849324ee9b42a60bb3383b1b6ca9f4c26a6883515ca70a62fb3c7ea870911c2164f66ccf81d913c1ce5f038b93f393
DIST ktp-contact-runner-15.12.3.tar.xz 16724 SHA256 893de1d06e7a72ae9106c9ea946f975b96289b8502f97a815572e429b0cdd342 SHA512 a2eb6955ac39a3654fceb10ce314fcc50212be91e7d39a31518ce35579d682812bbcfa6a72a29c6577c5b6af1f934bd525bfc001cd09f7011640009d0ee16396 WHIRLPOOL 9a94db6a4d62fd1399496d0b6629988ddf9da7f4c2ad50a151a434a8029dc0c51419736462a8b410f69f68735eb1edf59354683c098b92b807b583b11377089c

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,19 +11,15 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy krunner plugin"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"

@ -27,5 +27,5 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kservice)
"
RDEPEND="${COMMON_DEPEND}
!net-im/ktp-contact-runner
!kde-apps/ktp-contact-runner:4
"

@ -1 +1,2 @@
DIST ktp-desktop-applets-0.9.0.tar.bz2 64913 SHA256 fe6254b5c2178b22e2d53ced5dc72a3cb96e667294b4a34936d37b434c8dc88d SHA512 45e8e61b975bc64187352a4133e66c7c0b061873619017c4faf96dc05da8362748fb1f8193e495d998a0ffa03631f91887d4ddd0e2d50b57a3971b6cc8a8fc7b WHIRLPOOL 1fd574e480fbb1eb29de8d7c674331fd480263b4336830f6ec002c83aac3bb364bc7216947706eded60b95e2d06cc5d5d945f56cd37d435537d7a634aaabdf30
DIST ktp-desktop-applets-15.12.3.tar.xz 26228 SHA256 f86745c420f36da93b3bfcbb1c34ee50896a2b8fbb067092e5a5c0770eb39e5d SHA512 ff776b6d9ef7728144d361a38b5883d10d0ac5c3f5cf96c6d5507cad1ba60207daf969c65f8043e1fa3d0f2a4a90bd1bd9ad89aaeca55ae16b606d8a888927bb WHIRLPOOL fb696b651f68b9771ad99afd8ea02ead42812197c9b4924b8b132f63e2369459e3b3dc8037546e9fa993b14ea87922bb8ddcea182f8c0ef4f2871a8e3c92841a

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,21 +11,17 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="4"
IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
>=kde-apps/ktp-contact-list-${PV}:4
"

@ -20,5 +20,5 @@ DEPEND="
$(add_qt_dep qtdeclarative)
"
RDEPEND="${DEPEND}
!net-im/ktp-desktop-applets
!kde-apps/ktp-desktop-applets:4
"

@ -1 +1,2 @@
DIST ktp-filetransfer-handler-0.9.0.tar.bz2 48041 SHA256 e6270427415071bf7f07cc35261f5e82bb7cb64f6c264e0b54ca46a3b313ebc0 SHA512 6051225eda7c1f95f862837f4c75e695bf7b3d38a21e9427cb403e7ca0c547baeba549869815a1471509a5eddb686d5d8d7270a73adeba2b2b31b3f4f3050cac WHIRLPOOL 82dcc6e9f4ec90967dcb9f9912916c73d820a59f22d0a1ae697be13e9a495d8ec1a4173fbbfd4143b4fc13fb109301775783d595ce8695e3cbbad2b3977dcd41
DIST ktp-filetransfer-handler-15.12.3.tar.xz 22996 SHA256 c8a9c21ac3274da9769ec92b954db4b91a0c7e63fd28be89b5c5e2f882a77b7a SHA512 3e7f101ea14824c7a44738514e204f173fee690bbd83a0bf91143df301bdb7e839cd1140124726320701ee76b53dc3d570e937cc9f3b8a6c3826dd78ace06640 WHIRLPOOL f0ea6dbc181fd107b990f746e89f2f94746b8dfdee2aedd7cb1b2a91685ef0d7a81f092154395d8e40f519844ad9518c3204ed69171ba20ab99703865e135b36

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,19 +11,15 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy file transfer handler"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="4"
IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"

@ -25,5 +25,5 @@ DEPEND="
net-libs/telepathy-qt[qt5]
"
RDEPEND="${DEPEND}
!net-im/ktp-filetransfer-handler
!kde-apps/ktp-filetransfer-handler:4
"

@ -1 +1,2 @@
DIST ktp-kded-integration-module-0.9.0.tar.bz2 79387 SHA256 e7fb9cd8770b9c2560f8325ed17c334726c082b932fb17820cc881d49b11419d SHA512 eb597de2691ea4df29e85f720d4ead4d8ec03c86570eca19953b9410b9fc45a578ce87bbc1ae52f5d4c0601ca66dc5ca2cad65beb648dd9c93297b70f227cebe WHIRLPOOL c56aec68cb59883fd6841b1574c086d4c212a5acbda3127e1aa5fa312dcfc285881b85870882ed3d8038142d22fce8654ad8109f3429acf5a9eb25cb1a5789a5
DIST ktp-kded-module-15.12.3.tar.xz 38772 SHA256 083bb9e8b720d2df27509546406eb4cc760d168d0311aa22579e781ee5638274 SHA512 52cc87b3d86a0084b9a52b5138d9b5c8efd2f269dbeafab87b3289b0f1fde32bba38bf0bb9948a593041c51b08804d7a0c28616a1b3474c4c88e0b20f861d25d WHIRLPOOL 1a26750831ab89f38bf9256c67573fec11a275c167c1553b738c2762b8b544df18abdc9188fdea363681cc143590aa67e19b7bb5675d4c6ab70bf542782d3a5d

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -12,21 +12,17 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy workspace integration"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}"
[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}
S=${WORKDIR}/${MY_P}

@ -37,5 +37,5 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep signon-kwallet-extension)
!net-im/ktp-kded-module
!kde-apps/ktp-kded-module:4
"

@ -17,15 +17,15 @@ DEPEND="
"
RDEPEND="
!<kde-apps/kde-l10n-15.08.0-r1
!net-im/ktp-accounts-kcm
!net-im/ktp-approver
!net-im/ktp-auth-handler
!net-im/ktp-common-internals
!net-im/ktp-contact-list
!net-im/ktp-filetransfer-handler
!net-im/ktp-kded-module
!net-im/ktp-send-file
!net-im/ktp-text-ui
!kde-apps/ktp-accounts-kcm:4
!kde-apps/ktp-approver:4
!kde-apps/ktp-auth-handler:4
!kde-apps/ktp-common-internals:4
!kde-apps/ktp-contact-list:4
!kde-apps/ktp-filetransfer-handler:4
!kde-apps/ktp-kded-module:4
!kde-apps/ktp-send-file:4
!kde-apps/ktp-text-ui:4
"
KEYWORDS="~amd64 ~x86"

@ -1 +1,2 @@
DIST ktp-send-file-0.9.0.tar.bz2 29739 SHA256 a453ae5ca8d18242c9050d961be4fa5d7e8f230f0397fd0206f84a3635106864 SHA512 ff6cad1831a4851c00f11a27e1302bf051d2cc72f6e8bc90bd838329a681202e213fb4f3f9accb56522601f9623c061b29e14bb380d66764237d15eef3eece04 WHIRLPOOL eeed7cbb8afc26a6a5396eef3f57578245c752cbbc594d61a4cc5655cf3636743587e06ef5df4638f72de32c17c72191975888313ff089b17bab294cead7fcf9
DIST ktp-send-file-15.12.3.tar.xz 14684 SHA256 31473406b4187e1adea6ca67fc7b27c3ea3877c1f0f7d4a9b74ff6c59706a32f SHA512 54eb9aedbea692cd6fec5e8de9f7fd5483e4416d30114b01414294602265f892533ace65b5eb0249f0d48955a28eb8241cba4111cf6c4f9a98bd9c6832c72721 WHIRLPOOL ef485997fe544650ef04d7a1d634a213d12b6792a4246d92b91f973505bba548878904ebd88d2c67417ff04a8acc4b900b3b3fbc6d13b8a92467a26404d37c19

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,22 +11,18 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="4"
IUSE="debug"
DEPEND="
>=net-im/ktp-common-internals-${PV}
>=kde-apps/ktp-common-internals-${PV}:4
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
>=net-im/ktp-filetransfer-handler-${PV}
>=kde-apps/ktp-contact-list-${PV}:4
>=kde-apps/ktp-filetransfer-handler-${PV}:4
"

@ -31,5 +31,5 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep ktp-contact-list)
$(add_kdeapps_dep ktp-filetransfer-handler)
!net-im/ktp-send-file
!kde-apps/ktp-send-file:4
"

@ -1 +1,2 @@
DIST ktp-text-ui-0.9.0.tar.bz2 471280 SHA256 54e7247c25fbd5fee431471d179f56cd4a9851822e997ab99492e644118723b2 SHA512 8ff0cd400cf7bafc228f8769a9688b17a60d10b5f012e4718130d7dc98f77e2f08bad1cce2ee089096de0da1d55c57b7c7cbeff163decf60e564c381d56b10bd WHIRLPOOL ec4cc32a8d8ac8e7f9abceec2e552a70a6565ea2b0bb9846e230b11a6a6b1f85dd20a705b1e6eb644bcf63b193fa55acda32864803740715c1f6f09728cd321f
DIST ktp-text-ui-15.12.3.tar.xz 294108 SHA256 ea510a501120822a44e78453c6fdda6b4b97b7a6008bfbfa201a8f48aa729710 SHA512 83cbc8a8c05981b4bc5f8bac1b3660a67fdc9bf4b3b982c2fb925e76f4ef48eedd33326262f129ca8cf98507096797ef124819575f6ee00f3d1ee62f3986eee2 WHIRLPOOL c7f9f4d746bf0a23b377cf21f5c1a799307bdd59320d137a636e3e369b5330d3bac3c9ee07777f4aeca45e517f55cfb3eb43f9336ad5fa9463f4661fe78cbc6a

@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
@ -11,12 +11,8 @@ inherit kde4-base
DESCRIPTION="KDE Telepathy text chat window"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="4"
@ -32,7 +28,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
>=kde-apps/ktp-contact-list-${PV}:4
"
src_configure() {

@ -46,7 +46,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
!net-im/ktp-text-ui
!kde-apps/ktp-text-ui:4
"
src_configure() {

@ -0,0 +1,37 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Plasma Telepathy client"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
KEYWORDS="~amd64 ~x86"
LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
SLOT="4"
IUSE=""
DEPEND=""
RDEPEND="
>=kde-apps/ktp-accounts-kcm-${PV}:4
>=kde-apps/ktp-approver-${PV}:4
>=kde-apps/ktp-auth-handler-${PV}:4
>=kde-apps/ktp-call-ui-${PV}:4
>=kde-apps/ktp-common-internals-${PV}:4
>=kde-apps/ktp-contact-list-${PV}:4
>=kde-apps/ktp-contact-runner-${PV}:4
>=kde-apps/ktp-desktop-applets-${PV}:4
>=kde-apps/ktp-filetransfer-handler-${PV}:4
>=kde-apps/ktp-kded-module-${PV}:4
>=kde-apps/ktp-send-file-${PV}:4
>=kde-apps/ktp-text-ui-${PV}:4
net-im/telepathy-connection-managers
"
pkg_postinst() {
echo
elog "You can configure the accounts in the KDE Plasma System Settings"
elog "and then add the Instant Messaging plasma applet to access the contact list."
echo
}

@ -27,7 +27,7 @@ RDEPEND="
$(add_kdeapps_dep ktp-kded-module)
$(add_kdeapps_dep ktp-send-file)
$(add_kdeapps_dep ktp-text-ui)
!net-im/kde-telepathy-meta
!kde-apps/plasma-telepathy-meta:4
nls? (
$(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL})
)

@ -21,7 +21,7 @@ IUSE="debug"
RDEPEND="
dev-libs/glib:2
net-im/ktp-common-internals
kde-apps/ktp-common-internals:4
net-libs/libinfinity[server]
net-libs/libqinfinity
>=net-libs/telepathy-qt-0.8.9

@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
inherit cmake-utils python-single-r1 versionator
inherit cmake-utils python-single-r1 toolchain-funcs versionator
DESCRIPTION="Video editing library used by OpenShot"
HOMEPAGE="http://www.openshotvideo.com/"
@ -40,6 +40,15 @@ PATCHES=( "${FILESDIR}/${PN}-0.1.0-fix-tests-exit-code.patch" )
S="${WORKDIR}"
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then
eerror "${P} requires a compiler with OpenMP support. Your current"
eerror "compiler does not support it. If you use gcc, you can"
eerror "re-emerge it with the 'openmp' use flag enabled."
die "The current compiler does not support OpenMP"
fi
}
pkg_setup() {
use python && python-single-r1_pkg_setup
}

@ -1 +1 @@
Fri, 22 Apr 2016 10:39:11 +0000
Fri, 22 Apr 2016 16:38:45 +0000

@ -1 +1 @@
Fri, 22 Apr 2016 10:39:11 +0000
Fri, 22 Apr 2016 16:38:45 +0000

@ -6,10 +6,10 @@ HOMEPAGE=https://lastpass.com/misc_download2.php
IUSE=+chromium +firefox +chrome
KEYWORDS=-* ~x86 ~amd64
LICENSE=LastPass
RDEPEND=chrome? ( || ( www-client/google-chrome www-client/google-chrome-beta www-client/google-chrome-unstable ) ) chromium? ( >=www-client/chromium-32.0.1700.102 ) firefox? ( www-client/firefox )
RDEPEND=!!app-admin/lastpass-binary-component chrome? ( || ( www-client/google-chrome www-client/google-chrome-beta www-client/google-chrome-unstable ) ) chromium? ( >=www-client/chromium-32.0.1700.102 ) firefox? ( www-client/firefox )
REQUIRED_USE=|| ( firefox chromium chrome )
RESTRICT=strip mirror
SLOT=0
SRC_URI=https://lastpass.com/lplinux.tar.bz2 -> lplinux-3.2.16.tar.bz2 https://lastpass.com/lpchrome_linux.crx -> lpchrome_linux-3.2.16.crx firefox? ( https://lastpass.com/lp_linux.xpi -> lp_linux-3.2.16.xpi )
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=dee482ca63db33c7998ed893b7daf248
_md5_=27e7fdf60d7b1790db082c65c7595306

@ -0,0 +1,11 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Binary component required by the LastPass Password Manager browser extension
EAPI=6
HOMEPAGE=https://helpdesk.lastpass.com/downloading-and-installing/#h5
KEYWORDS=-* ~x86 ~amd64
LICENSE=LastPass
RDEPEND=!!app-admin/lastpass
RESTRICT=strip mirror
SLOT=0
SRC_URI=https://lastpass.com/lplinux.tar.bz2 -> lastpass-binary-component-4.1.2.tar.bz2
_md5_=218043a6fa16b1cd0dcbd1f3b2524a8a

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=>=app-antivirus/clamav-0.97.8 sys-apps/util-linux sys-libs/libcap libnotify? ( media-libs/libcanberra[gtk] x11-libs/libnotify x11-libs/gtk+:2 ) sys-devel/autoconf-archive kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) virtual/pkgconfig
DESCRIPTION=Skyld AV: on-access scanning daemon for ClamAV using fanotify
EAPI=5
HOMEPAGE=http://xypron.github.io/skyldav/
IUSE=libnotify systemd kernel_linux
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=app-antivirus/clamav-0.97.8 sys-apps/util-linux sys-libs/libcap libnotify? ( media-libs/libcanberra[gtk] x11-libs/libnotify x11-libs/gtk+:2 ) kernel_linux? ( virtual/modutils )
SLOT=0
SRC_URI=https://github.com/xypron/skyldav/archive/0.6.tar.gz -> skyldav-0.6.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 linux-mod 4755518412586c2fd655ff6e55780bcb multilib 23ae8c186171e6476af098d2a50d0ee0 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=5b5a7aad99a247f392b497517e6604d8

@ -0,0 +1,13 @@
DEFINED_PHASES=install
DEPEND=>=dev-lang/ocaml-3.12:= dev-ml/ocamlbuild:= >=dev-ml/findlib-1.0.4-r1
DESCRIPTION=An equivalent of the C preprocessor for OCaml programs
EAPI=5
HOMEPAGE=http://mjambon.com/cppo.html
IUSE=examples
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-lang/ocaml-3.12:= dev-ml/ocamlbuild:=
SLOT=0/1.3.2
SRC_URI=https://github.com/mjambon/cppo/archive/v1.3.2.tar.gz -> cppo-1.3.2.tar.gz
_eclasses_=findlib 9909e5ca0f77ff5b693885a3d7aeadb7
_md5_=595a2f62909c86ea711694fe4bf7fed7

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=>=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/cudf:= >=dev-ml/extlib-1.7.0:= dev-ml/ocaml-re:= dev-ml/cppo:= parmap? ( dev-ml/parmap:= ) zip? ( dev-ml/camlzip:= ) bzip2? ( dev-ml/camlbz2:= ) >=dev-ml/ocamlgraph-1.8.6:= xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= ) curl? ( dev-ml/ocurl:= ) rpm4? ( app-arch/rpm ) dev-ml/findlib dev-ml/ocamlbuild test? ( dev-python/pyyaml[libyaml] )
DESCRIPTION=Library and a collection of tools to perform la large spectrum of analysis on package repositories
EAPI=5
HOMEPAGE=http://www.mancoosi.org/software/ https://gforge.inria.fr/projects/dose
IUSE=+ocamlopt +parmap zip bzip2 xml curl rpm4 test
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=>=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/cudf:= >=dev-ml/extlib-1.7.0:= dev-ml/ocaml-re:= dev-ml/cppo:= parmap? ( dev-ml/parmap:= ) zip? ( dev-ml/camlzip:= ) bzip2? ( dev-ml/camlbz2:= ) >=dev-ml/ocamlgraph-1.8.6:= xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= ) curl? ( dev-ml/ocurl:= ) rpm4? ( app-arch/rpm )
RESTRICT=test
SLOT=0/4.3
SRC_URI=https://gforge.inria.fr/frs/download.php/file/35797/dose3-4.3.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=ffc100d0c11128a4f4c271be07b75a4f

@ -4,9 +4,10 @@ DESCRIPTION=O'Caml Graph library
EAPI=5
HOMEPAGE=http://ocamlgraph.lri.fr/index.en.html
IUSE=doc examples gtk +ocamlopt
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=LGPL-2.1
RDEPEND=>=dev-lang/ocaml-3.10.2:=[ocamlopt?] gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )
SLOT=0/1.8.7
SRC_URI=http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.7.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=e660f9f9156cf2182aec8034a9d9ae66
_md5_=3564537e0e975561267bbef987494ba4

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.11.14.tar.gz -> ros_comm-1.11.14.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=a4e6e64491be90b822a19b9bea8aa91c

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.11.15.tar.gz -> ros_comm-1.11.15.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.11.16.tar.gz -> ros_comm-1.11.16.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.11.17.tar.gz -> ros_comm-1.11.17.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.12.0.tar.gz -> ros_comm-1.12.0.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/defusedxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/defusedxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
SRC_URI=https://github.com/ros/ros_comm/archive/1.12.1.tar.gz -> ros_comm-1.12.1.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d
_md5_=9c888a18bca8a2d8bb312d8048cf8440

@ -1,11 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/defusedxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=ROS Master implementation
EAPI=5
HOMEPAGE=http://wiki.ros.org/rosmaster
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test
LICENSE=BSD
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
RDEPEND=dev-ros/rosgraph[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/defusedxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
SLOT=0
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 23ae8c186171e6476af098d2a50d0ee0 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2459724c7478457009c27078e8f06e3d
_md5_=9c888a18bca8a2d8bb312d8048cf8440

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 net-im/telepathy-mission-control net-libs/telepathy-glib >=net-libs/telepathy-qt-0.9.5[qt4] modemmanager? ( net-libs/libmm-qt ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy account management kcm
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug modemmanager linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mai linguas_mr linguas_nb linguas_nds linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_vi linguas_wa linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 net-im/telepathy-mission-control net-libs/telepathy-glib >=net-libs/telepathy-qt-0.9.5[qt4] modemmanager? ( net-libs/libmm-qt ) !kde-base/ktp-accounts-kcm:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-accounts-kcm-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=a1c941ace7c8c8e85caaf6521b38677c

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=experimental debug
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kcodecs-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/kitemviews-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/ktextwidgets-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-apps/kaccounts-integration-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/accounts-qt net-libs/signond net-libs/telepathy-qt[qt5] >=kde-apps/kaccounts-providers-15.12.3:5 net-im/telepathy-connection-managers !net-im/ktp-accounts-kcm >=kde-frameworks/kf-env-3 !kde-apps/ktp-accounts-kcm:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kcodecs-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/kitemviews-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/ktextwidgets-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-apps/kaccounts-integration-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/accounts-qt net-libs/signond net-libs/telepathy-qt[qt5] >=kde-apps/kaccounts-providers-15.12.3:5 net-im/telepathy-connection-managers !kde-apps/ktp-accounts-kcm:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-accounts-kcm:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-accounts-kcm-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=fa0c7e306dc663bf641603b2f076b55f
_md5_=00e060c44ee1946cd7836f5761ddf1e4

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy notification handler
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=net-libs/telepathy-qt-0.9.5[qt4] >=kde-apps/ktp-contact-list-0.9.0:4 !kde-base/ktp-approver:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-approver-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=01541d03655a75dfafc09cefeaf3cb4b

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] >=kde-apps/ktp-contact-list-15.12.3:5 !net-im/ktp-approver >=kde-frameworks/kf-env-3 !kde-apps/ktp-approver:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] >=kde-apps/ktp-contact-list-15.12.3:5 !kde-apps/ktp-approver:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-approver:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-approver-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=4e7575c6fe15b47b6c860bcdc7adf46c
_md5_=b982c0099b58fc75a1f59bdc13977d0b

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=app-crypt/qca:2[qt4] >=dev-libs/qjson-0.8 >=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy authentication handler
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=app-crypt/qca:2[qt4] >=dev-libs/qjson-0.8 >=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] app-crypt/qca:2[openssl] !kde-base/ktp-auth-handler:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-auth-handler-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=7355eea6f87ac148115c719f438131a9

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-frameworks/kwallet-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-apps/kaccounts-integration-15.12.3:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 app-crypt/qca:2[qt5] net-libs/accounts-qt net-libs/signond net-libs/telepathy-qt[qt5] app-crypt/qca:2[openssl] !net-im/ktp-auth-handler >=kde-frameworks/kf-env-3 !kde-apps/ktp-auth-handler:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-frameworks/kwallet-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-apps/kaccounts-integration-15.12.3:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 app-crypt/qca:2[qt5] net-libs/accounts-qt net-libs/signond net-libs/telepathy-qt[qt5] app-crypt/qca:2[openssl] !kde-apps/ktp-auth-handler:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-auth-handler:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-auth-handler-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=7457ff66a8241200ce8e9041f2156d43
_md5_=2b01971604ae43262ce949bb707c893d

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=media-libs/qt-gstreamer-1.2.0[qt4] net-libs/farstream:0.2 >=net-libs/telepathy-farstream-0.6.0 >=net-libs/telepathy-qt-0.9.5[farstream,qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy audio/video conferencing ui
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug v4l linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mai linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_th linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=media-libs/qt-gstreamer-1.2.0[qt4] net-libs/farstream:0.2 >=net-libs/telepathy-farstream-0.6.0 >=net-libs/telepathy-qt-0.9.5[farstream,qt4] || ( >=kde-apps/ktp-contact-list-0.9.0:4 >=kde-apps/ktp-desktop-applets-0.9.0:4 >=kde-apps/ktp-text-ui-0.9.0:4 ) v4l? ( media-plugins/gst-plugins-v4l2:0.10 ) !kde-base/ktp-call-ui:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-call-ui-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=09d03832d5b5a5bccebab030618b8afb

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=net-libs/telepathy-qt-0.9.5[qt4] >=net-libs/telepathy-logger-qt-0.5.80:0 otr? ( dev-libs/libgcrypt:= >=net-libs/libotr-4.0.0 ) semantic-desktop? ( >=kde-apps/kdepimlibs-4.14.3:4[aqua=] >=net-libs/libkpeople-0.3.0:= ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy common library
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug otr semantic-desktop linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=net-libs/telepathy-qt-0.9.5[qt4] >=net-libs/telepathy-logger-qt-0.5.80:0 otr? ( dev-libs/libgcrypt:= >=net-libs/libotr-4.0.0 ) semantic-desktop? ( >=kde-apps/kdepimlibs-4.14.3:4[aqua=] >=net-libs/libkpeople-0.3.0:= ) !kde-base/ktp-common-internals:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-common-internals-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=644152a7db36c03a8a15e402157067ad

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=otr +sso doc debug test
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kcmutils-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/knotifyconfig-5.18.0:5 >=kde-frameworks/kparts-5.18.0:5 >=kde-frameworks/kpeople-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/ktexteditor-5.18.0:5 >=kde-frameworks/kwallet-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-frameworks/kxmlgui-5.18.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 net-libs/telepathy-logger-qt:5 >=net-libs/telepathy-qt-0.9.5[qt5] otr? ( dev-libs/libgcrypt:0= >=net-libs/libotr-4.0.0 ) sso? ( >=kde-apps/kaccounts-integration-15.12.3:5 net-libs/accounts-qt net-libs/telepathy-accounts-signon ) !net-im/ktp-common-internals >=kde-frameworks/kf-env-3 !kde-apps/ktp-common-internals:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kcmutils-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/knotifyconfig-5.18.0:5 >=kde-frameworks/kparts-5.18.0:5 >=kde-frameworks/kpeople-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/ktexteditor-5.18.0:5 >=kde-frameworks/kwallet-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-frameworks/kxmlgui-5.18.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 net-libs/telepathy-logger-qt:5 >=net-libs/telepathy-qt-0.9.5[qt5] otr? ( dev-libs/libgcrypt:0= >=net-libs/libotr-4.0.0 ) sso? ( >=kde-apps/kaccounts-integration-15.12.3:5 net-libs/accounts-qt net-libs/telepathy-accounts-signon ) !kde-apps/ktp-common-internals:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-common-internals:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-common-internals-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=aa69083ccc042dad580a5586922c8177
_md5_=0dd06aa14c30e9aeeb16236df2b424e7

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-accounts-kcm-0.9.0:4 >=kde-apps/ktp-common-internals-0.9.0:4[semantic-desktop?] >=net-libs/telepathy-qt-0.9.5[qt4] semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy contact list
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug semantic-desktop linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=kde-apps/ktp-accounts-kcm-0.9.0:4 >=kde-apps/ktp-common-internals-0.9.0:4[semantic-desktop?] >=net-libs/telepathy-qt-0.9.5[qt4] semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= ) !kde-base/ktp-contact-list:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-contact-list-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=aba9949745c28ebdf27b10278fdb9e76

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=kde-frameworks/kcompletion-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/kpeople-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-frameworks/kwindowsystem-5.18.0:5 >=kde-frameworks/kxmlgui-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !net-im/ktp-contact-list >=kde-frameworks/kf-env-3 !kde-apps/ktp-contact-list:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kcompletion-5.18.0:5 >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kiconthemes-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-frameworks/kpeople-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-frameworks/kwindowsystem-5.18.0:5 >=kde-frameworks/kxmlgui-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !kde-apps/ktp-contact-list:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-contact-list:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-contact-list-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=66ba64c64f3194b31725ca156c24ca33
_md5_=1e3a95566f361d5f746f4af43712ec49

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy krunner plugin
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] !kde-base/ktp-contact-runner:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-contact-runner-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=670c06b3673d364d11e2f016d891a4aa

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/krunner-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !net-im/ktp-contact-runner >=kde-frameworks/kf-env-3 !kde-apps/ktp-contact-runner:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/krunner-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !kde-apps/ktp-contact-runner:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-contact-runner:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-contact-runner-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=0e2ede2a4056a1743fcb0003da3ce158
_md5_=139efb112171f7da47d9ce876a3e33d8

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy contact, presence and chat Plasma applets
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_vi linguas_wa linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=kde-apps/ktp-contact-list-0.9.0:4 !kde-base/ktp-desktop-applets:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-desktop-applets-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=ea9986ac582676424666aceb8d16bbc7

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=|| ( GPL-2 GPL-3 ) GPL-2+ LGPL-2.1+
RDEPEND=>=kde-frameworks/kdeclarative-5.18.0:5 >=kde-frameworks/kwindowsystem-5.18.0:5 >=kde-frameworks/plasma-5.18.0:5 >=dev-qt/qtdeclarative-5.5.1:5 !net-im/ktp-desktop-applets >=kde-frameworks/kf-env-3 !kde-apps/ktp-desktop-applets:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kdeclarative-5.18.0:5 >=kde-frameworks/kwindowsystem-5.18.0:5 >=kde-frameworks/plasma-5.18.0:5 >=dev-qt/qtdeclarative-5.5.1:5 !kde-apps/ktp-desktop-applets:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-desktop-applets:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-desktop-applets-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=395ad36492199c95ef1f4554cd401ff7
_md5_=b6fb761af0e5e12f53f81b605fcbc6f0

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy file transfer handler
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] !kde-base/ktp-filetransfer-handler:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-filetransfer-handler-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=bb3dc08ce2f63b425ec26986e3e6fd36

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+ LGPL-2+ LGPL-2.1+
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !net-im/ktp-filetransfer-handler >=kde-frameworks/kf-env-3 !kde-apps/ktp-filetransfer-handler:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] !kde-apps/ktp-filetransfer-handler:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-filetransfer-handler:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-filetransfer-handler-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=5398be9209bdac85965479e1b72d9e0c
_md5_=43440c4cb63b922a32f340d8a20e8c3b

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy workspace integration
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] !kde-base/ktp-kded-module:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-kded-integration-module-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=13f2a316c7b66c339944621c6d398864

@ -6,8 +6,8 @@ HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kidletime-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtconcurrent-5.5.1:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] >=kde-apps/signon-kwallet-extension-15.12.3:5 !net-im/ktp-kded-module >=kde-frameworks/kf-env-3 !kde-apps/ktp-kded-module:4 >=dev-qt/qtcore-5.5.1:5
RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kidletime-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-frameworks/knotifications-5.18.0:5 >=kde-apps/ktp-common-internals-15.12.3:5 >=dev-qt/qtconcurrent-5.5.1:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/telepathy-qt[qt5] >=kde-apps/signon-kwallet-extension-15.12.3:5 !kde-apps/ktp-kded-module:4 >=kde-frameworks/kf-env-3 !kde-apps/ktp-kded-module:4 >=dev-qt/qtcore-5.5.1:5
SLOT=5
SRC_URI=mirror://kde/stable/applications/15.12.3/src/ktp-kded-module-15.12.3.tar.xz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 c7e2978c5cf6991051e62bc8ec36a676 kde5-functions 5e89f74fb9c544ed0a6760cc62b98517 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=f89025ef813695c0c950d6abc29c359e
_md5_=6a2d95dccc2aaf900d49013169d7ce80

File diff suppressed because one or more lines are too long

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
DESCRIPTION=KDE Telepathy file manager plugin to send files to contacts
EAPI=6
HOMEPAGE=https://community.kde.org/Real-Time_Communication_and_Collaboration
IUSE=debug linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_ia linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mr linguas_nb linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW aqua
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=kde-apps/ktp-common-internals-0.9.0:4 >=net-libs/telepathy-qt-0.9.5[qt4] >=kde-apps/ktp-contact-list-0.9.0:4 >=kde-apps/ktp-filetransfer-handler-0.9.0:4 !kde-base/ktp-send-file:4 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=]
SLOT=4
SRC_URI=mirror://kde/stable/kde-telepathy/0.9.0/src/ktp-send-file-0.9.0.tar.bz2
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base 497e7beacd4cbf96e4a5082eaa5d75fb kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=c43c745d878aee44a19ad5d1b88f0f1f

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save