summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 10:48:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 10:48:04 +0000
commitce0091d52d74dd5573e7f13de183ab650fae12d1 (patch)
tree80b4c4515fa9d8eb5d47f126e393237bd338e9ad /dev-util
parentnew upstream release (development branch). fixes bug #115617. (diff)
downloadgentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.tar.gz
gentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.tar.bz2
gentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.zip
Move elibtoolize at the end of src_unpack so that it's called with the final autotools support. See bug #106176.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/ChangeLog7
-rw-r--r--dev-util/subversion/subversion-1.3.0_rc4.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog
index 1abfe7bf9ed0..8b53c3e1a91e 100644
--- a/dev-util/subversion/ChangeLog
+++ b/dev-util/subversion/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/subversion
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.197 2005/12/08 18:02:56 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.198 2005/12/16 10:48:04 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ subversion-1.3.0_rc4.ebuild:
+ Move elibtoolize at the end of src_unpack so that it's called with the final
+ autotools support. See bug #106176.
08 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org>
subversion-1.2.3-r3.ebuild:
diff --git a/dev-util/subversion/subversion-1.3.0_rc4.ebuild b/dev-util/subversion/subversion-1.3.0_rc4.ebuild
index fc665b685938..d4cf51ad156f 100644
--- a/dev-util/subversion/subversion-1.3.0_rc4.ebuild
+++ b/dev-util/subversion/subversion-1.3.0_rc4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.0_rc4.ebuild,v 1.4 2005/12/08 14:02:15 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.0_rc4.ebuild,v 1.5 2005/12/16 10:48:04 flameeyes Exp $
inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module
@@ -66,12 +66,13 @@ src_unpack() {
epatch ${FILESDIR}/subversion-hotbackup-config.patch
export WANT_AUTOCONF=2.5
- elibtoolize
autoconf
(cd apr; autoconf)
(cd apr-util; autoconf)
sed -i -e 's,\(subversion/svnversion/svnversion.*\)\(>.*svn-revision.txt\),echo "exported" \2,' Makefile.in
+ elibtoolize
+
use emacs && cp ${FILESDIR}/vc-svn.el ${S}/contrib/client-side/vc-svn.el
}