diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2013-03-08 16:40:24 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2013-03-08 16:40:24 +0000 |
commit | 485806297ffc790511e0d422000199fe1a6a562c (patch) | |
tree | a5f0230b6ffe5e32de47aa6facf08ed6a021c666 /dev-db/tora | |
parent | Stable for amd64 wrt bug #460766 (diff) | |
download | gentoo-2-485806297ffc790511e0d422000199fe1a6a562c.tar.gz gentoo-2-485806297ffc790511e0d422000199fe1a6a562c.tar.bz2 gentoo-2-485806297ffc790511e0d422000199fe1a6a562c.zip |
Need to copy the .svn directory for 'svn info' (bug#455498).
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/tora/ChangeLog b/dev-db/tora/ChangeLog index d4ec97d5574e..6c0cba8a1113 100644 --- a/dev-db/tora/ChangeLog +++ b/dev-db/tora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tora # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.98 2013/03/02 19:51:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.99 2013/03/08 16:40:24 haubi Exp $ + + 08 Mar 2013; Michael Haubenwallner <haubi@gentoo.org> tora-9999.ebuild: + Need to copy the .svn directory for 'svn info' (bug#455498). 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> tora-2.1.1.ebuild, tora-2.1.3-r1.ebuild, tora-2.1.3-r2.ebuild, tora-9999.ebuild: diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index ca65760c85e7..26b1fb13020b 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -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-db/tora/tora-9999.ebuild,v 1.2 2013/03/02 19:51:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.3 2013/03/08 16:40:24 haubi Exp $ EAPI=2 @@ -57,7 +57,7 @@ src_prepare() { -e "/COPYING/ d" \ CMakeLists.txt || die "Removal of COPYING file failed" # 'svn info' needs .svn subdirectory - [[ ${PV} != 9999 ]] || ln -s "${ESVN_WC_PATH}"/.svn .svn || die + [[ ${PV} != 9999 ]] || cp -a "${ESVN_WC_PATH}"/.svn .svn || die } src_configure() { |