From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RyIUq-0002Bf-6O for garchives@archives.gentoo.org; Fri, 17 Feb 2012 07:44:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69FFCE09D0; Fri, 17 Feb 2012 07:44:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3DBDFE09D0 for ; Fri, 17 Feb 2012 07:44:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EA6F1B4024 for ; Fri, 17 Feb 2012 07:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 668B7E5404 for ; Fri, 17 Feb 2012 07:44:33 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1328707311.7e98e97e37a611170be87f45861caa525ad7d8b1.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/rapidsvn/, dev-vcs/rapidsvn/files/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/rapidsvn/ChangeLog dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch X-VCS-Directories: dev-vcs/rapidsvn/ dev-vcs/rapidsvn/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7e98e97e37a611170be87f45861caa525ad7d8b1 X-VCS-Branch: master Date: Fri, 17 Feb 2012 07:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 096c9b20-8e60-4fe7-865d-9c4047b461b3 X-Archives-Hash: 8e2cd2d012d718a8e56ce2c41b9fcf5e commit: 7e98e97e37a611170be87f45861caa525ad7d8b1 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 8 13:21:51 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 8 13:21:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D7e98e97e Adopt patch again (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-vcs/rapidsvn/ChangeLog | 4 ++++ dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dev-vcs/rapidsvn/ChangeLog b/dev-vcs/rapidsvn/ChangeLog index 88e8b1c..5bc95e1 100644 --- a/dev-vcs/rapidsvn/ChangeLog +++ b/dev-vcs/rapidsvn/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 08 Feb 2012; Justin Lecher + files/rapidsvn-svncpp_link.patch: + Adopt patch again + 07 Feb 2012; Justin Lecher rapidsvn-9999.ebuild: Remove forced webdav dependency in subversion, reported by Denis Scher= bakov =20 diff --git a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch b/dev-vcs/= rapidsvn/files/rapidsvn-svncpp_link.patch index 4df855f..98479f9 100644 --- a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch +++ b/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch @@ -1,12 +1,13 @@ -Index: src/svncpp/Makefile.am +Index: libsvncpp/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- src/svncpp/Makefile.am (revision 7100) -+++ src/svncpp/Makefile.am (working copy) -@@ -27,3 +27,7 @@ - url.cpp \ - wc.cpp +--- libsvncpp/Makefile.am (revision 8244) ++++ libsvncpp/Makefile.am (working copy) +@@ -60,3 +60,8 @@ + src/url.cpp \ + src/wc.cpp =20 +libsvncpp_la_LIBADD=3D $(SVN_LIBS) \ + $(NEON_LIBS) \ + $(APR_LIBS) \ + -lstdc++ ++