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 1A5701381F3 for ; Sun, 7 Apr 2013 09:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2222E0BFE; Sun, 7 Apr 2013 09:58:31 +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 412C3E0BFE for ; Sun, 7 Apr 2013 09:58:31 +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 5B33733DC72 for ; Sun, 7 Apr 2013 09:58:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 245F22171D; Sun, 7 Apr 2013 09:58:29 +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 net-misc/ofono: ofono-1.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ofono-1.12.ebuild ChangeLog X-VCS-Directories: net-misc/ofono X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130407095829.245F22171D@flycatcher.gentoo.org> Date: Sun, 7 Apr 2013 09:58:29 +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: 77798c0c-f049-4640-8cff-d02cd0d6d3dd X-Archives-Hash: 11f569cd103b7567b5b8882721e5ab24 ago 13/04/07 09:58:29 Modified: ofono-1.12.ebuild ChangeLog Log: Stable for amd64, wrt bug #464470 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F) Revision Changes Path 1.3 net-misc/ofono/ofono-1.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild?r1=1.2&r2=1.3 Index: ofono-1.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ofono-1.12.ebuild 17 Mar 2013 12:31:06 -0000 1.2 +++ ofono-1.12.ebuild 7 Apr 2013 09:58:28 -0000 1.3 @@ -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/net-misc/ofono/ofono-1.12.ebuild,v 1.2 2013/03/17 12:31:06 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild,v 1.3 2013/04/07 09:58:28 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem threads test tools +udev" REQUIRED_USE="dundee? ( bluetooth )" 1.54 net-misc/ofono/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 17 Mar 2013 17:37:08 -0000 1.53 +++ ChangeLog 7 Apr 2013 09:58:29 -0000 1.54 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ofono # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.53 2013/03/17 17:37:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.54 2013/04/07 09:58:29 ago Exp $ + + 07 Apr 2013; Agostino Sarubbo ofono-1.12.ebuild: + Stable for amd64, wrt bug #464470 17 Mar 2013; Sergey Popov -ofono-1.0.ebuild: Drop old stable version by maintainer's request wrt bug #445938