diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-27 00:01:45 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-27 01:00:00 -0500 |
commit | 7463b3ee4d8822df2422ae38435c2d5ad76c9e32 (patch) | |
tree | 3c2f0e094f5868d162290fa4afe8f55027fb1ceb /net-p2p/eiskaltdcpp | |
parent | net-wireless/cpyrit-cuda: remove old #544092 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-p2p/eiskaltdcpp/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/eiskaltdcpp/Manifest b/net-p2p/eiskaltdcpp/Manifest index a9d1493487fa..7deffb05ff66 100644 --- a/net-p2p/eiskaltdcpp/Manifest +++ b/net-p2p/eiskaltdcpp/Manifest @@ -1 +1 @@ -DIST eiskaltdcpp-2.2.9.tar.xz 2327732 SHA256 3d9170645450f9cb0a605278b8646fec2110b9637910d86fd27cf245cbe24eaf SHA512 0de95d3dcfb860f262073497e8dacc6bb4371d72a13f23bf7981e96203d7361a2e078b45826c12a81cc8fbe8423ee231232e2874a02bcef76f96b516cb7e301c WHIRLPOOL a1ab51ef32a96cb6af5b6988068f93cade26def068509f269eb95a934e07adfddf850e85d1c48eb5fb3ba75cff97d5e4bf6843a4375c099dcb2658be983c008f +DIST eiskaltdcpp-2.2.9.tar.gz 3578993 SHA256 99f1f66038ec19ec14992df484f97b88238df5dd260ca72d5023fb9a6fef44b4 SHA512 8b3a58e1fe757b5cef50b3ec534f135b2285d843f0120758f07bd3a1ce82aaf0874d78a04ba1d2eb4f584db50a2bc3315536ebdbabbb4d296b42e8ca90cc630b WHIRLPOOL 0bb140c903556fd82d1e888b2dd581c362375983ad585ea0686e5cb8bebcf257d8356d546af3779103b9173c1f3a1061df383da8932a835eb7c5a1bb0e932c55 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" diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index 749060466978..3a703d6032c5 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.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" |