summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-08-09 11:37:53 +0000
committerJohannes Huber <johu@gentoo.org>2014-08-09 11:37:53 +0000
commit3b8980e563746387f39b89d44923529c803b56ae (patch)
treefc295fb0e5f62adbdc6702243ccbd03b6a2d75ef /kde-base
parentOld. (diff)
downloadgentoo-2-3b8980e563746387f39b89d44923529c803b56ae.tar.gz
gentoo-2-3b8980e563746387f39b89d44923529c803b56ae.tar.bz2
gentoo-2-3b8980e563746387f39b89d44923529c803b56ae.zip
amd64 stable, remove vulnerable version, bug #515276.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/krfb/ChangeLog6
-rw-r--r--kde-base/krfb/krfb-4.12.5-r1.ebuild4
-rw-r--r--kde-base/krfb/krfb-4.12.5.ebuild34
3 files changed, 7 insertions, 37 deletions
diff --git a/kde-base/krfb/ChangeLog b/kde-base/krfb/ChangeLog
index 830f833485d7..df9ca5783417 100644
--- a/kde-base/krfb/ChangeLog
+++ b/kde-base/krfb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/krfb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.322 2014/08/09 10:48:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.323 2014/08/09 11:37:53 johu Exp $
+
+ 09 Aug 2014; Johannes Huber <johu@gentoo.org> -krfb-4.12.5.ebuild,
+ krfb-4.12.5-r1.ebuild:
+ amd64 stable, remove vulnerable version, bug #515276.
09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> krfb-4.12.5-r1.ebuild:
Stable for ppc64, wrt bug #515276
diff --git a/kde-base/krfb/krfb-4.12.5-r1.ebuild b/kde-base/krfb/krfb-4.12.5-r1.ebuild
index 9a7563a74a12..0dc0002c9168 100644
--- a/kde-base/krfb/krfb-4.12.5-r1.ebuild
+++ b/kde-base/krfb/krfb-4.12.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild,v 1.5 2014/08/09 10:48:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild,v 1.6 2014/08/09 11:37:53 johu Exp $
EAPI=5
@@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="VNC-compatible server to share KDE desktops"
HOMEPAGE="http://www.kde.org/applications/system/krfb/"
-KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug telepathy"
DEPEND="
diff --git a/kde-base/krfb/krfb-4.12.5.ebuild b/kde-base/krfb/krfb-4.12.5.ebuild
deleted file mode 100644
index def164ca14fe..000000000000
--- a/kde-base/krfb/krfb-4.12.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5.ebuild,v 1.5 2014/05/08 07:32:56 ago Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="VNC-compatible server to share KDE desktops"
-HOMEPAGE="http://www.kde.org/applications/system/krfb/"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug telepathy"
-
-DEPEND="
- 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() {
- mycmakeargs=(
- $(cmake-utils_use_with telepathy TelepathyQt4)
- )
-
- kde4-base_src_configure
-}