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 489E5138247 for ; Sat, 18 Jan 2014 20:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B08E3E0DF6; Sat, 18 Jan 2014 20:19:10 +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 306E0E0DF6 for ; Sat, 18 Jan 2014 20:19:10 +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 0F55833F726 for ; Sat, 18 Jan 2014 20:19:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 529102004C; Sat, 18 Jan 2014 20:19:07 +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 dev-db/sqlite: sqlite-3.8.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sqlite-3.8.2.ebuild ChangeLog X-VCS-Directories: dev-db/sqlite X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140118201907.529102004C@flycatcher.gentoo.org> Date: Sat, 18 Jan 2014 20:19:07 +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: 9d3aa6fc-1774-4e93-b232-37cec520b736 X-Archives-Hash: 039db06e18e02402d9d4add162e542ef ago 14/01/18 20:19:07 Modified: sqlite-3.8.2.ebuild ChangeLog Log: Stable for alpha, wrt bug #497736 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F) Revision Changes Path 1.8 dev-db/sqlite/sqlite-3.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild?r1=1.7&r2=1.8 Index: sqlite-3.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sqlite-3.8.2.ebuild 16 Jan 2014 21:06:04 -0000 1.7 +++ sqlite-3.8.2.ebuild 18 Jan 2014 20:19:07 -0000 1.8 @@ -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-db/sqlite/sqlite-3.8.2.ebuild,v 1.7 2014/01/16 21:06:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild,v 1.8 2014/01/18 20:19:07 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:= ) 1.502 dev-db/sqlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.502&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.502&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.501&r2=1.502 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v retrieving revision 1.501 retrieving revision 1.502 diff -u -r1.501 -r1.502 --- ChangeLog 16 Jan 2014 21:06:04 -0000 1.501 +++ ChangeLog 18 Jan 2014 20:19:07 -0000 1.502 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.501 2014/01/16 21:06:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.502 2014/01/18 20:19:07 ago Exp $ + + 18 Jan 2014; Agostino Sarubbo sqlite-3.8.2.ebuild: + Stable for alpha, wrt bug #497736 16 Jan 2014; Markus Meier sqlite-3.8.2.ebuild: arm stable, bug #497736