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 5992F138247 for ; Sat, 30 Nov 2013 18:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E818FE0942; Sat, 30 Nov 2013 18:36:45 +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 7FAABE0942 for ; Sat, 30 Nov 2013 18:36:45 +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 788F833F14A for ; Sat, 30 Nov 2013 18:36:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 453232004B; Sat, 30 Nov 2013 18:36:43 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnote-3.8.1.ebuild ChangeLog X-VCS-Directories: app-misc/gnote X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131130183643.453232004B@flycatcher.gentoo.org> Date: Sat, 30 Nov 2013 18:36:43 +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: cea7d5a1-25f6-4473-8de1-6245253da14b X-Archives-Hash: 3edb7573682755336f39136fba59375c pacho 13/11/30 18:36:43 Modified: gnote-3.8.1.ebuild ChangeLog Log: amd64 stable, bug #478252 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.5 app-misc/gnote/gnote-3.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild?r1=1.4&r2=1.5 Index: gnote-3.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gnote-3.8.1.ebuild 22 Aug 2013 16:36:24 -0000 1.4 +++ gnote-3.8.1.ebuild 30 Nov 2013 18:36:43 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.4 2013/08/22 16:36:24 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.5 2013/11/30 18:36:43 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ LICENSE="GPL-3+ FDL-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug" # Automagic glib-2.32 dep 1.36 app-misc/gnote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 22 Aug 2013 16:36:24 -0000 1.35 +++ ChangeLog 30 Nov 2013 18:36:43 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.35 2013/08/22 16:36:24 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.36 2013/11/30 18:36:43 pacho Exp $ + + 30 Nov 2013; Pacho Ramos gnote-3.8.1.ebuild: + amd64 stable, bug #478252 22 Aug 2013; gnote-3.8.1.ebuild: Fix a problem pointed out by Pacho Ramos.