Merge pull request #330 from Wuodan/sourceforge_svn-move

Move sourceforge svn repos
This commit is contained in:
Anton Bolshakov 2018-08-19 05:39:43 +08:00 committed by GitHub
commit ec048e876a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -21,7 +21,8 @@ RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
inherit subversion
KEYWORDS="-*"
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
# ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
ESVN_REPO_URI="https://svn.code.sf.net/p/cryptohaze/code/Cryptohaze-Combined"
else
KEYWORDS="amd64 x86"
MY_PV=${PV/\./_}

View file

@ -31,7 +31,8 @@ RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
inherit subversion
KEYWORDS=""
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
# ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
ESVN_REPO_URI="https://svn.code.sf.net/p/cryptohaze/code/Cryptohaze-Combined"
else
KEYWORDS="~amd64 ~x86"
MY_PV=${PV/\./_}

View file

@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/radare/radare-1.5-r1.ebuild,v 1.2 2010/09/25 15:18:56 eva Exp $
EAPI=6
@ -8,8 +7,8 @@ inherit subversion
DESCRIPTION="A plugin for IDA Pro designed to provide collaborative reverse engineering"
HOMEPAGE="http://www.idabook.com/collabreate/"
ESVN_REPO_URI="https://collabreate.svn.sourceforge.net/svnroot/collabreate/trunk@20"
#SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
ESVN_REPO_URI="https://svn.code.sf.net/p/collabreate/code/trunk@20"
# ESVN_REPO_URI="https://collabreate.svn.sourceforge.net/svnroot/collabreate/trunk@20"
LICENSE="GPL-2"
SLOT="0"