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 E891A138A1F for ; Tue, 28 Jan 2014 14:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E46AE0CFB; Tue, 28 Jan 2014 14:17:56 +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 CB443E0D00 for ; Tue, 28 Jan 2014 14:17:55 +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 E8AFC33F826 for ; Tue, 28 Jan 2014 14:17:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id BD87C2004C; Tue, 28 Jan 2014 14:17:53 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: xfce4-notifyd-0.2.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-notifyd-0.2.4.ebuild ChangeLog X-VCS-Directories: xfce-extra/xfce4-notifyd X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140128141753.BD87C2004C@flycatcher.gentoo.org> Date: Tue, 28 Jan 2014 14:17: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: de222e28-5cec-449c-b706-75ff9ff4cf21 X-Archives-Hash: 671b37a79ea399b7b13128b1807e7d1a ago 14/01/28 14:17:53 Modified: xfce4-notifyd-0.2.4.ebuild ChangeLog Log: Stable for x86, wrt bug #496018 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision Changes Path 1.4 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild?r1=1.3&r2=1.4 Index: xfce4-notifyd-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xfce4-notifyd-0.2.4.ebuild 19 Jan 2014 19:03:32 -0000 1.3 +++ xfce4-notifyd-0.2.4.ebuild 28 Jan 2014 14:17:53 -0000 1.4 @@ -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/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild,v 1.3 2014/01/19 19:03:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild,v 1.4 2014/01/28 14:17:53 ago Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug" RDEPEND=">=dev-libs/dbus-glib-0.100 1.23 xfce-extra/xfce4-notifyd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 19 Jan 2014 19:03:32 -0000 1.22 +++ ChangeLog 28 Jan 2014 14:17:53 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-notifyd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.22 2014/01/19 19:03:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.23 2014/01/28 14:17:53 ago Exp $ + + 28 Jan 2014; Agostino Sarubbo xfce4-notifyd-0.2.4.ebuild: + Stable for x86, wrt bug #496018 19 Jan 2014; Pacho Ramos xfce4-notifyd-0.2.4.ebuild: amd64 stable, bug 496018