summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-11-27 00:01:45 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-11-27 01:00:00 -0500
commit7463b3ee4d8822df2422ae38435c2d5ad76c9e32 (patch)
tree3c2f0e094f5868d162290fa4afe8f55027fb1ceb /net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild
parentnet-wireless/cpyrit-cuda: remove old #544092 (diff)
downloadgentoo-7463b3ee4d8822df2422ae38435c2d5ad76c9e32.tar.gz
gentoo-7463b3ee4d8822df2422ae38435c2d5ad76c9e32.tar.bz2
gentoo-7463b3ee4d8822df2422ae38435c2d5ad76c9e32.zip
net-p2p/eiskaltdcpp: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild')
-rw-r--r--net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild
index 10ce22e79776..8fc989dccd2b 100644
--- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild
+++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ inherit cmake-utils eutils l10n fdo-mime gnome2-utils
[[ ${PV} = *9999* ]] && inherit git-r3
DESCRIPTION="Qt based client for DirectConnect and ADC protocols, based on DC++ library"
-HOMEPAGE="https://code.google.com/p/eiskaltdc/"
+HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
LICENSE="GPL-2 GPL-3"
SLOT="0"
@@ -30,7 +30,7 @@ REQUIRED_USE="
"
if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://eiskaltdc.googlecode.com/files/${P}.tar.xz"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
else
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"