From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/
Date: Sun, 26 Jun 2016 22:25:57 +0000 (UTC) [thread overview]
Message-ID: <1466979934.239602bbe513500fd7a4224746541d9b96bf0372.reavertm@gentoo> (raw)
commit: 239602bbe513500fd7a4224746541d9b96bf0372
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 22:24:44 2016 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 22:25:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239602bb
kde-apps/krfb: restore 15.08.3
kde-apps/krfb/Manifest | 1 +
kde-apps/krfb/krfb-15.08.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/kde-apps/krfb/Manifest b/kde-apps/krfb/Manifest
index d90c27e..be176d4 100644
--- a/kde-apps/krfb/Manifest
+++ b/kde-apps/krfb/Manifest
@@ -1,3 +1,4 @@
+DIST krfb-15.08.3.tar.xz 326932 SHA256 c16c76a6daceb6adc71352d741ed5893c5cd69cc922bac1221a922372f1e3436 SHA512 afb373c335434e43e0a4ce69c0f3a360aab3b1845b02c38363704ececa2304f4fab115840cac538033823036dcf7d84ebd78210443951fdd4d155dd80579aeeb WHIRLPOOL a20f9d69240f2f5910de6205f7a7ddda1142761c4efcf5347d838d53cc66988dd06408f0aaeee81ce5f7cd8c31574ada54a3e7e7607298658f1367c7386bcbdc
DIST krfb-15.12.3.tar.xz 324896 SHA256 353c38c23685e1278bfdd0a6a6e0c33eb26fa146caea78da999c1a91a56ecda8 SHA512 2700eb2af678f4bfd110a005389580a238278e8fcbd69947d6ebacde770d8ea5a046dcc9b282bc2362ddc3e847c30c7ee48e60bf8bd5ca06f927e79fe64082b0 WHIRLPOOL 286c8b22c106dcb3cc2ff815337bea73fed8665b99567bce2ef3d62b5746e22be071de7895748a0ae873fa7412e8af5e53fde54a0ee71f5ae58b08695a95a8b9
DIST krfb-16.04.1.tar.xz 324864 SHA256 b814681fd1142b982f5dfb4c9dba8ceb7df9888c5557bf3213e2c9e43efbad9b SHA512 3c603b2bf3da80410fd727345e4e110a8e606048c2abccdf53644201a42006f6a40a065edc75e0eb34adc2608ebfe1b89471d41ec1bc82375346f9a2558035f6 WHIRLPOOL eb701ca1301c04836beec291a21fb71cbafe1ea8001b310fa40c9b3a68e1ecc2db18baed5371b5b020cb66f92de079abbe6a727ff2abf9774a3b23d59755ac16
DIST krfb-16.04.2.tar.xz 324864 SHA256 bdb8cf18b0bd239562743101cfafa490c9c80691bf265e6910d33e0d20d85985 SHA512 4cb543f662e2afa50b96f14ec5be6205b7e7b681e8e71856c650205e9de6dab2781ba8f97765c1602d7887088e86417a2d3d975e5d91436c9dda5363efb3af9d WHIRLPOOL ce77f3508650adc090997568ae7aad34cd35519468d23f0b7e5478e916acf86bb90f216b9fcd6d962cb2e7ebbd06dce9aa72536ea761fd05dcef5fd153f6a168
diff --git a/kde-apps/krfb/krfb-15.08.3.ebuild b/kde-apps/krfb/krfb-15.08.3.ebuild
new file mode 100644
index 0000000..4cea75a
--- /dev/null
+++ b/kde-apps/krfb/krfb-15.08.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="VNC-compatible server to share KDE desktops"
+HOMEPAGE="https://www.kde.org/applications/system/krfb/"
+KEYWORDS="amd64 x86"
+IUSE="debug telepathy ktp"
+REQUIRED_USE="ktp? ( telepathy )"
+
+DEPEND="
+ >=net-libs/libvncserver-0.9.9
+ sys-libs/zlib
+ virtual/jpeg:0
+ !aqua? (
+ x11-libs/libX11
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXtst
+ )
+ telepathy? ( >=net-libs/telepathy-qt-0.9 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with telepathy TelepathyQt4)
+ $(cmake-utils_use_with ktp KTp)
+ )
+
+ kde4-base_src_configure
+}
next reply other threads:[~2016-06-26 22:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 22:25 Maciej Mrozowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 14:50 [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/ Andreas Sturmlechner
2023-09-22 6:40 Andrew Ammerlaan
2023-08-25 19:32 Andreas Sturmlechner
2022-04-18 11:35 Andreas Sturmlechner
2022-03-21 11:04 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2020-10-16 17:46 Georgy Yakovlev
2020-06-28 15:36 Andreas Sturmlechner
2020-06-28 15:36 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2017-07-05 20:06 Andreas Sturmlechner
2017-07-05 20:06 Andreas Sturmlechner
2017-04-01 18:15 Andreas Sturmlechner
2016-07-29 19:32 Johannes Huber
2016-07-29 19:12 Johannes Huber
2016-06-15 17:59 Michael Palimaka
2016-03-05 11:15 Mikle Kolyada
2015-08-26 19:44 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466979934.239602bbe513500fd7a4224746541d9b96bf0372.reavertm@gentoo \
--to=reavertm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox