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 1E298138202 for ; Wed, 5 Dec 2012 17:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6216321C0DE; Wed, 5 Dec 2012 16:57:56 +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 9593921C0B5 for ; Wed, 5 Dec 2012 16:57:55 +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 B52FF33DA23 for ; Wed, 5 Dec 2012 16:57:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2234) id 809E021720; Wed, 5 Dec 2012 16:57:53 +0000 (UTC) From: "Alexey Shvetsov (alexxy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, alexxy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/perlkde: perlkde-4.9.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: perlkde-4.9.4.ebuild ChangeLog X-VCS-Directories: kde-base/perlkde X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121205165753.809E021720@flycatcher.gentoo.org> Date: Wed, 5 Dec 2012 16:57:53 +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: 15a56506-0c83-4e0b-832b-327d56ba8ab5 X-Archives-Hash: 2c934417a8f8f718a9c2dd9f697874b1 alexxy 12/12/05 16:57:53 Modified: ChangeLog Added: perlkde-4.9.4.ebuild Log: [kde-base] Add KDE SC 4.9.4 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key F82F92E6) Revision Changes Path 1.50 kde-base/perlkde/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlkde/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlkde/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlkde/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/perlkde/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 30 Nov 2012 16:41:50 -0000 1.49 +++ ChangeLog 5 Dec 2012 16:57:53 -0000 1.50 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/perlkde # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/perlkde/ChangeLog,v 1.49 2012/11/30 16:41:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/perlkde/ChangeLog,v 1.50 2012/12/05 16:57:53 alexxy Exp $ + +*perlkde-4.9.4 (05 Dec 2012) + + 05 Dec 2012; Alexey Shvetsov +perlkde-4.9.4.ebuild: + Version bump KDE SC 4.9.4 30 Nov 2012; perlkde-4.9.3.ebuild: Stable for ppc, wrt bug #442394 1.1 kde-base/perlkde/perlkde-4.9.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlkde/perlkde-4.9.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlkde/perlkde-4.9.4.ebuild?rev=1.1&content-type=text/plain Index: perlkde-4.9.4.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/perlkde/perlkde-4.9.4.ebuild,v 1.1 2012/12/05 16:57:53 alexxy Exp $ EAPI=4 inherit kde4-base DESCRIPTION="KDE Perl bindings" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="akonadi attica debug kate okular semantic-desktop test" RDEPEND=" >=dev-lang/perl-5.10.1 $(add_kdebase_dep perlqt) $(add_kdebase_dep smokekde 'attica?,kate?,okular?,semantic-desktop=') semantic-desktop? ( >=dev-libs/soprano-2.8.0 ) " DEPEND="${RDEPEND} test? ( dev-perl/List-MoreUtils ) " # Split from kdebindings-perl in 4.7 add_blocker kdebindings-perl PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" ) src_configure() { mycmakeargs=( $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_with attica LibAttica) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure }