From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6B4C138247 for ; Tue, 3 Dec 2013 22:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92562E0C87; Tue, 3 Dec 2013 22:35:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2522EE0A62 for ; Tue, 3 Dec 2013 22:35:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43D3033F128 for ; Tue, 3 Dec 2013 22:35:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id 0E0D820061; Tue, 3 Dec 2013 22:35:47 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.11.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog superkaramba-4.11.4.ebuild X-VCS-Directories: kde-base/superkaramba X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131203223548.0E0D820061@flycatcher.gentoo.org> Date: Tue, 3 Dec 2013 22:35:48 +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: 95902ca0-dc6d-4594-a8d3-6d5b3cbd15f9 X-Archives-Hash: ae5c50ca049a9e35c957e03552f532ea johu 13/12/03 22:35:47 Modified: ChangeLog Added: superkaramba-4.11.4.ebuild Log: Version bump KDE SC 4.11.4 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) Revision Changes Path 1.271 kde-base/superkaramba/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.271&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.271&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.270&r2=1.271 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- ChangeLog 5 Nov 2013 22:23:00 -0000 1.270 +++ ChangeLog 3 Dec 2013 22:35:47 -0000 1.271 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/superkaramba # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.270 2013/11/05 22:23:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.271 2013/12/03 22:35:47 johu Exp $ + +*superkaramba-4.11.4 (03 Dec 2013) + + 03 Dec 2013; Johannes Huber +superkaramba-4.11.4.ebuild: + Version bump KDE SC 4.11.4 *superkaramba-4.11.3 (05 Nov 2013) 1.1 kde-base/superkaramba/superkaramba-4.11.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.11.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.11.4.ebuild?rev=1.1&content-type=text/plain Index: superkaramba-4.11.4.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.11.4.ebuild,v 1.1 2013/12/03 22:35:47 johu Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-single-r1 kde4-base DESCRIPTION="A tool to create interactive applets for the KDE desktop." HOMEPAGE="http://www.kde.org/applications/utilities/superkaramba http://utils.kde.org/projects/superkaramba" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" media-libs/qimageblitz x11-libs/libX11 x11-libs/libXrender python? ( ${PYTHON_DEPS} $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}") ) " RDEPEND="${DEPEND} python? ( $(add_kdebase_dep krosspython "${PYTHON_USEDEP}") ) " pkg_setup() { python-single-r1_pkg_setup kde4-base_pkg_setup } src_configure() { local mycmakeargs=( $(cmake-utils_use_with python PythonLibs) ) kde4-base_src_configure }