From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62EB91381F1 for ; Thu, 29 Sep 2016 12:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A0DE0838; Thu, 29 Sep 2016 11:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86294E0838 for ; Thu, 29 Sep 2016 11:59:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC1F4340688 for ; Thu, 29 Sep 2016 11:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D947D2 for ; Thu, 29 Sep 2016 11:59:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475150387.bd93f15b0aadf552a64a65b5b230e26e46006ced.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/, kde-apps/libkipi/, kde-apps/libkexiv2/, kde-apps/libkgeomap/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild kde-apps/krfb/krfb-15.08.3.ebuild kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild kde-apps/libkface/libkface-15.08.3.ebuild kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild kde-apps/libkipi/libkipi-15.08.3-r1.ebuild kde-apps/libksane/libksane-15.08.3-r1.ebuild X-VCS-Directories: kde-apps/libkgeomap/ kde-apps/libkdcraw/ kde-apps/libkface/ kde-apps/ffmpegthumbs/ kde-apps/libksane/ kde-apps/krfb/ kde-apps/libkipi/ kde-apps/libkexiv2/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bd93f15b0aadf552a64a65b5b230e26e46006ced X-VCS-Branch: master Date: Thu, 29 Sep 2016 11:59:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff1f9b2d-c4bf-4cf4-9f08-c6763c6d4a96 X-Archives-Hash: 627c05d1d8f844f00a9811dc6fc061d2 commit: bd93f15b0aadf552a64a65b5b230e26e46006ced Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Sep 25 19:16:01 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Sep 29 11:59:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd93f15b kde-apps: Add new SRC_URI for 15.08.3 ebuilds, some EAPI 6 bumps kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild | 4 +++- kde-apps/krfb/krfb-15.08.3.ebuild | 2 ++ kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild | 4 +++- kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild | 4 +++- kde-apps/libkface/libkface-15.08.3.ebuild | 3 ++- kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild | 5 +++-- kde-apps/libkipi/libkipi-15.08.3-r1.ebuild | 2 ++ kde-apps/libksane/libksane-15.08.3-r1.ebuild | 2 ++ 8 files changed, 20 insertions(+), 6 deletions(-) diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild index 6ff4fe5..4702c99 100644 --- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.3.ebuild @@ -2,11 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde4-base DESCRIPTION="FFmpeg based thumbnail generator for video files" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug" diff --git a/kde-apps/krfb/krfb-15.08.3.ebuild b/kde-apps/krfb/krfb-15.08.3.ebuild index df83311..3596d54 100644 --- a/kde-apps/krfb/krfb-15.08.3.ebuild +++ b/kde-apps/krfb/krfb-15.08.3.ebuild @@ -9,6 +9,8 @@ inherit kde4-base DESCRIPTION="VNC-compatible server to share KDE desktops" HOMEPAGE="https://www.kde.org/applications/system/krfb/" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug telepathy ktp" REQUIRED_USE="ktp? ( telepathy )" diff --git a/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild b/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild index 1197e3a..c106660 100644 --- a/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild +++ b/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild @@ -2,11 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde4-base DESCRIPTION="KDE digital camera raw image library wrapper" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug" diff --git a/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild b/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild index e409766..caeb975 100644 --- a/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild +++ b/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild @@ -2,11 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde4-base DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug +xmp" diff --git a/kde-apps/libkface/libkface-15.08.3.ebuild b/kde-apps/libkface/libkface-15.08.3.ebuild index 662717f..b959bee 100644 --- a/kde-apps/libkface/libkface-15.08.3.ebuild +++ b/kde-apps/libkface/libkface-15.08.3.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde4-base DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" HOMEPAGE="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS=" ~amd64 ~x86" diff --git a/kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild b/kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild index 1014671..d947169 100644 --- a/kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild +++ b/kde-apps/libkgeomap/libkgeomap-15.08.3.ebuild @@ -1,14 +1,15 @@ -# 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 VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap" HOMEPAGE="https://www.digikam.org/" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS="amd64 x86" diff --git a/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild b/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild index 05d9fe9..dbb6d6a 100644 --- a/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild +++ b/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild @@ -7,6 +7,8 @@ EAPI=6 inherit kde4-base DESCRIPTION="A library for image plugins accross KDE applications" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug" diff --git a/kde-apps/libksane/libksane-15.08.3-r1.ebuild b/kde-apps/libksane/libksane-15.08.3-r1.ebuild index 4726af2..6441af0 100644 --- a/kde-apps/libksane/libksane-15.08.3-r1.ebuild +++ b/kde-apps/libksane/libksane-15.08.3-r1.ebuild @@ -7,6 +7,8 @@ EAPI=6 inherit kde4-base DESCRIPTION="SANE Library interface for KDE" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 x86" IUSE="debug" LICENSE="LGPL-2"