commit:     26464ebb2bd43d9373d91da92a30eab32959988c
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Mar 24 13:29:06 2014 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Mar 24 13:29:06 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=26464ebb

sci-biology/staden: fix ESVN_REPO_URI to include trailing 'src/' so that we do 
not have to change ''. Thanks to Justin Lercher for the patch.

Package-Manager: portage-2.2.7

---
 sci-biology/staden/ChangeLog          | 5 ++++-
 sci-biology/staden/staden-9999.ebuild | 4 +---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-biology/staden/ChangeLog b/sci-biology/staden/ChangeLog
index 84aac83..1b635ed 100644
--- a/sci-biology/staden/ChangeLog
+++ b/sci-biology/staden/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Mar 2014; Martin Mokrejs <[email protected]> staden-9999.ebuild:
+  sci-biology/staden: fix ESVN_REPO_URI to include trailing 'src/' so that we 
do
+  not have to change ''. Thanks to Justin Lercher for the patch.
+
   06 Jan 2014; Justin Lecher <[email protected]> staden-2.0.0_beta9.ebuild,
   staden-9999.ebuild, metadata.xml:
   Punt base.eclass; transfer changes to live ebuild
@@ -35,4 +39,3 @@
   21 Jun 2011; Justin Lecher <[email protected]> staden-2.0.0_beta8.ebuild,
   staden-9999.ebuild:
   Added fortran-2.eclass support
-

diff --git a/sci-biology/staden/staden-9999.ebuild 
b/sci-biology/staden/staden-9999.ebuild
index af6725a..2c1d490 100644
--- a/sci-biology/staden/staden-9999.ebuild
+++ b/sci-biology/staden/staden-9999.ebuild
@@ -11,7 +11,7 @@ inherit autotools-utils flag-o-matic fortran-2 multilib 
subversion
 DESCRIPTION="DNA sequence assembly (gap4, gap5), editing and analysis tools 
(Spin)"
 HOMEPAGE="http://sourceforge.net/projects/staden/";
 SRC_URI=""
-ESVN_REPO_URI="https://staden.svn.sourceforge.net/svnroot/staden/staden/trunk";
+ESVN_REPO_URI="https://staden.svn.sourceforge.net/svnroot/staden/staden/trunk/src";
 
 LICENSE="staden"
 SLOT="0"
@@ -38,8 +38,6 @@ RDEPEND="${DEPEND}
        tcl? ( >=dev-tcltk/itcl-3.2 )
        tk? ( >=dev-tcltk/itk-3.2 )"
 
-S="${WORKDIR}"/"${P}"/src/
-
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
 src_prepare() {

Reply via email to