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 B5AC2138A3F for ; Sun, 5 Apr 2015 16:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EBAE08BD; Sun, 5 Apr 2015 16:09:47 +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 C000DE08BD for ; Sun, 5 Apr 2015 16:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A482E340A5D for ; Sun, 5 Apr 2015 16:09:45 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 643F01545A; Sun, 5 Apr 2015 16:09:44 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/indicator-messages: indicator-messages-0.6.0-r1.ebuild ChangeLog indicator-messages-0.6.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: indicator-messages-0.6.0-r1.ebuild ChangeLog indicator-messages-0.6.0.ebuild X-VCS-Directories: net-im/indicator-messages X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150405160944.643F01545A@oystercatcher.gentoo.org> Date: Sun, 5 Apr 2015 16:09:44 +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: f6b45666-c7bf-43be-b803-cebf1797d4b7 X-Archives-Hash: da355fd62d8a9df297bff172f7530f01 mgorny 15/04/05 16:09:44 Modified: ChangeLog Added: indicator-messages-0.6.0-r1.ebuild Removed: indicator-messages-0.6.0.ebuild Log: Move dev-libs/libdbusmenu to slot 0, and replace USE=gtk with USE=gtk3 per the QA decision. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.15 net-im/indicator-messages/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/indicator-messages/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/indicator-messages/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/indicator-messages/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 5 Aug 2014 18:34:06 -0000 1.14 +++ ChangeLog 5 Apr 2015 16:09:44 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for net-im/indicator-messages -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v 1.14 2014/08/05 18:34:06 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v 1.15 2015/04/05 16:09:44 mgorny Exp $ + +*indicator-messages-0.6.0-r1 (05 Apr 2015) + + 05 Apr 2015; Michał Górny + +indicator-messages-0.6.0-r1.ebuild, -indicator-messages-0.6.0.ebuild: + Move dev-libs/libdbusmenu to slot 0, and replace USE=gtk with USE=gtk3 per the + QA decision. 05 Aug 2014; Manuel Rüger indicator-messages-0.6.0.ebuild: Remove trailing '.' from DESCRIPTION. 1.1 net-im/indicator-messages/indicator-messages-0.6.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/indicator-messages/indicator-messages-0.6.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/indicator-messages/indicator-messages-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain Index: indicator-messages-0.6.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/indicator-messages-0.6.0-r1.ebuild,v 1.1 2015/04/05 16:09:44 mgorny Exp $ EAPI=4 inherit eutils gnome2-utils DESCRIPTION="A place on the user's desktop that collects messages that need a response" HOMEPAGE="http://launchpad.net/indicator-messages" SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/libdbusmenu-0.6.2[gtk3] >=dev-libs/glib-2.22 >=dev-libs/libindicate-12.10.0:3 >=dev-libs/libindicator-12.10.0:3 net-libs/telepathy-glib >=x11-libs/gtk+-3.2:3" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" src_configure() { econf \ --disable-silent-rules \ --with-gtk=3 } src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog prune_libtool_files --all } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }