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 25E4F1381F3 for ; Sun, 22 Sep 2013 09:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E5EE0B0F; Sun, 22 Sep 2013 09:47:08 +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 2B384E0B0F for ; Sun, 22 Sep 2013 09:47:08 +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 1E53933ECB1 for ; Sun, 22 Sep 2013 09:47:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2207) id 581492004C; Sun, 22 Sep 2013 09:47:05 +0000 (UTC) From: "Thomas Sachau (tommy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tommy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.13.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: subversion-1.7.13.ebuild ChangeLog X-VCS-Directories: dev-vcs/subversion X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130922094705.581492004C@flycatcher.gentoo.org> Date: Sun, 22 Sep 2013 09:47:05 +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: 70a56434-892b-4b5d-bf64-a7e8c8fec87b X-Archives-Hash: 691f881f59eb5bc60a7e27dd1f720a25 tommy 13/09/22 09:47:05 Modified: subversion-1.7.13.ebuild ChangeLog Log: Update sqlite version requirement, bug 414959 (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067) Revision Changes Path 1.14 dev-vcs/subversion/subversion-1.7.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild?r1=1.13&r2=1.14 Index: subversion-1.7.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- subversion-1.7.13.ebuild 14 Sep 2013 10:38:53 -0000 1.13 +++ subversion-1.7.13.ebuild 22 Sep 2013 09:47:05 -0000 1.14 @@ -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/dev-vcs/subversion/subversion-1.7.13.ebuild,v 1.13 2013/09/14 10:38:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild,v 1.14 2013/09/22 09:47:05 tommy Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -20,7 +20,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-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="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf" -COMMON_DEPEND=">=dev-db/sqlite-3.4[threadsafe(+)] +COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)] >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat 1.143 dev-vcs/subversion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 15 Sep 2013 09:42:38 -0000 1.142 +++ ChangeLog 22 Sep 2013 09:47:05 -0000 1.143 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.142 2013/09/15 09:42:38 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.143 2013/09/22 09:47:05 tommy Exp $ + + 22 Sep 2013; Thomas Sachau (Tommy[D]) + subversion-1.7.13.ebuild: + Update sqlite version requirement, bug 414959 15 Sep 2013; Thomas Sachau (Tommy[D]) -subversion-1.7.11.ebuild: