public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/subversion: ChangeLog subversion-1.5.1.ebuild
Date: Sat, 30 Aug 2008 15:23:46 +0000	[thread overview]
Message-ID: <E1KZSIk-0004k4-D9@stork.gentoo.org> (raw)

jmbsvicetto    08/08/30 15:23:46

  Modified:             ChangeLog subversion-1.5.1.ebuild
  Log:
  Improved sed used on previous commit.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r2 x86_64)

Revision  Changes    Path
1.317                dev-util/subversion/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?rev=1.317&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?rev=1.317&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/ChangeLog?r1=1.316&r2=1.317

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- ChangeLog	30 Aug 2008 02:48:25 -0000	1.316
+++ ChangeLog	30 Aug 2008 15:23:45 -0000	1.317
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/subversion
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.316 2008/08/30 02:48:25 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.317 2008/08/30 15:23:45 jmbsvicetto Exp $
+
+  30 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  subversion-1.5.1.ebuild:
+  Improved sed used on previous commit.
 
   30 Aug 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   subversion-1.5.1.ebuild:



1.3                  dev-util/subversion/subversion-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild?r1=1.2&r2=1.3

Index: subversion-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- subversion-1.5.1.ebuild	30 Aug 2008 02:48:25 -0000	1.2
+++ subversion-1.5.1.ebuild	30 Aug 2008 15:23:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild,v 1.2 2008/08/30 02:48:25 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.5.1.ebuild,v 1.3 2008/08/30 15:23:45 jmbsvicetto Exp $
 
 EAPI="1"
 WANT_AUTOMAKE="none"
@@ -74,7 +74,7 @@
 	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
 	epatch "${WORKDIR}"/${P}-ra_serf-improvements.patch
 
-	sed -i -e "s/0.28.2/& 0.28.3/" configure.ac
+	sed -i -e '/NEON_\(ALLOWED_LIST\|RECOMMENDED_VER\)/s/0\.28\.2/& 0.28.3/g' configure.ac
 
 	sed -i \
 		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \






             reply	other threads:[~2008-08-30 15:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30 15:23 Jorge Manuel B. S. Vicetto (jmbsvicetto) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-10  9:24 [gentoo-commits] gentoo-x86 commit in dev-util/subversion: ChangeLog subversion-1.5.1.ebuild Jeroen Roovers (jer)
2008-09-07 16:33 Raul Porcel (armin76)
2008-09-07 13:39 Markus Meier (maekke)
2008-09-06 14:08 Jose Luis Rivero (yoswink)
2008-09-06 13:02 Friedrich Oslage (bluebird)
2008-09-04 20:45 Brent Baude (ranger)
2008-09-04 20:42 Brent Baude (ranger)
2008-08-30  2:48 Jorge Manuel B. S. Vicetto (jmbsvicetto)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KZSIk-0004k4-D9@stork.gentoo.org \
    --to=jmbsvicetto@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox