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 3A6BD138CE3 for ; Sun, 9 Feb 2014 19:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296F0E09A4; Sun, 9 Feb 2014 19:08:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B940BE09A4 for ; Sun, 9 Feb 2014 19:08:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0B4233F6B0 for ; Sun, 9 Feb 2014 19:07:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2323) id EEF322004C; Sun, 9 Feb 2014 19:07:57 +0000 (UTC) From: "Michael Palimaka (kensington)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/plasmate: plasmate-1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: plasmate-1.0.ebuild ChangeLog X-VCS-Directories: dev-util/plasmate X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140209190757.EEF322004C@flycatcher.gentoo.org> Date: Sun, 9 Feb 2014 19:07:57 +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: 55edb195-bc34-4432-9ca6-e62255ee7b06 X-Archives-Hash: 7ce2e23b0267e8d4c9a2cce6764c6e4c kensington 14/02/09 19:07:57 Modified: plasmate-1.0.ebuild ChangeLog Log: dev-libs/libattica[qt4] is going away. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision Changes Path 1.3 dev-util/plasmate/plasmate-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild?r1=1.2&r2=1.3 Index: plasmate-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plasmate-1.0.ebuild 20 Jan 2014 10:22:04 -0000 1.2 +++ plasmate-1.0.ebuild 9 Feb 2014 19:07:57 -0000 1.3 @@ -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/dev-util/plasmate/plasmate-1.0.ebuild,v 1.2 2014/01/20 10:22:04 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild,v 1.3 2014/02/09 19:07:57 kensington Exp $ EAPI=5 @@ -18,7 +18,7 @@ DEPEND=" app-crypt/gpgme - dev-libs/libattica[qt4] + dev-libs/libattica dev-libs/soprano $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep knewstuff) 1.3 dev-util/plasmate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/plasmate/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 20 Jan 2014 10:22:04 -0000 1.2 +++ ChangeLog 9 Feb 2014 19:07:57 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/plasmate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v 1.2 2014/01/20 10:22:04 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v 1.3 2014/02/09 19:07:57 kensington Exp $ + + 09 Feb 2014; Michael Palimaka plasmate-1.0.ebuild: + dev-libs/libattica[qt4] is going away. 20 Jan 2014; Michael Palimaka plasmate-1.0.ebuild: Requires libattica built against Qt4.