mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
Merge pull request #330 from Wuodan/sourceforge_svn-move
Move sourceforge svn repos
This commit is contained in:
commit
ec048e876a
3 changed files with 6 additions and 5 deletions
|
|
@ -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/\./_}
|
||||
|
|
|
|||
|
|
@ -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/\./_}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue