diff options
author | Johannes Huber <johu@gentoo.org> | 2013-07-06 15:54:38 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-07-06 15:54:38 +0200 |
commit | 92413515d69f36d2b7a81f9b20ebc2a8ac490cb3 (patch) | |
tree | 42535664a58ab989b2a9bd3b7cd9d1d9ee4c504a /dev-vcs | |
parent | [kde-base/libkdcraw] Remove unused useflag by Arfrever. (diff) | |
download | kde-92413515d69f36d2b7a81f9b20ebc2a8ac490cb3.tar.gz kde-92413515d69f36d2b7a81f9b20ebc2a8ac490cb3.tar.bz2 kde-92413515d69f36d2b7a81f9b20ebc2a8ac490cb3.zip |
[dev-vcs/kdesvn] Move to git wrt bug #475932.
Package-Manager: portage-2.2.0_alpha186
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-vcs/kdesvn/kdesvn-9999.ebuild b/dev-vcs/kdesvn/kdesvn-9999.ebuild index 57365a5d46..62ed58348c 100644 --- a/dev-vcs/kdesvn/kdesvn-9999.ebuild +++ b/dev-vcs/kdesvn/kdesvn-9999.ebuild @@ -6,16 +6,11 @@ EAPI=5 KDE_HANDBOOK="optional" KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru" -KDE_LINGUAS_LIVE_OVERRIDE="true" -KDE_SCM="svn" inherit flag-o-matic kde4-base DESCRIPTION="KDESvn is a frontend to the subversion vcs." HOMEPAGE="http://kdesvn.alwins-world.de/" -if [[ ${PV} = 9999* ]]; then - ESVN_REPO_URI="http://www.alwins-world.de/repos/kdesvn/trunk/" - ESVN_PROJECT="kdesvn" -else +if [[ ${PV} != 9999* ]]; then SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2" fi |